@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Inter:wght@400;500;600;700&family=Passion+One:wght@400;700;900&display=swap";:root{--white:#fff;--orange:#fc612d;--light-green:#dbf786;--dark-green:#123a14;--dark-brown:#331612;--brown:#4d2d23;--pink:#ef98c1;--off-white:#fff2e6;--green:#9bca3f;--blue:#98d1f9;--yellow:#ffde18;--font-heading:"Bricolage Grotesque", sans-serif;--font-body:"Inter", sans-serif;--font-accent:"Passion One", sans-serif;--pattern-sayuran:url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%238bb937' stroke-width='1.5' fill='none' opacity='0.15' stroke-linecap='round' stroke-linejoin='round'%3E%3C!-- Tomato --%3E%3Cpath d='M60,60 C80,60 90,45 90,30 C90,15 75,5 60,5 C45,5 30,15 30,30 C30,45 40,60 60,60 Z'/%3E%3Cpath d='M60,5 C55,-5 65,-5 60,5'/%3E%3Cpath d='M50,10 Q60,15 70,10'/%3E%3C!-- Carrot --%3E%3Cpath d='M200,100 L250,150 C260,160 250,170 240,160 L190,110 Z'/%3E%3Cpath d='M200,100 L185,85 M205,105 L195,80 M195,115 L180,95'/%3E%3Cpath d='M210,120 L220,130 M225,135 L235,145'/%3E%3C!-- Onion --%3E%3Cpath d='M100,220 C130,220 150,190 140,160 C130,130 100,140 100,140 C100,140 70,130 60,160 C50,190 70,220 100,220 Z'/%3E%3Cpath d='M100,140 L100,120 M95,140 L85,115 M105,140 L115,115'/%3E%3Cpath d='M75,170 Q100,190 125,170 M80,190 Q100,210 120,190'/%3E%3C!-- Leaf --%3E%3Cpath d='M240,50 C240,50 270,30 280,60 C290,90 260,100 240,100 C220,100 210,70 240,50 Z'/%3E%3Cpath d='M240,100 L255,60'/%3E%3C!-- Cucumber --%3E%3Cpath d='M40,280 C60,290 80,280 90,260 L140,160 C150,140 140,120 120,110 C100,100 80,110 70,130 L20,230 C10,250 20,270 40,280 Z'/%3E%3C!-- Pepper --%3E%3Cpath d='M240,260 C270,260 280,230 280,200 C280,180 260,170 240,170 C220,170 200,180 200,200 C200,230 210,260 240,260 Z'/%3E%3Cpath d='M240,170 L240,150 C245,145 250,150 245,155'/%3E%3Cpath d='M220,200 C230,220 250,220 260,200'/%3E%3C/g%3E%3C/svg%3E")}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--white);color:var(--dark-brown);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}.navbar{z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#dcf0b4f2;padding:1rem 5%;box-shadow:0 4px 30px #0000000d}.navbar.hidden{transform:translateY(-100%)}.navbar-logo{font-size:1.8rem;font-family:var(--font-heading);color:var(--dark-green);letter-spacing:-.5px;align-items:center;gap:.5rem;font-weight:900;display:flex}.logo-text{font-weight:900}.navbar-right{position:relative}.navbar-actions-container{border:1px solid var(--dark-green);background-color:#0000;border-radius:30px;align-items:center;padding:5px;display:flex}.icon-btn{color:var(--dark-green);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 12px;font-size:1.1rem;display:flex}.icon-btn:hover{opacity:.7}.navbar-cta{background-color:var(--orange);color:var(--white);cursor:pointer;border:none;border-radius:20px;margin-left:5px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700}.navbar-dropdown{background-color:var(--dark-green);width:280px;color:var(--white);border-radius:1.5rem;flex-direction:column;padding:2.5rem;display:flex;position:absolute;top:calc(100% + 15px);right:0;box-shadow:0 15px 40px #0003}.dropdown-links{flex-direction:column;gap:1.2rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.dropdown-links a{color:var(--white);justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.dropdown-arrow{opacity:.6;font-size:.6rem}.dropdown-contact{border-top:1px solid #ffffff26;margin-bottom:2.5rem;padding-top:2rem}.contact-title{color:#ffffffb3;margin-bottom:.5rem;font-size:.8rem}.contact-phone,.contact-email{margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.dropdown-socials{gap:1rem;display:flex}.dropdown-socials a{width:36px;height:36px;color:var(--white);border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;transition:all .2s;display:flex}.dropdown-socials a:hover{background-color:var(--white);color:var(--dark-green)}.sub-dropdown-links{border-left:2px solid #fff6;flex-direction:column;gap:1.2rem;margin-top:1rem;margin-left:.5rem;padding-left:1rem;list-style:none;display:flex;overflow:hidden}.sub-dropdown-links a{color:var(--white);font-size:1rem;font-weight:500;text-decoration:none}.dropdown-arrow{transition:transform .3s;display:inline-block}.text-orange{color:#f15a29!important}.hero{background-color:var(--light-green);text-align:center;background-image:linear-gradient(to bottom, var(--light-green) 0%, var(--light-green) 20%, transparent 60%), url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%238bb937' stroke-width='1.5' fill='none' opacity='0.3' stroke-linecap='round' stroke-linejoin='round'%3E%3C!-- Tomato --%3E%3Cpath d='M60,60 C80,60 90,45 90,30 C90,15 75,5 60,5 C45,5 30,15 30,30 C30,45 40,60 60,60 Z'/%3E%3Cpath d='M60,5 C55,-5 65,-5 60,5'/%3E%3Cpath d='M50,10 Q60,15 70,10'/%3E%3C!-- Carrot --%3E%3Cpath d='M200,100 L250,150 C260,160 250,170 240,160 L190,110 Z'/%3E%3Cpath d='M200,100 L185,85 M205,105 L195,80 M195,115 L180,95'/%3E%3Cpath d='M210,120 L220,130 M225,135 L235,145'/%3E%3C!-- Onion --%3E%3Cpath d='M100,220 C130,220 150,190 140,160 C130,130 100,140 100,140 C100,140 70,130 60,160 C50,190 70,220 100,220 Z'/%3E%3Cpath d='M100,140 L100,120 M95,140 L85,115 M105,140 L115,115'/%3E%3Cpath d='M75,170 Q100,190 125,170 M80,190 Q100,210 120,190'/%3E%3C!-- Leaf --%3E%3Cpath d='M240,50 C240,50 270,30 280,60 C290,90 260,100 240,100 C220,100 210,70 240,50 Z'/%3E%3Cpath d='M240,100 L255,60'/%3E%3C!-- Cucumber --%3E%3Cpath d='M40,280 C60,290 80,280 90,260 L140,160 C150,140 140,120 120,110 C100,100 80,110 70,130 L20,230 C10,250 20,270 40,280 Z'/%3E%3C!-- Pepper --%3E%3Cpath d='M240,260 C270,260 280,230 280,200 C280,180 260,170 240,170 C220,170 200,180 200,200 C200,230 210,260 240,260 Z'/%3E%3Cpath d='M240,170 L240,150 C245,145 250,150 245,155'/%3E%3Cpath d='M220,200 C230,220 250,220 260,200'/%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%,400px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex;position:relative}.hero h1{color:var(--dark-green);font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;font-family:var(--font-heading);margin-bottom:1.5rem;font-weight:900}.hero-features{color:var(--dark-green);gap:2rem;margin-bottom:2rem;font-size:1rem;font-weight:700;display:flex}.hero-features span{align-items:center;gap:.5rem;display:flex}.hero-icon{opacity:.8;font-size:1.2rem}.hero-interactive-section{z-index:5;flex-direction:column;flex:1;align-items:center;width:100%;display:flex;position:relative}.hero-btn-wrapper{z-index:20;border:1px solid var(--orange);background-color:var(--light-green);border-radius:40px;margin-bottom:-25px;padding:4px;position:relative}.hero-btn{background-color:var(--orange);color:var(--white);cursor:pointer;border:none;border-radius:30px;align-items:center;padding:1rem 2.2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,opacity .2s;display:flex}.hero-btn:hover{opacity:.9;transform:scale(1.02)}.hero-wave-graphic{z-index:1;pointer-events:none;width:100vw;min-width:1400px;position:absolute;top:15%;left:50%;transform:translate(-50%)}.hero-wave-graphic svg{width:100%;height:auto}.scrolling-text{font-family:var(--font-heading)}.hero-bowl{object-fit:contain;filter:drop-shadow(0 30px 40px #0000004d);z-index:10;width:100%;max-width:750px;height:auto;margin-top:auto;margin-bottom:-40px;position:relative}.hero-bottom-vegetables{z-index:2;pointer-events:none;background-image:url(/vegetables_bottom.png);background-position:bottom;background-repeat:repeat-x;background-size:contain;width:100%;height:250px;position:absolute;bottom:0;left:0}@media (width<=768px){.hero-features{flex-direction:column;gap:1rem}.hero-bowl{max-width:90%}}.features{background-color:var(--white);text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:2rem 20px;display:flex}.features-icon-wrapper{color:var(--dark-green);margin-bottom:1.5rem;font-size:2rem}.features-text{font-size:1.5rem;font-family:var(--font-heading);color:var(--dark-green);margin-bottom:2rem;font-weight:500;line-height:1.4}.features-btn{background-color:var(--orange);color:var(--white);border-radius:2rem;padding:.75rem 2rem;font-size:1rem;font-weight:700}@media (width<=768px){.features-text{font-size:1.25rem}}.product-carousel{background-color:var(--white);padding:6rem 20px;overflow:hidden}.carousel-container{max-width:1400px;margin:0 auto}.carousel-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:24px;margin-bottom:4rem;padding-bottom:2rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.product-card-container{scroll-snap-align:start;flex-direction:column;flex:0 0 320px;width:320px;display:flex}.product-card-top{aspect-ratio:1;cursor:pointer;border:1px solid #0000001a;border-radius:12px;width:100%;position:relative;overflow:hidden}.product-image-wrapper{justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.product-image-wrapper img{object-fit:contain;filter:drop-shadow(0 15px 25px #00000026);width:130%;height:130%;transition:transform .4s}.product-card-top:hover .product-image-wrapper img{transform:scale(1.15)}.product-details-overlay{color:#2b3323;text-align:left;flex-direction:column;padding:2rem;display:flex;position:absolute;inset:0}.ingredients-title{margin-bottom:.8rem;font-size:1rem;font-weight:500}.ingredients-text{opacity:.9;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600;line-height:1.5}.product-price{font-size:1.4rem;font-weight:900;font-family:var(--font-heading);margin-top:auto;margin-bottom:1rem}.product-tags{gap:.8rem;display:flex}.tag{border:1px solid #0006;border-radius:4px;padding:.3rem .6rem;font-size:.85rem;font-weight:600}.product-info-bottom{justify-content:space-between;align-items:flex-start;margin-top:1.5rem;padding:0 5px;display:flex}.product-info-bottom h3{color:#3b2313;font-size:1.5rem;font-family:var(--font-heading);text-transform:capitalize;white-space:normal;overflow-wrap:break-word;word-break:break-word;margin-right:15px;font-weight:900;line-height:1.2}.product-btn{color:#3b2313;cursor:pointer;background-color:#0000;border:1.5px solid #3b2313;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:3px;font-size:.8rem;transition:all .2s;display:flex}.product-btn:hover,.product-btn.active{color:var(--white);background-color:#3b2313}.carousel-controls-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.carousel-controls{align-items:center;gap:1.5rem;display:flex}.control-icon{color:var(--dark-green);cursor:pointer;font-size:1.4rem;transition:opacity .2s}.control-icon:hover{opacity:.7}.progress-bar{background-color:#0000001a;width:600px;max-width:80vw;height:2px;position:relative}.progress-fill{background-color:var(--dark-green);height:100%;transition:width .3s;position:absolute;top:0;left:0}@media (width<=1024px){.product-card-container{flex:0 0 280px;width:280px}}@media (width<=600px){.product-card-container{flex:0 0 260px;width:260px}.progress-bar{width:150px}}.nutrients{background-color:var(--dark-brown);color:var(--white);min-height:500px;display:flex}.nutrients-content{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:5rem 10%;display:flex;position:relative;overflow:hidden}.nutrients-content:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.05' stroke-linecap='round' stroke-linejoin='round'%3E%3C!-- Tomato --%3E%3Cpath d='M60,60 C80,60 90,45 90,30 C90,15 75,5 60,5 C45,5 30,15 30,30 C30,45 40,60 60,60 Z'/%3E%3Cpath d='M60,5 C55,-5 65,-5 60,5'/%3E%3Cpath d='M50,10 Q60,15 70,10'/%3E%3C!-- Carrot --%3E%3Cpath d='M200,100 L250,150 C260,160 250,170 240,160 L190,110 Z'/%3E%3Cpath d='M200,100 L185,85 M205,105 L195,80 M195,115 L180,95'/%3E%3Cpath d='M210,120 L220,130 M225,135 L235,145'/%3E%3C!-- Onion --%3E%3Cpath d='M100,220 C130,220 150,190 140,160 C130,130 100,140 100,140 C100,140 70,130 60,160 C50,190 70,220 100,220 Z'/%3E%3Cpath d='M100,140 L100,120 M95,140 L85,115 M105,140 L115,115'/%3E%3Cpath d='M75,170 Q100,190 125,170 M80,190 Q100,210 120,190'/%3E%3C!-- Leaf --%3E%3Cpath d='M240,50 C240,50 270,30 280,60 C290,90 260,100 240,100 C220,100 210,70 240,50 Z'/%3E%3Cpath d='M240,100 L255,60'/%3E%3C!-- Cucumber --%3E%3Cpath d='M40,280 C60,290 80,280 90,260 L140,160 C150,140 140,120 120,110 C100,100 80,110 70,130 L20,230 C10,250 20,270 40,280 Z'/%3E%3C!-- Pepper --%3E%3Cpath d='M240,260 C270,260 280,230 280,200 C280,180 260,170 240,170 C220,170 200,180 200,200 C200,230 210,260 240,260 Z'/%3E%3Cpath d='M240,170 L240,150 C245,145 250,150 245,155'/%3E%3Cpath d='M220,200 C230,220 250,220 260,200'/%3E%3C/g%3E%3C/svg%3E");background-size:300px;position:absolute;inset:0}.nutrients-content>*{z-index:1;position:relative}.nutrients h2{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;font-family:var(--font-heading);margin-bottom:1.5rem}.nutrients p{color:#fffc;max-width:450px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.nutrients-btn{background-color:var(--pink);color:var(--dark-brown);border-radius:2rem;padding:.75rem 2rem;font-weight:700}.nutrients-image{flex:1;overflow:hidden}.nutrients-image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.nutrients{flex-direction:column}.nutrients-image{min-height:400px}}.how-it-works{background-color:var(--white);text-align:center;padding:8rem 20px 6rem}.how-it-works .section-title{color:#3b2313;font-size:clamp(3rem,6vw,4.5rem);font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:4rem;font-weight:900}.steps-container{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto;display:grid}.step-card{background:var(--white);border:1px solid #3b231366;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000000d}.step-image{aspect-ratio:4/3;width:100%;margin-bottom:1.5rem;overflow:hidden}.step-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;transform:scale(1.2)}.step-card:hover .step-image img{transform:scale(1.3)}.step-info{text-align:center;padding:0 1rem 2rem}.step-info h3{color:#3b2313;font-size:1.6rem;font-family:var(--font-heading);margin-bottom:1rem;font-weight:900}.step-info p{color:#5a4030;max-width:90%;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.6}@media (width<=1024px){.steps-container{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.steps-container{grid-template-columns:1fr}}.farm-fresh{min-height:600px;display:flex}.farm-image-side{flex:1;overflow:hidden}.farm-image-side img{object-fit:cover;width:100%;height:100%}.farm-content-side{background-color:var(--dark-green);color:var(--white);flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:5rem 10%;display:flex;position:relative;overflow:hidden}.farm-content-side:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.05' stroke-linecap='round' stroke-linejoin='round'%3E%3C!-- Tomato --%3E%3Cpath d='M60,60 C80,60 90,45 90,30 C90,15 75,5 60,5 C45,5 30,15 30,30 C30,45 40,60 60,60 Z'/%3E%3Cpath d='M60,5 C55,-5 65,-5 60,5'/%3E%3Cpath d='M50,10 Q60,15 70,10'/%3E%3C!-- Carrot --%3E%3Cpath d='M200,100 L250,150 C260,160 250,170 240,160 L190,110 Z'/%3E%3Cpath d='M200,100 L185,85 M205,105 L195,80 M195,115 L180,95'/%3E%3Cpath d='M210,120 L220,130 M225,135 L235,145'/%3E%3C!-- Onion --%3E%3Cpath d='M100,220 C130,220 150,190 140,160 C130,130 100,140 100,140 C100,140 70,130 60,160 C50,190 70,220 100,220 Z'/%3E%3Cpath d='M100,140 L100,120 M95,140 L85,115 M105,140 L115,115'/%3E%3Cpath d='M75,170 Q100,190 125,170 M80,190 Q100,210 120,190'/%3E%3C!-- Leaf --%3E%3Cpath d='M240,50 C240,50 270,30 280,60 C290,90 260,100 240,100 C220,100 210,70 240,50 Z'/%3E%3Cpath d='M240,100 L255,60'/%3E%3C!-- Cucumber --%3E%3Cpath d='M40,280 C60,290 80,280 90,260 L140,160 C150,140 140,120 120,110 C100,100 80,110 70,130 L20,230 C10,250 20,270 40,280 Z'/%3E%3C!-- Pepper --%3E%3Cpath d='M240,260 C270,260 280,230 280,200 C280,180 260,170 240,170 C220,170 200,180 200,200 C200,230 210,260 240,260 Z'/%3E%3Cpath d='M240,170 L240,150 C245,145 250,150 245,155'/%3E%3Cpath d='M220,200 C230,220 250,220 260,200'/%3E%3C/g%3E%3C/svg%3E");background-size:300px;position:absolute;inset:0}.farm-content-side>*{z-index:1;position:relative}.farm-content-side h2{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;font-family:var(--font-heading);margin-bottom:1.5rem}.farm-content-side p{color:#fffc;max-width:450px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.farm-btn{background-color:var(--green);color:var(--dark-green);border-radius:2rem;padding:.75rem 2rem;font-weight:700}@media (width<=900px){.farm-fresh{flex-direction:column-reverse}.farm-image-side{min-height:400px}}.community{text-align:center;background-color:#f1ede1;padding:4rem 20px 8rem;overflow:hidden}.community .section-title{color:#1a3c1f;font-size:clamp(3rem,6vw,4.5rem);font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:2rem;font-weight:900}.gallery-container{justify-content:center;align-items:center;width:100%;max-width:1200px;height:550px;margin:0 auto 4rem;display:flex;position:relative}.gallery-card{cursor:pointer;border:1px solid #000c;border-radius:8px;flex-direction:column;width:280px;height:350px;padding:6px;display:flex;position:absolute;box-shadow:2px 5px 15px #0000001a}.gallery-card-img{border:1px solid #0003;border-radius:6px;flex:1;width:100%;overflow:hidden}.gallery-card-img img{object-fit:cover;width:100%;height:100%}.gallery-card-title{color:#2b1d13;text-align:center;margin-top:15px;margin-bottom:8px;font-size:1.25rem;font-weight:800}.testimonial-container{text-align:left;align-items:flex-start;gap:2rem;max-width:750px;margin:0 auto;display:flex}.quote-icon-container{margin-top:-10px}.quote-icon{color:#c4beaf;flex-shrink:0;font-size:4rem}.quote-text{color:#5a4f45;margin-bottom:2rem;font-size:1.25rem;font-weight:600;line-height:1.6}.quote-footer{justify-content:space-between;align-items:center;display:flex}.quote-footer h4{font-size:1.3rem;font-family:var(--font-body);color:#433930;font-weight:900}.quote-arrows{gap:1.5rem;display:flex}.arrow-icon{color:#728c52;cursor:pointer;font-size:1.2rem;transition:opacity .2s}.arrow-icon:hover{opacity:.6}@media (width<=1024px){.gallery-container{transform:scale(.85)}}@media (width<=768px){.gallery-container{margin:-2rem auto 1rem;transform:scale(.65)}.testimonial-container{text-align:center;flex-direction:column;align-items:center;gap:1rem}.quote-footer{flex-direction:column;gap:1.5rem}}@media (width<=480px){.gallery-container{margin:-5rem auto -2rem;transform:scale(.45)}}.order-faq-section{background-color:var(--white);padding:6rem 5%}.order-faq-container{align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.order-faq-left{flex:1}.order-faq-left h2{color:var(--dark-green);font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;font-family:var(--font-heading)}.order-faq-right{flex-direction:column;flex:1.5;gap:1rem;display:flex}.order-faq-item{cursor:pointer;border-bottom:2px solid #123a141a;padding:1.5rem 0}.order-faq-item:first-child{border-top:2px solid #123a141a}.order-faq-q{color:var(--dark-green);font-size:1.25rem;font-weight:700;font-family:var(--font-body);justify-content:space-between;align-items:center;display:flex}.order-faq-icon{opacity:.6;font-size:1rem;transition:transform .3s}.order-faq-item.open .order-faq-icon{transform:rotate(180deg)}.order-faq-a{overflow:hidden}.order-faq-a p{color:#666;padding-top:1rem;font-size:1rem;line-height:1.6}@media (width<=900px){.order-faq-container{flex-direction:column;gap:2rem}.order-faq-left,.order-faq-right{width:100%}}.about-page{font-family:var(--font-body);color:#3b2313;overflow-x:hidden}.about-hero{background-color:#d8f58d;background-image:var(--pattern-sayuran);background-size:400px;flex-direction:column;padding:160px 5% 80px;display:flex;position:relative}.about-hero h1{font-size:clamp(3rem,6vw,5rem);font-family:var(--font-heading);color:#2b1d13;max-width:800px;margin-bottom:3rem;font-weight:900;line-height:1.1}.about-hero-sub{justify-content:flex-end;align-items:flex-start;gap:2rem;display:flex}.about-hero-sub h4{white-space:nowrap;font-size:1.2rem;font-weight:800}.about-hero-sub p{max-width:400px;font-size:1rem;font-weight:600;line-height:1.6}.about-experience{background-color:#f1ede1;align-items:center;gap:4rem;padding:8rem 5%;display:flex}.exp-left{flex:1}.exp-left h2{font-size:clamp(2.5rem,4vw,3.5rem);font-family:var(--font-heading);margin-bottom:1.5rem;font-weight:900;line-height:1.1}.exp-left p{max-width:90%;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.exp-stats{gap:3rem;display:flex}.stat-item h3{font-size:2.5rem;font-family:var(--font-heading);margin-bottom:.2rem;font-weight:900}.stat-item span{opacity:.8;font-size:.9rem;font-weight:700}.exp-right{flex:1;justify-content:center;display:flex}.exp-image-wrapper{border-radius:16px;max-width:500px;position:relative;overflow:visible}.exp-image-wrapper img{border-radius:16px;width:100%;display:block}.exp-badge{text-align:center;background-color:#a5cf4e;border:2px dashed #3b2313;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;padding:10px;font-size:.9rem;font-weight:800;display:flex;position:absolute;top:-30px;left:-30px;transform:rotate(-10deg)}.about-mission-vision{background-color:#f1ede1;flex-direction:column;gap:4rem;padding:0 5% 8rem;display:flex}.mv-row{align-items:stretch;gap:20px;max-width:1200px;margin:0 auto;display:flex}.mv-row.reverse{flex-direction:row-reverse}.mv-image{border-radius:16px;flex:1;overflow:hidden}.mv-image img{object-fit:cover;width:100%;height:100%;min-height:400px}.mv-content{border-radius:16px;flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.mission-box{background-color:#d8f58d}.vision-box{background-color:#9cd0f9}.mv-content h2{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:3rem;font-weight:900}.mv-content p{font-size:1.15rem;font-weight:600;line-height:1.6}.about-nurture{color:#fff;background-color:#1a3c1f;display:flex}.nurture-left{flex:1;padding:8rem 5%}.nurture-left h2{font-size:clamp(2.5rem,4vw,3.5rem);font-family:var(--font-heading);color:#fff;margin-bottom:3rem;font-weight:900;line-height:1.1}.nurture-list{flex-direction:column;gap:2rem;display:flex}.nurture-item{align-items:flex-start;gap:1.5rem;display:flex}.nurture-icon{color:#1a3c1f;background-color:#fce34c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.nurture-text h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.nurture-text p{opacity:.8;font-size:1rem;line-height:1.5}.nurture-right{flex:1;min-height:500px;position:relative}.nurture-img-overlay{width:100%;height:100%;position:absolute;top:0;left:0}.nurture-img-overlay img{object-fit:cover;width:100%;height:100%}.nurture-badge{color:#3b2313;z-index:10;background-color:#f19dbd;border:2px dashed #3b2313;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-weight:900;display:flex;position:absolute;top:50px;left:-40px;transform:rotate(15deg)}.about-belief{text-align:center;background-color:#f1ede1;padding:10rem 5%;position:relative}.about-belief h2{font-size:clamp(2rem,3.5vw,3rem);font-family:var(--font-heading);max-width:900px;margin:0 auto;font-weight:900;line-height:1.2}.belief-icons{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.b-icon{text-align:center;border:1.5px solid #3b2313;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:.85rem;font-weight:800;display:flex;position:absolute}.i1{background-color:#fce34c;top:15%;left:15%;transform:rotate(-10deg)}.i2{background-color:#eb7a53;top:20%;right:25%;transform:rotate(15deg)}.i3{background-color:#a5cf4e;bottom:15%;left:20%;transform:rotate(5deg)}.i4{background-color:#f19dbd;bottom:10%;right:15%;transform:rotate(-15deg)}.i5{background-color:#fff;border-radius:8px;top:40%;right:10%;transform:rotate(8deg)}.about-faq-section{background-color:#2e4a1f;background-image:var(--pattern-sayuran);background-position:50%;background-size:400px;padding:6rem 5%;position:relative}.faq-container{background-color:#f1ede1;border-radius:24px;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem;display:flex;box-shadow:0 20px 40px #0003}.faq-left{flex:1;position:relative}.faq-left h2{font-size:clamp(2.5rem,3.5vw,3.5rem);font-family:var(--font-heading);font-weight:900;line-height:1.1}.faq-badges{margin-top:3rem;display:flex;position:relative}.f-badge{text-align:center;background-color:#fff;border:1px dashed #3b2313;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:.85rem;font-weight:800;display:flex;position:absolute}.f-badge.f-green{background-color:#a5cf4e;top:20px;left:60px}.faq-right{flex-direction:column;flex:2;display:flex}.faq-item{cursor:pointer;border-bottom:1px solid #0000001a;padding:1.5rem 0}.faq-q{justify-content:space-between;align-items:center;gap:1rem;font-size:1.25rem;font-weight:800;display:flex}.faq-icon{opacity:.6;font-size:1rem}.faq-a{overflow:hidden}.faq-a p{opacity:.8;padding-top:1rem;font-weight:600;line-height:1.6}@media (width<=900px){.about-experience,.mv-row,.about-nurture,.faq-container,.mv-row.reverse{flex-direction:column}.about-hero-sub{flex-direction:column;justify-content:flex-start}.exp-left,.nurture-left{padding:2rem 0}.exp-right,.nurture-right{width:100%}.nurture-right{min-height:300px}.faq-container{padding:2rem}.faq-badges{height:150px}.b-icon{display:none}}.menu-page{font-family:var(--font-body);color:#3b2313;overflow-x:hidden}.menu-hero{background-color:#d8f58d;background-image:var(--pattern-sayuran);background-size:400px;padding:160px 5% 80px;position:relative}.menu-hero h1{font-size:clamp(3rem,5vw,5rem);font-family:var(--font-heading);color:#2b1d13;max-width:800px;margin-bottom:3rem;font-weight:900;line-height:1.1}.menu-hero-divider{background-color:#3b231333;width:100%;height:1px;margin-bottom:2rem}.menu-hero-sub{justify-content:flex-end;align-items:flex-start;gap:2rem;display:flex}.menu-hero-sub h4{white-space:nowrap;font-size:1.2rem;font-weight:800}.menu-hero-sub p{max-width:450px;font-size:1rem;font-weight:600;line-height:1.6}.best-sellers-section{background-color:#f1ede1;padding:6rem 5%}.best-sellers-section h2{font-size:clamp(2.5rem,4vw,3.5rem);font-family:var(--font-heading);margin-bottom:3rem;font-weight:900}.best-sellers-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.best-seller-card{flex-direction:column;display:flex}.bsc-image-box{aspect-ratio:1;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex;overflow:hidden}.bsc-image-box img{object-fit:contain;width:100%;height:100%;transition:transform .3s;transform:scale(1.2)}.best-seller-card:hover .bsc-image-box img{transform:scale(1.25)}.bsc-info{justify-content:space-between;align-items:center;display:flex}.bsc-info h3{font-size:1.3rem;font-weight:900}.bsc-add-btn{cursor:pointer;color:#3b2313;background:0 0;border:1px solid #3b2313;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.bsc-add-btn:hover{color:#fff;background:#3b2313}.all-items-section{background-color:#fff;padding:6rem 5%}.all-items-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.all-items-header h2{font-size:clamp(2.5rem,4vw,3.5rem);font-family:var(--font-heading);font-weight:900}.category-tabs{border:1px solid #3b2313;border-radius:4px;display:flex;overflow:hidden}.category-tabs button{cursor:pointer;color:#3b2313;background:0 0;border:none;border-right:1px solid #3b2313;padding:.8rem 2rem;font-size:.9rem;font-weight:700;transition:all .2s}.category-tabs button:last-child{border-right:none}.category-tabs button.active{color:#fff;background-color:#f15a29}.all-items-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem 2rem;max-width:1200px;margin:0 auto 4rem;display:grid}.item-row-card{align-items:center;gap:1.5rem;display:flex}.item-thumbnail{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.item-thumbnail img{object-fit:contain;width:95%;height:95%}.item-details{flex-direction:column;display:flex}.item-details h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:900}.item-details p{opacity:.7;margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.5}.item-price{font-size:1.2rem;font-weight:900}.load-more-container{text-align:center}.load-more-btn{color:#fff;cursor:pointer;background-color:#f15a29;border:none;border-radius:40px;padding:1rem 3rem;font-size:1rem;font-weight:800;transition:background-color .2s}.load-more-btn:hover{background-color:#d14a1e}@media (width<=768px){.menu-hero-sub{flex-direction:column;justify-content:flex-start}.all-items-grid{grid-template-columns:1fr}}.contact-page-container{font-family:var(--font-body);color:#3b2313;background-color:#f6efe6;overflow-x:hidden}.contact-hero{background-color:#d8f58d;background-image:var(--pattern-sayuran);background-size:400px;padding:160px 5% 80px}.contact-hero h1{font-size:clamp(2.5rem,4.5vw,4.2rem);font-family:var(--font-heading);color:#2b1d13;max-width:900px;margin-bottom:3rem;font-weight:900;line-height:1.1}.contact-hero-divider{background-color:#3b231333;width:100%;height:1px;margin-bottom:2rem}.contact-hero-sub{justify-content:flex-end;align-items:flex-start;gap:2rem;display:flex}.contact-hero-sub h4{white-space:nowrap;font-size:1.2rem;font-weight:900}.contact-hero-sub p{max-width:450px;font-size:1rem;font-weight:600;line-height:1.6}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 5% 6rem;display:grid}.contact-left h2{font-size:1.8rem;font-family:var(--font-heading);max-width:500px;margin-bottom:3rem;font-weight:900;line-height:1.3}.contact-info-list h4,.contact-socials h4{margin-bottom:1.5rem;font-size:1.2rem;font-weight:900}.info-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.info-icon{opacity:.8;border:1px solid #3b23134d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;display:flex}.info-item h5{margin-bottom:.2rem;font-size:1rem;font-weight:800}.info-item p{opacity:.8;font-size:.95rem;font-weight:500}.contact-socials{margin-top:3rem}.c-social-icons{gap:1rem;display:flex}.c-social-icons a{color:#3b2313;border:1px solid #3b23134d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.c-social-icons a:hover{color:#fff;background-color:#3b2313}.contact-right{color:#fff;background-color:#2b1d13;border-radius:12px;padding:3rem}.contact-form .form-row{gap:1.5rem;display:flex}.contact-form .form-group{flex:1;margin-bottom:1.5rem}.contact-form label{margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.contact-form label span{color:#f15a29}.contact-form input,.contact-form textarea{color:#fff;background:0 0;border:1px solid #ffffff26;border-radius:6px;width:100%;padding:.8rem;font-family:inherit;font-size:.95rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#ffffff80;outline:none}.submit-btn{color:#fff;cursor:pointer;background-color:#f15a29;border:none;border-radius:30px;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:800;transition:background-color .2s}.submit-btn:hover{background-color:#d14a1e}@media (width<=900px){.contact-content{grid-template-columns:1fr}.contact-hero-sub{flex-direction:column;justify-content:flex-start}.contact-form .form-row{flex-direction:column;gap:0}}.faq-page-container{font-family:var(--font-body);color:#3b2313;background-color:#f6efe6;overflow-x:hidden}.faq-hero{background-color:#d8f58d;background-image:var(--pattern-sayuran);background-size:400px;padding:160px 5% 80px}.faq-hero h1{font-size:clamp(3rem,5vw,4.5rem);font-family:var(--font-heading);color:#2b1d13;max-width:800px;margin-bottom:3rem;font-weight:900;line-height:1.1}.faq-hero-divider{background-color:#3b231333;width:100%;height:1px;margin-bottom:2rem}.faq-hero-sub{justify-content:flex-end;align-items:flex-start;gap:2rem;display:flex}.faq-hero-sub h4{white-space:nowrap;font-size:1.2rem;font-weight:800}.faq-hero-sub p{border-left:2px solid #3b231333;max-width:450px;padding-left:1.5rem;font-size:1rem;font-weight:600;line-height:1.6}.faq-content-section{max-width:900px;margin:0 auto;padding:5rem 5% 6rem}.faq-tabs{border:1px solid #3b231333;border-radius:4px;flex-wrap:wrap;margin-bottom:3rem;display:flex;overflow:hidden}.faq-tabs button{cursor:pointer;color:#3b2313;background:0 0;border:none;border-right:1px solid #3b231333;flex:1;min-width:150px;padding:1rem;font-size:.95rem;font-weight:700;transition:all .2s}.faq-tabs button:last-child{border-right:none}.faq-tabs button.active{color:#fff;background-color:#f15a29;border-color:#f15a29}.faq-list{flex-direction:column;display:flex}.faq-list-item{cursor:pointer;border-bottom:2px solid #3b2313cc;padding:1.5rem 0}.faq-list-item:first-child{border-top:2px solid #3b2313cc}.faq-q-text{justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:900;transition:color .3s;display:flex}.faq-list-item.open .faq-q-text{color:#3b2313}.faq-arrow{opacity:.7;font-size:.9rem}.faq-a-text{overflow:hidden}.faq-a-text p{color:#666;padding-top:1rem;font-size:1rem;font-weight:500;line-height:1.6}.faq-contact-help{text-align:center;margin-top:4rem;font-size:1rem;font-weight:500}.faq-contact-help a{color:#f15a29;font-weight:700;text-decoration:none}@media (width<=768px){.faq-hero-sub{flex-direction:column;justify-content:flex-start}.faq-hero-sub p{border-left:none;margin-top:1rem;padding-left:0}}.legal-page{font-family:var(--font-body);color:#3b2313;background-color:#f6efe6;overflow-x:hidden}.legal-hero{text-align:center;background-color:#d8f58d;background-image:var(--pattern-sayuran);background-size:400px;padding:160px 5% 80px}.legal-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading);color:#2b1d13;margin-bottom:1rem;font-weight:900;line-height:1.2}.legal-hero p{opacity:.8;font-size:.9rem;font-weight:700}.legal-content{max-width:900px;margin:0 auto;padding:4rem 5% 6rem}.legal-intro{margin-bottom:2.5rem;font-size:1rem;font-weight:500;line-height:1.6}.legal-block{margin-bottom:2.5rem}.legal-block h3{margin-bottom:1rem;font-size:1.2rem;font-weight:900}.legal-block p{margin-bottom:.8rem;font-size:.95rem;font-weight:500;line-height:1.6}.legal-block ul{margin-bottom:1rem;padding-left:1.2rem}.legal-block ul li{margin-bottom:.5rem;font-size:.95rem;font-weight:500;line-height:1.6;list-style-type:disc}.legal-contact{margin-top:1rem;margin-bottom:1rem}.legal-contact p{margin-bottom:.3rem}.legal-contact strong{width:70px;display:inline-block}.cta-banner{background-color:var(--white);justify-content:center;padding:6rem 20px;display:flex}.cta-content{background:linear-gradient(135deg, var(--light-green) 0%, #9bca3f66 100%);text-align:center;border-radius:2rem;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.cta-content h2{color:var(--dark-brown);margin-bottom:2.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.cta-actions{align-items:center;gap:1.5rem;display:flex}.price-tag{font-family:var(--font-heading);color:var(--dark-green);font-size:1.5rem;font-weight:800}.cta-btn{background-color:var(--orange);color:var(--white);border-radius:3rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .2s;box-shadow:0 10px 20px #fc612d33}.cta-btn:hover{transform:scale(1.05)}@media (width<=600px){.cta-actions{flex-direction:column}}.footer{background-color:var(--dark-brown);color:var(--white);padding:5rem 20px 2rem}.footer-content{grid-template-columns:2fr 2fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto 4rem;display:grid}.footer-logo{font-size:1.5rem;font-family:var(--font-heading);color:var(--white);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:800;display:flex}.footer-desc{color:#ffffffb3;max-width:300px;line-height:1.5}.footer-links-wrapper{gap:4rem;display:flex}.footer-col h4{color:var(--light-green);margin-bottom:1.5rem;font-size:1.1rem}.footer-col ul li{margin-bottom:.8rem}.footer-col a{color:#ffffffb3;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-newsletter h4{color:var(--light-green);margin-bottom:1.5rem;font-size:1.1rem}.newsletter-form{border-bottom:1px solid #ffffff4d;padding-bottom:.5rem;display:flex}.newsletter-form input{color:var(--white);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1}.newsletter-form button{color:var(--white);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.9rem}@media (width<=900px){.footer-content{grid-template-columns:1fr;gap:2rem}}.search-modal-overlay{z-index:9999;background-color:#f6efe6fa;flex-direction:column;align-items:center;width:100vw;height:100vh;padding-top:10vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.search-modal-content{width:90%;max-width:800px;position:relative}.close-search-btn{color:#3b2313;cursor:pointer;background:0 0;border:none;font-size:2rem;transition:transform .2s;position:absolute;top:-40px;right:-20px}.close-search-btn:hover{transform:scale(1.1)}.search-input-wrapper{border-bottom:3px solid #3b2313;align-items:center;margin-bottom:40px;padding-bottom:10px;display:flex}.search-icon-large{color:#3b2313;margin-right:20px;font-size:2.5rem}.search-input-wrapper input{color:#3b2313;font-size:2rem;font-weight:700;font-family:var(--font-heading);background:0 0;border:none;outline:none;flex:1}.search-input-wrapper input::placeholder{color:#3b231366}.search-results{width:100%}.no-results{color:#f15a29;text-align:center;font-size:1.2rem;font-weight:600}.search-results-grid{grid-template-columns:1fr;gap:1.5rem;padding-bottom:50px;display:grid}.search-item-card{background:#fff;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0000000d}.si-img-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.si-img-wrapper img{object-fit:contain;width:70%;height:70%}.si-details h4{margin-bottom:.3rem;font-size:1.2rem;font-weight:800}.si-details p{opacity:.7;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.si-price{color:#f15a29;font-size:1.1rem;font-weight:900}.order-modal-overlay{z-index:10000;background-color:#2b1d13cc;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.order-modal-card{text-align:center;background-color:#f6efe6;border-top:6px solid #f15a29;border-radius:20px;width:90%;max-width:450px;padding:3rem 2.5rem;position:relative;box-shadow:0 20px 40px #0000004d}.close-order-btn{color:#3b2313;cursor:pointer;opacity:.6;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s;position:absolute;top:15px;right:20px}.close-order-btn:hover{opacity:1}.order-modal-card h2{font-family:var(--font-heading);color:#2b1d13;margin-bottom:.5rem;font-size:2.2rem;font-weight:900}.order-modal-card p{opacity:.8;margin-bottom:2.5rem;font-size:1rem;font-weight:600}.order-options{flex-direction:column;gap:1rem;display:flex}.order-btn{color:#3b2313;cursor:pointer;background-color:#fff;border:none;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #0000000d}.order-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.btn-website{border-left:5px solid #f15a29}.btn-website .order-btn-icon{color:#f15a29;font-size:1.8rem}.btn-shopee{border-left:5px solid #ee4d2d}.btn-shopee .order-btn-icon{color:#ee4d2d;font-size:1.8rem}.btn-tiktok{border-left:5px solid #000}.btn-tiktok .order-btn-icon{color:#000;font-size:1.8rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.checkout-modal-overlay{z-index:10000;background-color:#2b1d13cc;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem 1rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.checkout-modal-card{background-color:#f6efe6;border-top:6px solid #f15a29;border-radius:20px;width:100%;max-width:500px;margin:auto;padding:2.5rem 2rem;position:relative;box-shadow:0 20px 40px #0000004d}.close-checkout-btn{color:#3b2313;cursor:pointer;opacity:.6;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s;position:absolute;top:15px;right:20px}.close-checkout-btn:hover{opacity:1}.checkout-step{flex-direction:column;display:flex}.checkout-step h2{font-family:var(--font-heading);color:#2b1d13;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:900}.checkout-step p{opacity:.8;text-align:center;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.checkout-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-row{align-items:flex-end;gap:1rem;display:flex}.checkout-form label{color:#3b2313;font-size:.9rem;font-weight:700}.checkout-form input,.checkout-form select,.checkout-form textarea{color:#2b1d13;box-sizing:border-box;background-color:#fff;border:1px solid #3b231333;border-radius:10px;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:#f15a29;outline:none;box-shadow:0 0 0 3px #f15a291a}.payment-methods-grid{flex-wrap:wrap;gap:.8rem;margin-top:.2rem;display:flex}.payment-card{cursor:pointer;box-sizing:border-box;background-color:#fff;border:2px solid #3b23131a;border-radius:8px;flex:30%;justify-content:center;align-items:center;min-width:80px;height:50px;padding:.5rem;transition:all .2s;display:flex}.payment-card img{object-fit:contain;max-width:80%;max-height:25px}.payment-card:hover{border-color:#f15a2966;transform:translateY(-2px)}.payment-card.selected{background-color:#f15a290d;border-color:#f15a29;box-shadow:0 4px 10px #f15a2926}.order-summary{background-color:#f15a290d;border:1px solid #f15a2933;border-radius:12px;margin:1rem 0;padding:1.2rem}.summary-row{color:#3b2313;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.summary-row.total{color:#f15a29;border-top:1px dashed #3b231333;margin-top:.8rem;padding-top:.8rem;font-size:1.2rem;font-weight:800}.submit-checkout-btn{color:#fff;cursor:pointer;background-color:#f15a29;border:none;border-radius:12px;padding:1rem;font-size:1.1rem;font-weight:800;transition:transform .2s,background-color .2s}.submit-checkout-btn:hover{background-color:#d94b1f;transform:translateY(-2px)}.loading-step,.payment-step{text-align:center;justify-content:center;align-items:center;padding:2rem 0}.spinner-icon{color:#f15a29;margin-bottom:1.5rem;font-size:3rem;animation:1s linear infinite spin}.success-icon{color:#25d366;margin-bottom:1rem;font-size:4rem}.qris-container{background-color:#fff;border:1px solid #eee;border-radius:15px;margin:1rem 0;padding:1rem;display:inline-block;box-shadow:0 10px 25px #0000000d}.payment-details{background-color:#fff;border-radius:12px;width:100%;margin-bottom:1.5rem;padding:1rem 1.5rem;box-shadow:0 4px 10px #00000005}.detail-row{justify-content:space-between;margin-bottom:.5rem;font-size:1rem;display:flex}.detail-row:last-child{margin-bottom:0}.detail-row .tagihan{color:#f15a29;font-size:1.2rem}.payment-note{color:#666!important;font-size:.85rem!important}.done-btn{color:#fff;cursor:pointer;background-color:#3b2313;border:none;border-radius:10px;margin-top:1rem;padding:.8rem 2rem;font-weight:700}.error-alert{color:#c62828;background-color:#ffebee;border-left:4px solid #c62828;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.product-detail-page{min-height:100vh;color:var(--dark-brown);font-family:var(--font-body);background-color:#f6efe6;padding-top:120px;padding-bottom:80px}.pd-container{max-width:1200px;margin:0 auto;padding:0 5%}.pd-main{align-items:flex-start;gap:4rem;margin-bottom:6rem;display:flex}.pd-image-box{border:2px solid var(--dark-brown);aspect-ratio:1;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px #3316121a}.pd-image{object-fit:contain;filter:drop-shadow(0 20px 30px #0003);width:100%;height:100%;transform:scale(1.25)}.pd-info{flex-direction:column;flex:1;display:flex}.pd-title{font-family:var(--font-heading);color:var(--dark-brown);margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;line-height:1.1}.pd-description{color:#5a4034;margin-bottom:2rem;font-size:1.05rem;font-weight:500;line-height:1.6}.pd-nutrition{color:#5a4034;align-items:center;gap:.8rem;margin-bottom:2rem;font-size:.95rem;display:flex}.pd-nutrition strong{color:var(--dark-brown);font-weight:800}.pd-divider{opacity:.3}.pd-price{font-family:var(--font-heading);color:var(--dark-brown);margin-bottom:2rem;font-size:2.2rem;font-weight:900}.pd-buy-btn{background-color:var(--orange);color:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:1rem;width:fit-content;margin-bottom:3rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .2s,opacity .2s;display:flex}.pd-buy-btn:hover{opacity:.9;transform:translateY(-2px)}.pd-buy-icon{font-size:.9rem}.pd-accordions{flex-direction:column;display:flex}.pd-accordion-item{border-bottom:1px solid #33161233}.pd-accordion-item:first-child{border-top:1px solid #33161233}.pd-accordion-header{width:100%;color:var(--dark-brown);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.1rem;font-weight:800;display:flex}.pd-accordion-icon{opacity:.6;font-size:.8rem}.pd-accordion-content{overflow:hidden}.pd-accordion-content p{color:#5a4034;padding-bottom:1.5rem;font-size:.95rem;font-weight:500;line-height:1.6}.pd-more-picks{text-align:center}.pd-more-picks h2{font-family:var(--font-heading);color:var(--dark-brown);margin-bottom:3rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:900}.pd-picks-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.pd-pick-card{cursor:pointer;flex-direction:column;align-items:center;width:100%;transition:transform .2s;display:flex}.pd-pick-card:hover{transform:translateY(-5px)}.pd-pick-image-box{aspect-ratio:1;border:2px solid var(--dark-brown);border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;padding:.5rem;display:flex;box-shadow:0 4px #3316121a}.pd-pick-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pd-pick-image-wrapper img{object-fit:contain;filter:drop-shadow(0 10px 15px #00000026);width:100%;height:100%}.pd-pick-overlay{width:100%;height:100%;color:var(--white);text-align:left;background:#3b2313e6;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.pick-overlay-title{color:var(--orange);margin-bottom:.5rem;font-size:.95rem;font-weight:800}.pick-overlay-text{font-size:.85rem;font-weight:500;line-height:1.5}.pd-pick-card h3{font-family:var(--font-heading);color:var(--dark-brown);text-align:center;font-size:1.2rem;font-weight:800}@media (width<=900px){.pd-main{flex-direction:column;gap:3rem}.pd-image-box,.pd-info{width:100%}.pd-picks-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.pd-picks-grid{grid-template-columns:1fr;gap:1.5rem}.pd-pick-card{width:100%}.pd-nutrition{flex-wrap:wrap;gap:.5rem}.pd-divider{display:none}}.chat-widget-container{z-index:99999;font-family:var(--font-body);flex-direction:column;align-items:flex-end;gap:20px;display:flex;position:fixed;bottom:30px;right:30px}.chat-fab{background-color:var(--green);width:64px;height:64px;color:var(--dark-brown);border:2px solid var(--dark-green);box-shadow:4px 4px 0px var(--dark-green);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.chat-fab:hover{box-shadow:6px 6px 0px var(--dark-green);transform:translate(-2px,-2px)}.chat-fab:active{box-shadow:2px 2px 0px var(--dark-green);transform:translate(2px,2px)}.chat-panel{background:var(--white);border:2px solid var(--dark-green);border-radius:24px;flex-direction:column;width:380px;height:550px;max-height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:8px 8px #123a1426}.chat-header{background-color:var(--light-green);border-bottom:2px solid var(--dark-green);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-tabs{border:1px solid var(--dark-green);background:#fff9;border-radius:12px;padding:4px;display:flex}.tab-btn{color:var(--dark-green);cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font-body);background:0 0;border:none;border-radius:8px;padding:8px 16px;transition:all .2s}.tab-btn.active{background:var(--white);box-shadow:0 2px 0px var(--dark-green);border:1px solid var(--dark-green);color:var(--dark-brown)}.close-btn{background:var(--white);border:2px solid var(--dark-green);color:var(--dark-green);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.close-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.chat-content{background-color:var(--off-white);flex-direction:column;flex:1;display:flex;overflow:hidden}.messages-container{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:0 0}.messages-container::-webkit-scrollbar-thumb{background:var(--green);border:1px solid var(--dark-green);border-radius:10px}.message{max-width:85%;display:flex}.user-msg{align-self:flex-end}.ai-msg{align-self:flex-start}.bubble{word-wrap:break-word;border:2px solid var(--dark-green);border-radius:20px;padding:14px 18px;font-size:.95rem;font-weight:500;line-height:1.5}.user-msg .bubble{background-color:var(--green);color:var(--dark-brown);border-bottom-right-radius:4px}.ai-msg .bubble{background-color:var(--white);color:var(--dark-brown);border-bottom-left-radius:4px}.chat-input-area{border-top:2px solid var(--dark-green);background:var(--white);gap:12px;padding:16px;display:flex}.chat-input-area input{border:2px solid var(--dark-green);background:var(--off-white);font-size:.95rem;font-family:var(--font-body);color:var(--dark-brown);border-radius:100px;outline:none;flex:1;padding:12px 20px;transition:border-color .2s,background .2s}.chat-input-area input:focus{background:var(--white);box-shadow:0 0 0 3px #9bca3f66}.chat-input-area button{border:2px solid var(--dark-green);background:var(--orange);width:50px;height:50px;color:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.chat-input-area button:disabled{color:#666;cursor:not-allowed;background:#ccc;border-color:#999}.chat-input-area button:not(:disabled):hover{transform:scale(1.05)}.chat-input-area button:not(:disabled):active{transform:scale(.95)}.voice-container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.voice-avatar{border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:32px;display:flex;position:relative}.mic-icon-wrapper{z-index:2;background:var(--white);border:2px solid var(--dark-green);width:80px;height:80px;color:var(--dark-green);border-radius:50%;justify-content:center;align-items:center;transition:background .3s;display:flex;position:relative}.voice-avatar.active .mic-icon-wrapper{background:var(--green);color:var(--dark-brown)}.pulse-ring{background:var(--green);z-index:1;opacity:0;border-radius:50%;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.voice-avatar.active .pulse-ring{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%{opacity:.8;width:80px;height:80px}to{opacity:0;width:200px;height:200px}}.voice-status{font-family:var(--font-heading);color:var(--dark-green);margin-bottom:12px;font-size:1.5rem;font-weight:800}.voice-desc{color:var(--dark-brown);margin-bottom:32px;font-size:.95rem;line-height:1.5}.voice-action-btn{border:2px solid var(--dark-green);color:var(--dark-brown);cursor:pointer;width:100%;max-width:260px;font-size:1.1rem;font-weight:700;font-family:var(--font-body);border-radius:100px;justify-content:center;align-items:center;gap:12px;padding:16px 32px;transition:all .2s;display:flex}.voice-action-btn.start{background:var(--green);box-shadow:4px 4px 0px var(--dark-green)}.voice-action-btn.start:hover{box-shadow:6px 6px 0px var(--dark-green);transform:translate(-2px,-2px)}.voice-action-btn.start:active{box-shadow:2px 2px 0px var(--dark-green);transform:translate(2px,2px)}.voice-action-btn.stop{background:var(--orange);color:var(--white);box-shadow:4px 4px 0px var(--dark-green)}.voice-action-btn.stop:hover{box-shadow:6px 6px 0px var(--dark-green);transform:translate(-2px,-2px)}.voice-action-btn.stop:active{box-shadow:2px 2px 0px var(--dark-green);transform:translate(2px,2px)}.loading{align-items:center;gap:6px;height:52px;display:flex}.dot{background-color:var(--dark-green);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.game-fab{background:var(--kriptastic-dark,#4a3b32);color:#fff;cursor:pointer;z-index:999;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 6px 16px #0000004d}.game-fab:hover{background:var(--kriptastic-primary,#8bc34a);transform:scale(1.1)rotate(-10deg)}.mini-game-container{z-index:10;background:0 0;border-top:2px dashed #0000001a;justify-content:center;width:100%;display:flex;position:relative;overflow:hidden}.mini-game-wrapper{flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:1rem 0;display:flex}.game-header{box-sizing:border-box;justify-content:space-between;width:100%;margin-bottom:1rem;padding:0 2rem;font-family:Fredoka,sans-serif;display:flex}.game-header h3{color:var(--kriptastic-dark,#4a3b32);margin:0;font-size:1.5rem}.game-scores{gap:1rem;font-family:Nunito,sans-serif;font-weight:700;display:flex}.game-scores span{background:var(--kriptastic-primary,#8bc34a);color:#fff;border-radius:20px;padding:.3rem 1rem;box-shadow:0 2px 4px #0000001a}.game-scores span:last-child{background:var(--kriptastic-dark,#4a3b32)}.canvas-container{cursor:pointer;background:0 0;width:100%;max-width:100%;position:relative;overflow:hidden}canvas{background:0 0;width:100%;height:auto;display:block}.game-over-canvas{filter:grayscale(.8)blur(2px)}.game-overlay{z-index:2;background:#fbf8f1d9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.game-overlay p{border:2px dashed var(--kriptastic-primary,#8bc34a);color:var(--kriptastic-dark,#4a3b32);background:#fff;border-radius:20px;margin:0;padding:.8rem 1.5rem;font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:800;box-shadow:0 4px 12px #0000000d}.game-overlay kbd{background:var(--kriptastic-primary,#8bc34a);color:#fff;border-bottom:2px solid var(--kriptastic-dark,#4a3b32);border-radius:6px;padding:.2rem .6rem;font-family:Nunito,sans-serif;font-weight:900}.game-over{background:#4a3b32e6}.game-over h2{color:var(--kriptastic-accent,#ff5722);text-shadow:2px 2px #fff;margin-bottom:.5rem;font-family:Fredoka,sans-serif;font-size:2.5rem}.game-over p{color:#fff;box-shadow:none;background:0 0;border:none;margin-bottom:1.5rem;font-family:Nunito,sans-serif;font-size:1.3rem}.game-over button{background:var(--kriptastic-accent,#ff5722);color:#fff;cursor:pointer;box-shadow:0 4px 0 var(--kriptastic-dark,#4a3b32);border:none;border-radius:30px;padding:.8rem 2rem;font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:800;transition:all .2s}.game-over button:hover{box-shadow:0 2px 0 var(--kriptastic-dark,#4a3b32);background:#ff7a59;transform:translateY(2px)}.game-over button:active{box-shadow:none;transform:translateY(4px)}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
