@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,800;1,700&family=DM+Sans:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}.oc-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);background:#0000008c;justify-content:center;align-items:center;animation:.3s ease-out ocOverlayIn;display:flex;position:fixed;inset:0}@keyframes ocOverlayIn{0%{opacity:0}to{opacity:1}}.oc-container{text-align:center;background:#fafaf2;border-radius:28px;width:380px;max-width:90vw;padding:44px 32px 32px;animation:.5s cubic-bezier(.34,1.56,.64,1) ocContainerIn;position:relative;overflow:hidden;box-shadow:0 30px 90px #0003,0 10px 30px #0000001a}@keyframes ocContainerIn{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.oc-confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.oc-dot{opacity:0;border-radius:50%;width:8px;height:8px;animation:2s ease-out forwards ocConfettiFall;position:absolute}.oc-dot-1{background:#2a4620;animation-delay:0s;left:10%}.oc-dot-2{background:#4a7a2a;animation-delay:50ms;left:20%}.oc-dot-3{background:#e8e5d0;width:6px;height:6px;animation-delay:30ms;left:35%}.oc-dot-4{background:#6b0000;animation-delay:80ms;left:50%}.oc-dot-5{background:#4a7a2a;width:6px;height:6px;animation-delay:20ms;left:65%}.oc-dot-6{background:#2a4620;animation-delay:.1s;left:80%}.oc-dot-7{background:#e8e5d0;animation-delay:60ms;left:90%}.oc-dot-8{background:#6b0000;width:5px;height:5px;animation-delay:.12s;left:15%}.oc-dot-9{background:#4a7a2a;width:7px;height:7px;animation-delay:0s;left:45%}.oc-dot-10{background:#2a4620;width:5px;height:5px;animation-delay:40ms;left:75%}.oc-dot-11{background:#e8e5d0;animation-delay:.15s;left:55%}.oc-dot-12{background:#6b0000;width:6px;height:6px;animation-delay:.1s;left:30%}@keyframes ocConfettiFall{0%{opacity:1;top:-10%;transform:rotate(0)scale(1)}60%{opacity:1}to{opacity:0;top:100%;transform:rotate(720deg)scale(.3)}}.oc-icon{width:80px;height:80px;margin:0 auto 20px}.oc-icon svg{width:100%;height:100%}.oc-circle-animate{animation:.3s cubic-bezier(.34,1.56,.64,1) both ocCirclePop}@keyframes ocCirclePop{0%{r:0;opacity:0}to{r:38;opacity:1}}.oc-check-animate{stroke-dasharray:60;stroke-dashoffset:60px;animation:.3s ease-out .2s forwards ocCheckDraw}@keyframes ocCheckDraw{to{stroke-dashoffset:0}}.oc-title{color:#1e1e1e;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:26px;font-weight:800;animation:.3s ease-out .15s both ocFadeUp}.oc-subtitle{color:#888;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:14px;animation:.3s ease-out .2s both ocFadeUp}@keyframes ocFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.oc-info-card{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px 20px;animation:.3s ease-out .25s both ocFadeUp;box-shadow:0 2px 10px #0000000a}.oc-info-row{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.oc-info-label{color:#999;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.oc-info-value{color:#333;letter-spacing:.3px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.oc-info-total{color:#2a4620;font-size:18px}.oc-info-divider{background:#f0efe8;height:1px}.oc-eta{justify-content:center;align-items:center;gap:8px;margin-bottom:22px;animation:.3s ease-out .3s both ocFadeUp;display:flex}.oc-eta svg{flex-shrink:0;width:18px;height:18px}.oc-eta span{color:#666;font-family:DM Sans,sans-serif;font-size:13px}.oc-eta strong{color:#2a4620}.oc-done-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:14px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;animation:.3s ease-out .35s both ocFadeUp}.oc-done-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.oc-done-btn:active{transform:translateY(0)}@media (width<=480px){.oc-container{border-radius:22px;width:100%;max-width:92vw;padding:36px 24px 28px}.oc-title{font-size:22px}}.login-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.4s ease-out loginOverlayIn;display:flex;position:fixed;inset:0}@keyframes loginOverlayIn{0%{opacity:0}to{opacity:1}}.login-modal-container{background:#fafaf2;border-radius:24px;width:420px;max-width:92vw;max-height:90vh;animation:.5s cubic-bezier(.34,1.56,.64,1) loginModalIn;position:relative;overflow:hidden;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}@keyframes loginModalIn{0%{opacity:0;transform:scale(.88)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.login-close-btn{color:#666;cursor:pointer;z-index:100;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .25s;display:flex;position:absolute;top:18px;right:18px;box-shadow:0 4px 10px #0000000d}.login-close-btn:hover{color:#2a4620;background:#fdfdfd;border-color:#2a4620;transform:rotate(90deg)}@media (width<=480px){.login-close-btn{width:38px;height:38px;box-shadow:none;background:0 0;border:none;font-size:16px;top:25px;right:25px}}.login-leaf{pointer-events:none;z-index:0;position:absolute}.login-leaf-1{opacity:.5;width:90px;animation:6s ease-in-out infinite alternate leafFloat1;top:-10px;right:-15px}.login-leaf-2{opacity:.4;width:70px;animation:7s ease-in-out infinite alternate leafFloat2;bottom:40px;left:-12px}.login-leaf-3{opacity:.3;width:50px;animation:8s ease-in-out infinite alternate-reverse leafFloat1;top:50%;right:10px}@keyframes leafFloat1{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-8px)rotate(5deg)}}@keyframes leafFloat2{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-6px)rotate(-4deg)}}.login-brand-section{z-index:1;background:0 0;flex-direction:column;align-items:center;padding:36px 24px 20px;display:flex;position:relative}.login-logo-wrapper{justify-content:center;align-items:center;margin-bottom:10px;display:flex}.login-logo-img{object-fit:contain;width:auto;height:60px}.login-tagline{color:#2a4620;letter-spacing:.3px;text-align:center;margin:0;font-family:Playfair Display,Georgia,serif;font-size:17px;font-weight:500}.login-card{z-index:1;background:#fff;border-radius:20px;margin:0 20px 20px;padding:32px 28px 28px;transition:transform .3s;position:relative;box-shadow:0 2px 16px #0000000a}.login-card-animating{opacity:.7;transform:scale(.97)}.login-slide-in{animation:.4s ease-out loginSlideIn}@keyframes loginSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.login-title{color:#1e1e1e;letter-spacing:-.3px;margin:0 0 4px;font-family:DM Sans,sans-serif;font-size:26px;font-weight:700}.login-subtitle{color:#888;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;line-height:1.4}.login-phone-display{color:#2a4620;font-weight:600}.login-edit-phone{color:#2a4620;cursor:pointer;background:0 0;border:none;margin-left:6px;padding:0;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;text-decoration:underline}.login-edit-phone:hover{color:#1a3010}.login-phone-field{background:#fff;border:1.5px solid #ddd;border-radius:12px;align-items:center;margin-bottom:20px;transition:border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.login-phone-field:focus-within{border-color:#2a4620;box-shadow:0 0 0 3px #2a462014}.login-country-code{cursor:default;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#fafafa;align-items:center;gap:5px;padding:14px 12px;display:flex}.login-flag{font-size:18px;line-height:1}.login-code{color:#333;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.login-chevron{width:10px;height:10px;margin-left:2px}.login-phone-divider{background:#ddd;flex-shrink:0;width:1px;height:28px}.login-phone-input{color:#1e1e1e;letter-spacing:.5px;background:0 0;border:none;outline:none;flex:1;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400}.login-phone-input::placeholder{color:#bbb;font-weight:400}.grecaptcha-badge{visibility:hidden!important}.login-otp-boxes{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.login-otp-input{text-align:center;color:#1e1e1e;caret-color:#2a4620;background:#fff;border:1.5px solid #ddd;border-radius:10px;outline:none;width:48px;height:52px;font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;transition:all .25s}.login-otp-input:focus{border-color:#2a4620;transform:translateY(-2px);box-shadow:0 0 0 3px #2a46201a}.login-otp-input.filled{background:#2a46200a;border-color:#2a4620}.btn-loading{opacity:.8;cursor:not-allowed;background:#4a6b3d!important}.login-send-otp-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:12px;width:100%;margin-bottom:16px;padding:15px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;position:relative;overflow:hidden}.login-send-otp-btn:after{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.login-send-otp-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.login-send-otp-btn:hover:after{transform:translate(100%)}.login-send-otp-btn:active{transform:translateY(0);box-shadow:0 2px 8px #2a462033}.login-error{color:#d32f2f;text-align:left;margin:-12px 0 14px;font-family:DM Sans,sans-serif;font-size:12px;animation:.35s loginShake}@keyframes loginShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.login-terms{color:#999;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:11.5px;line-height:1.6}.login-link{color:#2a4620;font-weight:600;text-decoration:none;transition:color .2s}.login-link:hover{color:#1a3010;text-decoration:underline}.login-resend{color:#888;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:13px}.login-timer{color:#2a4620;font-weight:700}.login-resend-btn{color:#2a4620;cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;text-decoration:underline;transition:color .2s}.login-resend-btn:hover{color:#1a3010}.login-success-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 28px 40px;animation:.6s cubic-bezier(.16,1,.3,1) loginSuccessIn;display:flex}@keyframes loginSuccessIn{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.login-success-icon-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;position:relative}.login-success-ring{border:2.5px solid #2a4620;border-color:#2a4620 #2a4620 #0000 #0000;border-radius:50%;animation:1.2s cubic-bezier(.4,0,.2,1) forwards loginRingSpin;position:absolute;inset:-6px}@keyframes loginRingSpin{0%{opacity:.3;transform:rotate(0)}to{opacity:1;transform:rotate(360deg)}}.login-success-icon{background:#2a4620;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.5s cubic-bezier(.175,.885,.32,1.275) .2s both loginIconPop;display:flex;box-shadow:0 8px 24px #2a462040}@keyframes loginIconPop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}.login-success-icon svg{width:32px;height:32px}.login-check-animate{stroke-dasharray:45;stroke-dashoffset:45px;animation:.6s ease-out .6s forwards loginCheckDraw}@keyframes loginCheckDraw{to{stroke-dashoffset:0}}.login-success-title{color:#2a4620!important;letter-spacing:-.5px!important;margin-bottom:12px!important;font-size:30px!important;font-weight:800!important}.login-success-subtitle{color:#666!important;margin-bottom:32px!important;font-size:14.5px!important;line-height:1.5!important}.login-success-loader{background:#f0f0f0;border-radius:10px;width:140px;height:4px;position:relative;overflow:hidden}.login-loader-bar{background:#2a4620;border-radius:10px;width:0;height:100%;animation:2.4s ease-out forwards loginLoadProgress;position:absolute;top:0;left:0}@keyframes loginLoadProgress{0%{width:0%}to{width:100%}}@media (width<=480px){.login-modal-container{border-radius:0;flex-direction:column;justify-content:center;width:100%;max-width:100vw;min-height:100vh;display:flex}.login-brand-section{padding:50px 24px 20px}.login-card{margin:0 16px 24px;padding:28px 22px 24px}.login-otp-input{width:50px;height:50px;font-size:20px}.login-otp-boxes{gap:10px}.login-logo-img{height:50px}.login-tagline{font-size:15px}.login-title{font-size:22px}}@media (width<=360px){.login-otp-input{border-radius:10px;width:44px;height:44px;font-size:18px}.login-otp-boxes{gap:8px}}.profile-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.3s ease-out profileOverlayIn;display:flex;position:fixed;inset:0}@keyframes profileOverlayIn{0%{opacity:0}to{opacity:1}}.profile-modal-container{background:#fafaf2;border-radius:22px;width:440px;max-width:94vw;max-height:90vh;padding:0 0 24px;animation:.4s cubic-bezier(.34,1.56,.64,1) profileModalIn;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}.profile-modal-container::-webkit-scrollbar{display:none}@keyframes profileModalIn{0%{opacity:0;transform:scale(.9)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.profile-modal-closing{animation:.4s ease-in forwards profileOverlayOut}@keyframes profileOverlayOut{0%{opacity:1}to{opacity:0}}.profile-modal-container-closing{animation:.4s cubic-bezier(.4,0,1,1) forwards profileModalOut}@keyframes profileModalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}.profile-modal-header{z-index:2;background:#fafaf2;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;padding:22px 26px 14px;display:flex;position:sticky;top:0}.profile-modal-title{color:#1e1e1e;margin:0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700}.profile-modal-close{cursor:pointer;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.profile-modal-close svg{width:16px;height:16px}.profile-modal-close:hover{background:#e5e4d8;transform:scale(1.1)}.profile-completion-section{background:#fff;border-radius:16px;align-items:center;gap:16px;margin:0 26px 20px;padding:16px 20px;display:flex;box-shadow:0 2px 10px #0000000a}.profile-completion-ring{flex-shrink:0;width:64px;height:64px;position:relative}.profile-completion-ring svg{width:100%;height:100%}.profile-completion-percent{color:#2a4620;justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;display:flex;position:absolute;inset:0}.profile-completion-info{flex-direction:column;gap:3px;display:flex}.profile-completion-label{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700}.profile-completion-hint{color:#888;font-family:DM Sans,sans-serif;font-size:12px;line-height:1.4}.profile-photo-section{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.profile-photo-circle{cursor:pointer;background:#f5f4ed;border:3px solid #e8e5d0;border-radius:50%;width:90px;height:90px;transition:border-color .3s,transform .2s;position:relative;overflow:hidden}.profile-photo-circle:hover{border-color:#2a4620;transform:scale(1.05)}.profile-photo-img{object-fit:cover;width:100%;height:100%}.profile-photo-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.profile-photo-placeholder svg{width:36px;height:36px}.profile-photo-edit-badge{background:#2a4620;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:2px;right:2px;box-shadow:0 2px 8px #0003}.profile-photo-edit-badge svg{width:12px;height:12px}.profile-photo-input{display:none}.profile-photo-hint{color:#aaa;margin-top:8px;font-family:DM Sans,sans-serif;font-size:11px}.profile-form{flex-direction:column;gap:16px;padding:0 26px;display:flex}.profile-field{flex-direction:column;flex:1;gap:5px;display:flex}.profile-field-row{gap:14px;display:flex}.profile-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.profile-input{color:#1e1e1e;box-sizing:border-box;background:#fff;border:1.5px solid #e0dfd6;border-radius:11px;outline:none;width:100%;padding:12px 14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:border-color .25s,box-shadow .25s}.profile-input:focus{border-color:#2a4620;box-shadow:0 0 0 3px #2a462014}.profile-input::placeholder{color:#bbb;font-weight:400}.profile-input-disabled{color:#666;cursor:not-allowed;background:#f5f4ed;border-color:#e8e5d0;align-items:center;display:flex}.profile-textarea{resize:vertical;min-height:70px;line-height:1.5}.profile-save-section{padding:20px 26px 0}.profile-save-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;display:flex}.profile-save-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.profile-save-btn:active{transform:translateY(0)}.profile-save-btn svg{width:18px;height:18px}.profile-save-btn-saved{pointer-events:none;background:#4a7a2a}@media (width<=480px){.profile-modal-container{border-radius:0;width:100%;max-width:100vw;min-height:100vh}.profile-modal-header{border-radius:0}.profile-field-row{flex-direction:column;gap:16px}.profile-completion-section{margin:0 18px 18px;padding:14px 16px}.profile-form{padding:0 18px}.profile-save-section{padding:18px 18px 0}}.profile-dropdown-list{z-index:10000;background:#fff;border:1px solid #e0dfd6;border-radius:10px;max-height:200px;margin-top:5px;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 15px #0000000d}.profile-dropdown-item{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:12px 15px;transition:background .2s}.profile-dropdown-item:last-child{border-bottom:none}.profile-dropdown-item:hover{background:#f7f9f6}.profile-dropdown-title{color:#2a4620;margin-bottom:2px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.profile-dropdown-sub{color:#666;font-family:DM Sans,sans-serif;font-size:12px}.profile-warning-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;background:#0006;border-radius:22px;justify-content:center;align-items:center;animation:.3s ease-out profileOverlayIn;display:flex;position:absolute;inset:0}.profile-warning-box{text-align:center;background:#fff;border-radius:16px;width:340px;max-width:90%;padding:24px;animation:.3s cubic-bezier(.34,1.56,.64,1) profileModalIn;box-shadow:0 15px 40px #00000026}.profile-warning-icon{background:#ff98001a;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 16px;display:flex}.profile-warning-icon svg{width:28px;height:28px}.profile-warning-title{color:#1e1e1e;margin:0 0 12px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}.profile-warning-desc{color:#555;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:13.5px;line-height:1.5}.profile-warning-desc strong{color:#2a4620;font-weight:700}.profile-warning-actions{gap:12px;display:flex}.profile-warning-btn-cancel{color:#666;cursor:pointer;background:#f5f4ed;border:1px solid #e0dfd6;border-radius:10px;flex:1;padding:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s}.profile-warning-btn-cancel:hover{background:#e8e5d0}.profile-warning-btn-confirm{color:#fff;cursor:pointer;background:#2a4620;border:none;border-radius:10px;flex:1;padding:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.profile-warning-btn-confirm:hover{background:#1e3516;transform:translateY(-1px)}.orders-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.3s ease-out ordersOverlayIn;display:flex;position:fixed;inset:0}@keyframes ordersOverlayIn{0%{opacity:0}to{opacity:1}}.orders-modal-closing{animation:.35s ease-in forwards ordersOverlayOut}@keyframes ordersOverlayOut{0%{opacity:1}to{opacity:0}}.orders-modal-container{background:#fafaf2;border-radius:22px;width:460px;max-width:94vw;max-height:85vh;padding:0 0 20px;animation:.4s cubic-bezier(.34,1.56,.64,1) ordersModalIn;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}.orders-modal-container::-webkit-scrollbar{display:none}@keyframes ordersModalIn{0%{opacity:0;transform:scale(.9)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.orders-modal-container-closing{animation:.35s cubic-bezier(.4,0,1,1) forwards ordersModalOut}@keyframes ordersModalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}.orders-modal-header{z-index:2;background:#fafaf2;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;padding:22px 26px 14px;display:flex;position:sticky;top:0}.orders-modal-title{color:#1e1e1e;margin:0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700}.orders-modal-close{cursor:pointer;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.orders-modal-close svg{width:16px;height:16px}.orders-modal-close:hover{background:#e5e4d8;transform:scale(1.1)}.refresh-btn{cursor:pointer;color:#2a4620;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.refresh-btn:hover{background:#e5e4d8;transform:scale(1.1)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.spinning svg{animation:.6s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-list{flex-direction:column;gap:16px;padding:0 22px;display:flex}.orders-empty{flex-direction:column;align-items:center;padding:40px 20px;display:flex}.orders-empty-icon{opacity:.6;width:72px;height:72px;margin-bottom:16px}.orders-empty-icon svg{width:100%;height:100%}.orders-empty-text{color:#1e1e1e;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}.orders-empty-hint{color:#999;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:13px}.order-card{background:#fff;border-radius:16px;padding:18px;animation:.3s ease-out orderCardIn;box-shadow:0 2px 10px #0000000a}@keyframes orderCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.order-card-header{border-bottom:1px solid #f0efe8;justify-content:space-between;align-items:flex-start;margin-bottom:14px;padding-bottom:12px;display:flex}.order-card-info{flex-direction:column;gap:3px;display:flex}.order-id{color:#2a4620;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.order-date{color:#999;font-family:DM Sans,sans-serif;font-size:11px}.order-total-mini{color:#2a4620;font-family:DM Sans,sans-serif;font-size:16px;font-weight:800}.order-status-display{border-bottom:1px solid #f0efe8;margin-bottom:16px;padding:12px 0 18px}.status-badge{color:#666;background:#f0efe8;border-radius:20px;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px;display:inline-flex}.order-estimation{color:#2a4620;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.order-estimation-pending{color:#999;margin-top:4px;font-family:DM Sans,sans-serif;font-size:11px;font-style:italic}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-text{text-transform:capitalize;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.status-badge.accepted,.status-badge.order-accepted{color:#10b981;background:#ecfdf5}.status-badge.preparing{color:#f59e0b;background:#fffbeb}.status-badge.ready,.status-badge.ready-for-pickup{color:#fff;background:linear-gradient(135deg,#7bc144 0%,#3b82f6 100%);border:none;font-weight:800;animation:2s ease-in-out infinite statusPulse;box-shadow:0 4px 12px #7bc1444d}@keyframes statusPulse{0%{transform:scale(1);box-shadow:0 4px 12px #7bc1444d}50%{transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}to{transform:scale(1);box-shadow:0 4px 12px #7bc1444d}}.status-badge.dispatched,.status-badge.out-for-delivery{color:#3b82f6;background:#eff6ff}.status-badge.delivered,.status-badge.pickup-successful{color:#15803d;background:#f0fdf4}.status-badge.cancelled,.status-badge.rejected{color:#ef4444;background:#fef2f2}.status-step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-icon-wrapper{z-index:2;background:#f0efe8;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:8px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 4px 10px #00000008}.step-icon{filter:grayscale();opacity:.5;font-size:16px;transition:all .4s}.step-label{color:#999;text-transform:uppercase;letter-spacing:.3px;text-align:center;font-family:DM Sans,sans-serif;font-size:10px;font-weight:700}.step-line{z-index:1;background:#f0efe8;width:100%;height:3px;transition:background .4s;position:absolute;top:19px;left:50%}.status-step.completed .step-icon-wrapper{background:#2a4620;transform:scale(1.05)}.status-step.completed .step-icon{filter:grayscale(0);opacity:1;font-size:14px}.status-step.completed .step-label{color:#2a4620}.status-step.completed .step-line{background:#2a4620}.status-step.active .step-icon-wrapper{background:#10b981;animation:2s infinite pulseActive;box-shadow:0 0 0 4px #10b98126}.status-step.active .step-label{color:#10b981}.step-check{color:#fff;background:#10b981;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}@keyframes pulseActive{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.order-items-list{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.order-item{align-items:center;gap:12px;display:flex}.order-item-img{flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.order-item-img img{object-fit:contain;width:100%;height:100%}.order-item-details{flex:1;align-items:baseline;gap:6px;min-width:0;display:flex}.order-item-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;overflow:hidden}.order-item-qty{color:#999;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:12px}.order-item-price{color:#1e1e1e;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.order-address{background:#f8f8f4;border-radius:12px;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;display:flex}.order-address svg{color:#2a4620;flex-shrink:0;width:14px;height:14px;margin-top:2px}.order-address span{color:#666;letter-spacing:.2px;font-family:DM Sans,sans-serif;font-size:11.5px;line-height:1.4}.order-card-footer{border-top:1px solid #f0efe8;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.order-total-label{color:#666;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.order-total-amount{color:#2a4620;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}@media (width<=480px){.orders-modal-container{border-radius:0;width:100%;max-width:100vw;min-height:100vh;max-height:100vh}.orders-modal-header{border-radius:0}.orders-list{padding:0 16px}}.delivery-timer-inline{color:#2a4620;align-items:center;gap:8px;margin-top:4px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.timer-clock-icon{animation:2s ease-in-out infinite timerPulse}.clock-hand{transform-origin:12px 12px;animation:3s linear infinite clockRotate}@keyframes clockRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes timerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.delivery-timer-inline.delayed{color:#dc2626}.delivery-timer-inline.delayed svg{animation:.5s ease-in-out infinite alternate timerShake}@keyframes timerShake{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.delayed-msg{font-weight:600}.delayed-msg b{text-decoration:underline}@font-face{font-family:Vintage Glamore;src:url(/fonts/vintage-glamore.ttf)format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;margin:0;padding:0}::-webkit-scrollbar{display:none}html,body{background-color:#f8f8f8;width:100%;margin:0;padding:0;position:relative;overflow-x:hidden}.App,.fitgreen-page{width:100%;max-width:100vw;position:relative}body{font-family:DM Sans,sans-serif}.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;padding:18px 3%!important}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000000d;background-color:#efeedcf2!important}.menu-toggle{display:none}.nav-logo img{width:auto;height:52px}.nav-links{opacity:0;visibility:hidden;align-items:center;gap:32px;list-style:none;transition:all .4s ease-in-out;display:flex}.navbar.scrolled .nav-links{opacity:1;visibility:visible}.nav-links a{color:#2a2a2a;letter-spacing:.01em;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#4a7a2a}.nav-icons{align-items:center;gap:16px;display:flex}.nav-icons svg{color:#2a2a2a;cursor:pointer;width:24px;height:24px;transition:color .2s}.nav-icons svg:hover{color:#4a7a2a}.nav-profile-wrapper{position:relative}.nav-profile-icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.nav-profile-icon svg{width:24px;height:24px}.profile-dropdown{z-index:1100;background:#fff;border-radius:14px;min-width:200px;padding:8px 0;animation:.25s cubic-bezier(.34,1.56,.64,1) profileDropIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}@keyframes profileDropIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-dropdown-header{padding:12px 18px 8px}.profile-dropdown-phone{color:#2a4620;letter-spacing:.3px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.profile-dropdown-divider{background:#f0efe8;height:1px;margin:4px 14px}.profile-dropdown-item{color:#333;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 18px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:flex}.profile-dropdown-item svg{flex-shrink:0;width:18px;height:18px}.profile-dropdown-item:hover{color:#2a4620;background:#f5f4ed}.profile-dropdown-logout{color:#c0392b}.profile-dropdown-logout:hover{color:#a93226;background:#fdf2f2}.mobile-close-btn{display:none}.nav-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;cursor:pointer;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.hero-section{background:radial-gradient(circle at 10% 20%,#efeedc 0%,#efeedcb3 100%),radial-gradient(circle at 90% 80%,#bdb98e33 0%,#0000 50%);flex-direction:column;min-height:120vh;padding:0 24px;display:flex;position:relative;overflow:hidden}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes fadeUpHero{to{opacity:1;transform:translateY(0)}}.bowl-image{object-fit:contain;filter:drop-shadow(0 30px 60px #0000001f);width:480px;height:480px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.bowl-image:hover{transform:scale(1.05)rotate(2deg)}.hero-section [class^=bg-]{animation:6s ease-in-out infinite float}.hero-section .bg-fork-spoon-left{animation-delay:0s}.hero-section .bg-citrus-top-right{animation-delay:.5s}.hero-section .bg-herb-sprig-top-center{animation-delay:1s}.hero-section .bg-leaf-veggie-bottom-right{animation-delay:1.5s}.bg-fork-spoon-left{z-index:1;pointer-events:none;width:950px;height:auto;position:absolute;top:-5%;left:40%;transform:translate(-50%)rotate(10deg);opacity:.6!important}.bg-fork-knife-right{display:none}.bg-citrus-top-right{opacity:1;z-index:0;pointer-events:none;width:140px;height:auto;position:absolute;top:-32px;right:-32px}.bg-leaf-veggie-bottom-right{opacity:1;z-index:0;pointer-events:none;width:200px;height:auto;position:absolute;bottom:180px;right:36px}.bg-herb-sprig-top-center{z-index:0;pointer-events:none;width:350px;height:auto;position:absolute;top:4px;right:40%;opacity:1!important}.bg-herb-upper-left{z-index:0;pointer-events:none;width:300px;height:auto;position:absolute;top:28px;left:220px;transform:rotate(-15deg);opacity:1!important}.bg-herb-mid-left{z-index:0;pointer-events:none;width:250px;height:auto;position:absolute;top:55%;left:18%;transform:rotate(10deg);opacity:1!important}.bg-dots-top-left{z-index:0;pointer-events:none;width:80px;height:auto;position:absolute;top:40%;left:26%;opacity:1!important}.bg-dots-right-mid{z-index:0;pointer-events:none;width:70px;height:auto;position:absolute;top:26%;right:125px;opacity:1!important}.bg-plus-left{z-index:0;pointer-events:none;width:110px;height:auto;position:absolute;top:15%;left:7%;opacity:1!important}.bg-plus-right{z-index:0;pointer-events:none;width:16px;height:auto;position:absolute;top:20%;right:27%;opacity:1!important}.bg-leaf-bottom-center{z-index:0;pointer-events:none;width:160px;height:auto;position:absolute;top:35px;left:32%;transform:rotate(45deg);opacity:1!important}.hero-main{z-index:5;flex:1;justify-content:space-between;align-items:center;width:100%;min-height:80vh;padding:0 2% 60px;transition:opacity .6s ease-in-out,transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;max-width:100%!important}.hero-main.fade-in{opacity:1;transform:scale(1)}.hero-main.fade-out{opacity:0;transform:scale(.98)}.hero-left{flex-direction:column;justify-content:center;align-items:center;max-width:480px;margin-top:-60px;margin-left:0;display:flex}.hero-headline{color:#1e1e1e;text-align:center;z-index:35;flex-direction:column;align-items:center;margin-bottom:30px;font-family:Vintage Glamore,Playfair Display,serif;font-size:74px;font-weight:400;line-height:.95;display:flex;position:relative}.hero-headline span{opacity:0;animation:.8s cubic-bezier(.19,1,.22,1) forwards revealHeroText;display:block;transform:translateY(30px)rotateX(-20deg)}.hero-headline span:first-child{animation-delay:.1s}.hero-headline span:nth-child(2){animation-delay:.25s}.hero-headline span:nth-child(3){animation-delay:.4s}@keyframes revealHeroText{to{opacity:1;transform:translateY(0)rotateX(0)}}.btn-order{color:#fff;letter-spacing:.02em;cursor:pointer;z-index:5;background-color:#6b0000;border:none;justify-content:center;align-items:center;width:850px;height:68px;padding:0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:flex;position:relative;border-radius:50px!important}.btn-order:hover{background-color:#4f0000;transform:translateY(-1px)}.hero-center{z-index:10;justify-content:center;align-items:center;width:auto;display:flex;position:absolute;top:48%;left:52%;transform:translate(-50%,-50%)}.bowl-circle-bg{z-index:0;opacity:.45;background:radial-gradient(circle at 40% 38%,#e4deca 0%,#cec6ae 100%);border-radius:50%;width:550px;height:550px;position:absolute}.bowl-image{object-fit:contain;z-index:5;filter:drop-shadow(0 40px 85px #00000038);width:580px;height:580px;transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .5s ease-in-out;position:relative}.fade-out .bowl-image{opacity:0;transform:scale(.9)rotate(-3deg)}.fade-in .bowl-image{opacity:1;transform:scale(1)rotate(0)}@keyframes floatScalePro{0%{transform:translateY(0)scale(1)rotate(0)}33%{transform:translateY(-15px)scale(1.02)rotate(1deg)}66%{transform:translateY(-5px)scale(1.04)rotate(-1deg)}to{transform:translateY(0)scale(1)rotate(0)}}.fade-in .bowl-image{animation:7s ease-in-out infinite alternate floatScalePro}.smoothie-bottle-hero{z-index:2;filter:drop-shadow(0 25px 60px #00000038);object-fit:contain;width:220px;height:auto;transition:transform .7s cubic-bezier(.175,.885,.32,1.275),opacity .5s;position:absolute;top:46%;right:24%;transform:translateY(-50%)rotate(10deg)}.fade-out .smoothie-bottle-hero{opacity:0;transform:translateY(-50%)rotate(-10deg)scale(.8)}.fade-in .smoothie-bottle-hero{opacity:1;transform:translateY(-50%)rotate(10deg)scale(1)}.hero-right{z-index:20;flex-direction:column;align-items:flex-end;padding-top:40px;display:flex;position:relative}.harmony-card{-webkit-backdrop-filter:blur(28px);background:#ffffff73;border:1px solid #fff6;border-radius:20px;width:320px;padding:24px 28px;position:relative;box-shadow:0 15px 45px #0000000f}.harmony-card h3{color:#2a4620;margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:28px;font-weight:700}.harmony-card p.subtitle{color:#1e1e1ea6;margin-bottom:18px;font-size:11px;font-weight:400;line-height:1.5}.nutrition-table{border-collapse:collapse;width:100%}.nutrition-table tr{border-bottom:1px solid #0000000d}.nutrition-table tr:last-child{border-bottom:none}.nutrition-table td{color:#444;padding:5px 0;font-size:12px}.nutrition-table td:first-child{color:#666}.nutrition-table td:last-child{text-align:right;color:#222;font-weight:500}.product-row{z-index:40;justify-content:center;align-items:flex-end;gap:40px;margin-top:auto;margin-bottom:20px;padding-bottom:0;display:flex;position:relative}.product-item{cursor:pointer;opacity:0;flex-direction:column;align-items:center;width:80px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .4s;animation:.8s cubic-bezier(.23,1,.32,1) forwards itemReveal;display:flex;position:relative;transform:translateY(20px)}.product-row .product-item:first-child{animation-delay:.1s}.product-row .product-item:nth-child(2){animation-delay:.2s}.product-row .product-item:nth-child(3){animation-delay:.3s}.product-row .product-item:nth-child(4){animation-delay:.4s}@keyframes itemReveal{to{opacity:1;transform:translateY(0)}}.product-item.active{transform:translateY(-8px)scale(1.15)}.product-item.active .bowl-front{filter:drop-shadow(0 15px 25px #00000026)}.product-item:hover{transform:translateY(-12px)scale(1.05)}.product-item.active:hover{transform:translateY(-14px)scale(1.18)}.juice-behind{object-fit:contain;z-index:1;filter:drop-shadow(0 3px 8px #00000021);width:30px;height:auto;animation:4s ease-in-out infinite alternate juiceFloat;position:absolute;bottom:30px;right:4px}@keyframes juiceFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.active .juice-behind{animation:3s ease-in-out infinite alternate juiceFloatActive}@keyframes juiceFloatActive{0%{transform:translateY(0)rotate(-2deg)}to{transform:translateY(-6px)rotate(2deg)}}.bowl-front{object-fit:contain;z-index:5;filter:drop-shadow(0 5px 12px #00000026);align-self:center;width:64px;height:64px;position:relative}.product-item span{color:#666;z-index:10;margin-top:10px;font-size:11px;font-weight:500;position:relative}.bowls-section{background-color:#f9f8f1;flex-direction:column;align-items:center;width:100%;padding:56px 52px 60px;display:flex}.bowls-title{color:#6b0000;text-align:center;letter-spacing:.6px;margin-bottom:32px;font-family:Playfair Display,serif;font-size:56px;font-weight:700;line-height:1.1}.filter-bar{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:60px;padding-bottom:8px;display:flex;overflow:auto visible}.filter-bar::-webkit-scrollbar{display:none}.filter-tab{cursor:pointer;letter-spacing:.01em;white-space:nowrap;color:#1e1e1eb3;background-color:#efeedc;border:none;border-radius:5px;flex-shrink:0;height:44px;padding:0 18px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;transition:background .18s,color .18s}.filter-tab.active{color:#f9f8f1;background-color:#2a4620;font-weight:500}.filter-tab:hover:not(.active){background-color:#e2e1d0}.cards-outer{width:100%;margin-bottom:44px;padding-top:0;overflow:visible}.cards-row{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:flex-start;gap:30px;width:100%;padding-top:100px;padding-bottom:20px;display:flex;overflow-x:auto}.cards-row::-webkit-scrollbar{display:none}.bowl-card{background:#fff;border-radius:15px;flex:0 0 260px;min-width:260px;height:264px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:visible;box-shadow:0 2px 20px #00000014}.bowl-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.card-bowl-img{object-fit:contain;z-index:5;filter:drop-shadow(0 20px 35px #0000002e);pointer-events:none;width:160px;height:auto;transition:transform .4s;position:absolute;top:-85px;left:0}.bowl-card:hover .card-bowl-img{transform:scale(1.05)rotate(5deg)}.card-rating{color:#1e1e1eb3;z-index:4;align-items:center;gap:3px;font-size:12px;font-weight:400;display:flex;position:absolute;top:6px;right:12px}.card-rating svg{width:13px;height:13px}.card-body{text-align:left;flex-direction:column;align-items:flex-start;gap:0;padding:0 18px;display:flex;position:absolute;top:80px;left:0;right:0}.card-name{color:#2a4620;margin-bottom:5px;font-family:DM Sans,sans-serif;font-size:19px;font-weight:700;line-height:1.15}.card-desc{color:#1e1e1eb3;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:11px;font-weight:300;line-height:16px;display:-webkit-box;overflow:hidden}.card-macros{color:#1e1e1e;margin-bottom:6px;font-size:13px;font-weight:500;line-height:16px}.card-macros .macro-bullet{color:#7bc144;margin:0 2px;font-size:16px;font-weight:500}.price-original{color:#1e1e1eb3;margin-bottom:2px;font-size:12px;font-weight:300;line-height:16px;text-decoration:line-through}.price-discounted{color:#1e1e1e;font-size:20px;font-weight:700;line-height:16px}.add-btn-wrap{width:73px;margin-bottom:0;margin-right:0;padding:10px;position:absolute;bottom:0;right:0}.add-btn{cursor:pointer;background:#7bc144;border:none;border-radius:4px 0 15px;justify-content:center;align-items:center;width:100%;height:51px;transition:background .18s,transform .15s;display:flex}.add-btn:hover{background:#6aae35;transform:scale(1.04)}.add-btn svg{color:#fff;stroke-width:2.5px;width:18px;height:18px}.bowls-cta{justify-content:center;align-items:center;gap:16px;margin-top:40px;display:flex}.btn-outline{color:#2a4620;cursor:pointer;letter-spacing:.01em;background:0 0;border:1.5px solid #2a4620;border-radius:7px;height:46px;padding:0 28px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:background .2s,color .2s}.btn-outline:hover{color:#fff;background:#2a4620}.btn-filled{color:#f9f8f1;cursor:pointer;letter-spacing:.01em;background:#2a4620;border:none;border-radius:7px;height:46px;padding:0 28px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:background .2s,transform .15s}.btn-filled:hover{background:#1e3218;transform:translateY(-1px)}.features-section{background-color:#f9f8f1;padding:0 52px 72px}.features-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.feat-card{cursor:pointer;border-radius:14px;line-height:0;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.feat-card:hover{transform:scale(1.012);box-shadow:0 8px 32px #00000029}.feat-card img{object-fit:cover;width:100%;height:100%;display:block}.habit-section{background-color:#efeedc;flex-direction:column;align-items:flex-start;gap:32px;width:100%;padding:54px 52px 72px;display:flex}.habit-title{text-align:center;color:#6b0000;letter-spacing:1px;width:100%;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1.15}.habit-row{align-items:center;gap:52px;width:100%;display:flex}.habit-img-wrap{aspect-ratio:727/627;background:#d5d0be;border-radius:15px;flex:0 0 46%;overflow:hidden}.habit-img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.habit-content{flex-direction:column;flex:1;align-items:flex-start;gap:36px;min-width:0;display:flex}.habit-intro{flex-direction:column;gap:16px;display:flex}.habit-subtitle{color:#2a4620;font-family:DM Sans,sans-serif;font-size:28px;font-weight:700;line-height:1.3}.habit-body{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.65}.habit-features{flex-direction:column;gap:28px;display:flex}.habit-feature{border-left:3px solid #6b0000;flex-direction:column;gap:8px;padding-left:16px;display:flex}.habit-feature-title{color:#2a4620;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;line-height:1.3}.habit-feature-desc{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.habit-cta{color:#f9f8f1;text-transform:capitalize;letter-spacing:.02em;cursor:pointer;background-color:#6b0000;border:none;border-radius:4px;justify-content:center;align-items:center;width:207px;height:46px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s,transform .15s;display:flex}.habit-cta:hover{background:#4f1616;transform:translateY(-1px)}.build-section{background-color:#f9f8f1;flex-direction:column;gap:28px;padding:52px 40px 0;display:flex}.build-header{text-align:left;flex-direction:column;align-items:flex-start;gap:10px;display:flex}.build-title{color:#6b0000;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1.1}.build-subtitle{color:#1e1e1e;font-size:14px;font-weight:400;line-height:1.5}.build-body{align-items:flex-start;gap:0;display:flex}.build-nav{border-right:1.5px solid #2a462080;flex-direction:column;flex-shrink:0;gap:0;width:220px;padding-top:4px;padding-right:28px;display:flex}.build-nav-item{color:#1e1e1e;cursor:pointer;text-align:left;background:0 0;border:none;padding:16px 0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:400;line-height:1.2;transition:color .18s}.build-nav-item.active{color:#6b0000;font-weight:700}.build-nav-item:hover:not(.active){color:#2a4620}.build-options{flex-direction:column;flex:1;gap:16px;min-width:0;padding-left:15px;display:flex}.build-options-header{text-align:left;flex-direction:column;align-items:flex-start;gap:6px;display:flex}.build-options-title{color:#2a4620;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;line-height:1.2}.build-options-sub{color:#1e1e1e;font-size:13px;font-weight:300}.ingredients-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.ing-card{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:flex-start;gap:10px;min-height:155px;padding:16px 14px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:visible;box-shadow:0 4px 15px #0000000a}.ing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.ing-card.selected{border-color:#7bc144}.ing-check{background:#7bc1441a;border:1.5px solid #7bc144;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .18s;display:flex;position:absolute;top:10px;right:10px}.ing-card.selected .ing-check{background:#7bc144;border-color:#7bc144}.ing-check-mark{border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:7px;display:none;transform:rotate(-45deg)translate(1px,-1px)}.ing-card.selected .ing-check-mark{display:block}.ing-text{z-index:1;flex-direction:column;gap:8px;width:60%;display:flex}.ing-name{color:#2a4620;padding-right:26px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;line-height:1.25}.ing-desc{color:#1e1e1eb3;font-size:11px;font-weight:300;line-height:1.5}.ing-kcal{color:#1e1e1e;font-size:13px;font-weight:500;line-height:1}.ing-price{color:#1e1e1e;margin-top:2px;font-size:15px;font-weight:700;line-height:1}.ing-img{object-fit:contain;z-index:2;pointer-events:none;filter:drop-shadow(0 12px 25px #00000029);flex-shrink:0;transition:transform .2s;position:absolute;bottom:-20px;right:-22px;width:180px!important;height:130px!important}.ing-img[alt*="Brown Rice (L)"]{bottom:-22px!important;right:-38px!important}.ing-img[alt*="Brown Rice (R)"],.ing-img[alt="Rice (L)"],.ing-img[alt="Rice (R)"]{bottom:-22px!important;right:-34px!important}.ing-img[alt*=Quinoa]{transform-origin:100% 100%;transform:scale(1.18);bottom:-34px!important;right:-50px!important}.ing-img[alt*=Potatoes]{transform-origin:100% 100%;transform:scale(1.15);bottom:-30px!important;right:-52px!important}.ing-img[alt*=noodle]{transform-origin:100% 100%;transform:scale(1.15);bottom:-30px!important;right:-55px!important}.ing-img[alt*=Cucumber]{transform-origin:100% 100%;transform:scale(1.05);bottom:-30px!important;right:-45px!important}.ing-img[alt*=Greens]{transform-origin:100% 100%;transform:scale(1.1);bottom:-28px!important;right:-52px!important}.build-summary{border-top:1px solid #2a462080;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.summary-ingredients{color:#1e1e1e;font-size:13px;font-weight:400}.summary-macros{color:#1e1e1e;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.macro-dot{color:#7bc144;font-size:22px;line-height:1}.build-cta-row{justify-content:center;padding:14px 0 52px;display:flex}.build-cta-btn{color:#f9f8f1;cursor:pointer;letter-spacing:.02em;background:#2a4620;border:none;border-radius:4px;align-items:center;gap:8px;height:46px;padding:0 32px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s,transform .15s;display:flex}.build-cta-btn:hover{background:#1e3218;transform:translateY(-1px)}.build-cta-divider{color:#f9f8f180;margin:0 6px}.smoothies-section{background-color:#f9f8f1;flex-direction:column;gap:36px;padding:56px 52px 64px;display:flex}.smoothies-title{color:#6b0000;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1.1}.smoothies-outer{width:100%;padding-top:70px;overflow:visible}.smoothies-row{align-items:flex-start;gap:20px;width:100%;display:flex;overflow:visible}.smoothie-card{background:#fff;border-radius:15px;flex:1;min-width:0;height:264px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:visible;box-shadow:0 2px 20px #00000014}.smoothie-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.smoothie-card-img{object-fit:contain;z-index:5;filter:drop-shadow(0 10px 22px #00000024);pointer-events:none;width:170px;height:169px;transition:transform .4s;position:absolute;top:-68px;left:50%;transform:translate(-50%)}.smoothie-card:hover .smoothie-card-img{transform:translate(-50%)scale(1.05)rotate(5deg)}.smoothie-card-rating{color:#1e1e1eb3;z-index:4;align-items:center;gap:3px;font-size:12px;font-weight:400;display:flex;position:absolute;top:6px;right:12px}.smoothie-card-rating svg{width:13px;height:13px}.smoothie-card-body{flex-direction:column;gap:0;padding:0 14px;display:flex;position:absolute;top:104px;left:0;right:0}.smoothie-card-name{color:#2a4620;margin-bottom:5px;padding-right:26px;font-family:DM Sans,sans-serif;font-size:19px;font-weight:700;line-height:1.15}.smoothie-card-desc{color:#1e1e1eb3;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:11px;font-weight:300;line-height:16px;display:-webkit-box;overflow:hidden}.smoothie-card-macros{color:#1e1e1e;margin-bottom:6px;font-size:13px;font-weight:500;line-height:16px}.smoothie-card-macros .macro-bullet{color:#7bc144;margin:0 2px;font-size:16px;font-weight:500}.smoothie-price-original{color:#1e1e1eb3;margin-bottom:2px;font-size:12px;font-weight:300;line-height:16px;text-decoration:line-through}.smoothie-price-discounted{color:#1e1e1e;font-size:20px;font-weight:700;line-height:16px}.smoothie-add-btn-wrap{width:73px;padding:10px;position:absolute;bottom:0;right:0}.smoothie-add-btn{cursor:pointer;background:#7bc144;border:none;border-radius:4px 0 15px;justify-content:center;align-items:center;width:100%;height:51px;transition:background .18s,transform .15s;display:flex}.smoothie-add-btn:hover{background:#6aae35;transform:scale(1.04)}.smoothie-add-btn svg{color:#fff;stroke-width:2.5px;width:18px;height:18px}.kitchen-section{background-color:#2a4620;align-items:center;gap:60px;width:100%;padding:88px 52px;display:flex}.kitchen-text{flex-direction:column;flex:0 0 40%;align-items:flex-start;gap:28px;display:flex}.kitchen-title{color:#fff;letter-spacing:1px;max-width:520px;font-family:Playfair Display,serif;font-size:52px;font-weight:700;line-height:1.2}.kitchen-body{color:#ffffffe0;flex-direction:column;gap:20px;max-width:500px;font-family:DM Sans,sans-serif;font-size:14.5px;font-weight:400;line-height:1.75;display:flex}.kitchen-btn{color:#f9f8f1;text-transform:capitalize;letter-spacing:.02em;cursor:pointer;background-color:#7bc144;border:none;border-radius:4px;justify-content:center;align-items:center;height:46px;padding:0 32px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;transition:background .2s,transform .15s;display:flex}.kitchen-btn:hover{background:#6aae35;transform:translateY(-1px)}.kitchen-img-wrap{aspect-ratio:907/627;background:#1a3516;border-radius:15px;flex:1;position:relative;overflow:hidden}.kitchen-img-wrap img,.kitchen-video{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.store-section{background-color:#f9f8f1;flex-direction:column;align-items:center;gap:48px;padding:72px 52px 80px;display:flex}.store-header{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:613px;display:flex}.store-title{color:#6b0000;letter-spacing:1.2px;font-family:Playfair Display,serif;font-size:52px;font-weight:700;line-height:1.1}.store-desc{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.65}.store-map{background:#d8d4c8;border-radius:15px;width:100%;line-height:0;overflow:hidden}.store-map img{object-fit:cover;border-radius:15px;width:100%;height:auto;max-height:380px;display:block}.faq-section{background-color:#efeedc;align-items:flex-start;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:72px 52px 80px;display:flex}.faq-left{flex-direction:column;flex:0 0 500px;align-items:flex-start;gap:24px;display:flex}.faq-title{color:#6b0000;letter-spacing:1.2px;font-family:Playfair Display,serif;font-size:52px;font-weight:700;line-height:1.12}.faq-desc{color:#1e1e1e;max-width:420px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.65}.faq-sub{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.faq-contact-btn{color:#f9f8f1;text-transform:capitalize;letter-spacing:.02em;cursor:pointer;background-color:#2d4024;border:none;border-radius:8px;justify-content:center;align-items:center;height:48px;padding:0 32px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:background .2s,transform .15s;display:flex}.faq-contact-btn:hover{background:#1e3218;transform:translateY(-1px)}.faq-right{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.faq-item{cursor:pointer;border-radius:10px;transition:background .2s;overflow:hidden}.faq-item.closed{background:#f4f1e6;border:none;margin-bottom:20px}.faq-item.open{background:#2a4620;border:none;margin-bottom:20px}.faq-row{justify-content:space-between;align-items:center;gap:20px;padding:26px 28px;display:flex}.faq-question{flex:1;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;line-height:1.3}.faq-item.closed .faq-question{color:#2a4620}.faq-item.open .faq-question{color:#fff}.faq-toggle{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .22s;display:flex}.faq-item.closed .faq-toggle{background:#84c244}.faq-item.open .faq-toggle{background:#fff}.faq-toggle svg{width:14px;height:14px;transition:transform .22s}.faq-item.open .faq-toggle svg{transform:rotate(180deg)}.faq-item.closed .faq-toggle svg path{stroke:#2d4024}.faq-item.open .faq-toggle svg path{stroke:#2a4620}.faq-answer{color:#ffffffe6;max-height:0;padding:0 28px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.65;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 28px 26px}.reviews-section{background-color:#f9f8f1;flex-direction:column;align-items:center;gap:40px;width:100%;padding:64px 52px 72px;display:flex}.reviews-title{color:#6b0000;text-align:center;letter-spacing:1.2px;width:100%;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1.1}.reviews-slider{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;align-items:flex-start;gap:0;width:100%;padding-bottom:8px;display:flex;overflow:auto visible}.reviews-slider::-webkit-scrollbar{display:none}.reviews-slider.grabbing{cursor:grabbing}.reviews-left-group{flex-shrink:0;grid-template-rows:repeat(2,196px);grid-template-columns:repeat(3,219px);gap:20px;display:grid}.reviews-divider{background:#6b000080;flex-shrink:0;align-self:center;width:1px;height:412px;margin:0 28px}.reviews-right-group{flex-shrink:0;align-items:flex-start;gap:20px;display:flex}.rev-card-short{background:#fff;border-radius:15px;flex-direction:column;flex-shrink:0;gap:8px;width:219px;height:196px;padding:18px 20px;display:flex;overflow:hidden;box-shadow:0 2px 14px #00000012}.rev-card-tall{background:#fff;border-radius:15px;flex-direction:column;flex-shrink:0;gap:10px;width:219px;height:320px;padding:18px 20px;display:flex;overflow:hidden;box-shadow:0 2px 14px #00000012}.rev-quote-icon{object-fit:contain;opacity:.15;z-index:1;flex-shrink:0;width:60px;height:40px;margin-bottom:-15px;position:relative}.rev-header{align-items:center;gap:8px;display:flex}.rev-name{color:#2a4620;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;line-height:1.3}.rev-avatar{object-fit:cover;background:#d5d0be;border-radius:50%;flex-shrink:0;width:40px;height:40px}.rev-text{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:11.5px;font-weight:300;line-height:1.6}.rev-stars{gap:2px;display:flex}.rev-stars svg{fill:#f5a623;width:13px;height:13px}.rev-food-img{background:#d5d0be;border-radius:8px;flex:1;width:100%;min-height:0;overflow:hidden}.rev-food-img img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.footer-wrapper{background-color:#7bc144;margin-top:0;position:relative}.footer-curve{width:100%;line-height:0;display:block;overflow:hidden}.footer-curve svg{width:100%;height:80px;display:block}.footer-main{align-items:flex-start;gap:60px;padding:10px 52px 40px;display:flex}.footer-col-brand{flex-direction:column;flex-shrink:0;gap:16px;max-width:240px;display:flex}.footer-logo img{width:auto;height:56px}.footer-brand-desc{color:#ffffffd9;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:400;line-height:1.8}.footer-socials{align-items:center;gap:14px;margin-top:4px;display:flex}.footer-socials a{color:#fff;justify-content:center;align-items:center;transition:all .22s;display:flex}.footer-socials a:hover{opacity:.8;transform:translateY(-3px)}.footer-socials svg{width:22px;height:22px}.footer-col-links{flex-direction:column;flex-shrink:0;gap:14px;display:flex}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:22px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700}.footer-col-links a,.footer-col-links span{color:#ffffffd9;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.3;text-decoration:none;transition:color .18s;display:block}.footer-col-links a:hover{color:#fff}.footer-col-contact{flex-direction:column;flex-shrink:0;gap:18px;max-width:250px;display:flex}.footer-contact-item{align-items:center;gap:12px;display:flex}.footer-contact-item svg{color:#ffffffe6;width:18px;height:18px}.footer-contact-item span{color:#fff;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:450;line-height:1.4}.footer-col-map{flex:1;justify-content:flex-end;align-items:flex-start;display:flex}.footer-map-card{background:#5a9e35;border-radius:14px;width:200px;height:140px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000026}.footer-map-card:hover{transform:translateY(-5px)}.footer-map-card img{object-fit:cover;width:100%;height:100%;display:block}.footer-map-overlay{background:linear-gradient(#0000,#00000080);align-items:flex-end;padding:12px;display:flex;position:absolute;inset:0}.footer-map-overlay span{color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:600}.footer-bottom{border-top:1px solid #ffffff4d;justify-content:center;align-items:center;padding:18px 52px;display:flex}.footer-copyright{color:#fffc;text-align:center;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400}@media (width<=1024px){.navbar{background:#efeedc;padding:15px 5%;position:sticky;top:0}.hero-section{height:auto;min-height:auto;padding-bottom:60px;overflow:visible}.hero-main{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:20px!important;padding-top:40px!important}.hero-left{order:1;align-items:center;max-width:100%;margin-bottom:40px;margin-left:0}.hero-headline{letter-spacing:-.03em!important;margin-bottom:30px!important;font-size:72px!important}.btn-order{width:100%;max-width:320px;height:56px!important;font-size:18px!important;box-shadow:0 15px 30px #6b000033!important}.hero-center{order:2;justify-content:center;display:flex;width:100%!important;margin:60px 0 50px!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.bowl-image{width:420px!important;height:420px!important}.bowl-circle-bg{width:400px!important;height:400px!important}.smoothie-bottle-hero{z-index:-1!important;width:160px!important;position:absolute!important;top:45%!important;right:15%!important}.hero-right{order:3;align-items:center;width:100%;margin-top:-20px;margin-bottom:40px}.harmony-card{background:#fffc!important;border-radius:24px!important;width:380px!important;padding:30px!important;box-shadow:0 20px 50px #00000014!important}.cards-row{scrollbar-width:none;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:30px!important;padding:90px 5% 60px!important;overflow-x:auto!important}.cards-row::-webkit-scrollbar{display:none}.bowl-card{flex-shrink:0!important;min-width:300px!important}.features-grid{grid-template-columns:1fr 1fr;gap:20px}.habit-section{padding:60px 5%!important}.habit-title{font-size:38px!important}.habit-row{flex-direction:column!important;gap:40px!important}.habit-img-wrap{flex:0 0 100%!important;width:100%!important}.habit-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.build-title{font-size:38px!important}.ingredients-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.smoothies-section{padding:40px 5%!important}.smoothies-title{font-size:38px!important}.smoothies-row{scrollbar-width:none;flex-wrap:nowrap!important;gap:20px!important;padding:70px 0 30px!important;overflow-x:auto!important}.smoothie-card{flex-shrink:0!important;min-width:260px!important}.kitchen-section{flex-direction:column!important;gap:40px!important;padding:60px 5%!important}.kitchen-text{text-align:center!important;flex:0 0 100%!important;align-items:center!important;width:100%!important}.kitchen-title{text-align:center!important;font-size:38px!important}.kitchen-body{text-align:center!important;align-items:center!important}.kitchen-img-wrap{width:100%!important}.store-section{gap:40px!important;padding:60px 5%!important}.store-title{font-size:38px!important}.faq-section{flex-direction:column!important;gap:40px!important;padding:60px 5%!important}.faq-left{text-align:center!important;flex:none!important;align-items:center!important;width:100%!important}.faq-right{width:100%!important}.reviews-section{padding:40px 5%!important}.reviews-title{font-size:38px!important}.reviews-left-group{grid-template-rows:auto!important;grid-template-columns:repeat(2,219px)!important}.footer-main{flex-wrap:wrap!important;gap:40px!important;padding:40px 5%!important}.footer-col-brand{text-align:center!important;flex:0 0 100%!important;align-items:center!important;max-width:100%!important;margin-bottom:20px!important}.footer-col-links,.footer-col-contact{flex:200px!important}.footer-col-map{flex:0 0 100%!important;margin-top:20px!important}}@media (width<=768px){.navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid #00000008;width:100%;top:0;left:0;box-shadow:0 4px 20px #0000000d;background:#efeedcfa!important;padding:14px 4%!important;position:fixed!important}.fitgreen-page{padding-top:60px!important}.nav-left{align-items:center;gap:12px;display:flex}.menu-toggle{cursor:pointer;color:#2a4620;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex!important}.menu-toggle svg{width:26px;height:26px}.nav-logo img{height:32px}.nav-icons{gap:12px}.nav-icons svg{width:20px;height:20px}.nav-profile-icon{width:28px;height:28px}.nav-links{z-index:999;background:#f9f8f1;flex-direction:column;gap:24px;width:85%;max-width:320px;height:100vh;padding:90px 40px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:0;left:-100%;box-shadow:15px 0 40px #0000001f;align-items:flex-start!important}.nav-links.active{left:0;opacity:1!important;visibility:visible!important}.mobile-close-btn{color:#2a4620;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;position:absolute;top:25px;right:25px;display:flex!important}.mobile-close-btn svg{width:28px;height:28px}.nav-links a{color:#2a4620;letter-spacing:-.01em;font-size:20px;font-weight:500}.hero-section{height:auto;min-height:110vh;position:relative;padding-top:10px!important;padding-bottom:40px!important;overflow:hidden!important}.hero-section:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 10% 10%,#7bc14414 0%,#0000 40%),radial-gradient(circle at 90% 90%,#efeedc66 0%,#0000 40%);position:absolute;inset:0}.hero-main{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:0!important;padding:0 5%!important;overflow:visible!important}.hero-left{z-index:20;order:1;align-items:center!important;width:100%!important;max-width:100%!important;margin:0!important}.hero-headline{perspective:1000px;letter-spacing:-.03em!important;margin-bottom:28px!important;font-size:52px!important;font-weight:400!important;line-height:.95!important}.hero-headline span{opacity:0;animation:1s cubic-bezier(.19,1,.22,1) forwards revealPro;transform:translateY(30px)rotateX(-20deg)}.hero-headline span:first-child{animation-delay:.1s}.hero-headline span:nth-child(2){animation-delay:.22s}.hero-headline span:nth-child(3){animation-delay:.34s}@keyframes revealPro{to{opacity:1;transform:translateY(0)rotateX(0)}}.btn-order{letter-spacing:.02em;background-color:#6b0000;justify-content:center;align-items:center;margin-bottom:10px;text-decoration:none;display:flex;box-shadow:0 10px 25px #6b000026;border-radius:40px!important;width:100%!important;max-width:280px!important;height:52px!important;padding-left:0!important;font-size:16px!important}.hero-center{z-index:10;order:2;justify-content:center;display:flex;width:100%!important;margin:10px 0 30px!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.bowl-image{filter:drop-shadow(0 20px 40px #00000026);width:280px!important;height:280px!important}.bowl-circle-bg{opacity:.35;width:250px!important;height:250px!important}.smoothie-bottle-hero{filter:drop-shadow(0 15px 30px #0000001f);z-index:5!important;width:145px!important;position:absolute!important;top:28%!important;right:5%!important;transform:rotate(15deg)!important}.hero-right{z-index:21;order:3;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:-10px!important;margin-bottom:40px!important}.harmony-card{-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 15px 35px #0000000d;text-align:left!important;width:100%!important;max-width:282px!important;margin:0 auto!important;padding:16px 20px!important;transform:none!important}.harmony-card h3{text-align:left!important;margin-bottom:6px!important;font-size:20px!important}.harmony-card p.subtitle{text-align:left!important;margin-bottom:12px!important;font-size:10px!important}.bg-fork-spoon-left{transform:rotate(-15deg);opacity:.15!important;width:220px!important;top:10%!important;left:-40px!important}.bg-citrus-top-right{opacity:.3!important;width:140px!important;top:5%!important;right:-30px!important}.bg-leaf-veggie-bottom-right{opacity:.2!important;width:200px!important;bottom:15%!important;right:-40px!important}.bg-herb-sprig-top-center{display:none!important}.product-row{order:4;max-width:380px;-webkit-backdrop-filter:none!important;width:94%!important;min-height:auto!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;justify-content:center!important;gap:12px!important;margin:20px auto 30px!important;padding:12px 10px!important}.product-item{flex-direction:column;flex:1;align-items:center;display:flex;width:auto!important}.product-item span{display:none!important}.bowl-front{transition:transform .3s;width:52px!important;height:52px!important}.product-item.active .bowl-front{transform:translateY(-4px)scale(1.1)}.juice-behind{width:22px!important;bottom:15px!important;right:0!important}.bowls-section{padding:50px 0!important}.bowls-title{padding:0 5%;margin-bottom:25px!important;font-size:34px!important}.filter-bar{justify-content:flex-start!important;gap:10px!important;margin-bottom:30px!important;padding:0 5% 4px!important}.filter-tab{background-color:#2a46200f!important;border-radius:18px!important;height:36px!important;padding:0 14px!important;font-size:13px!important}.filter-tab.active{box-shadow:0 4px 12px #2a462026;background-color:#2a4620!important}.cards-outer{margin-bottom:30px!important;padding-top:60px!important}.cards-row{gap:16px!important;padding:70px 5% 20px!important}.bowl-card{border-radius:20px!important;min-width:250px!important;height:240px!important;box-shadow:0 10px 30px #0000000d!important}.card-bowl-img{width:140px!important;height:140px!important;top:-55px!important}.card-body{padding:0 12px!important;top:85px!important}.card-name{margin-bottom:4px!important;font-size:16px!important}.card-desc{font-size:10px!important;line-height:1.4!important}.card-macros{margin-bottom:4px!important;font-size:11px!important}.price-discounted{font-size:17px!important}.add-btn-wrap{width:60px!important;padding:8px!important}.add-btn{border-top-left-radius:12px!important;border-bottom-right-radius:20px!important;height:42px!important}.bowls-cta{flex-direction:column!important;gap:12px!important;padding:0 5%!important}.btn-outline,.btn-filled{border-radius:10px!important;width:100%!important;max-width:100%!important;height:50px!important;font-size:15px!important;font-weight:500!important}.btn-filled{background-color:#2a4620!important;box-shadow:0 8px 20px #2a462026!important}.features-section{padding:40px 5%!important}.features-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.feat-card{overflow:hidden;box-shadow:0 8px 20px #0000000d;border-radius:16px!important}.feat-card img{display:block;width:100%!important;height:auto!important}.habit-section{padding:50px 5%!important}.habit-title{margin-bottom:30px!important;font-size:32px!important}.habit-img-wrap{margin-bottom:25px!important}.habit-img-wrap img{box-shadow:0 10px 30px #00000014;border-radius:20px!important}.habit-subtitle{font-size:22px!important;line-height:1.3!important}.habit-body{margin-top:10px!important;font-size:14px!important;line-height:1.6!important}.habit-features{gap:20px!important;margin-top:30px!important}.habit-feature{padding-left:16px!important}.habit-feature-title{font-size:15px!important}.habit-feature-desc{font-size:13px!important}.habit-cta{background-color:#6b0000!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:260px!important;height:48px!important;margin:30px auto 0!important;display:flex!important;box-shadow:0 8px 20px #6b000026!important}.build-section{background-color:#f9f8f1;padding:40px 0!important}.build-header{margin-bottom:20px!important;padding:0 5%!important}.build-title{font-size:34px!important}.build-body{flex-direction:column!important;gap:0!important}.build-nav{scrollbar-width:none;z-index:100;background:#f9f8f1;border-bottom:1px solid #0000000d;position:sticky;top:60px;border-right:none!important;flex-direction:row!important;gap:12px!important;padding:10px 5%!important;display:flex!important;overflow-x:auto!important}.build-nav::-webkit-scrollbar{display:none}.build-nav-item{white-space:nowrap!important;color:#2a4620!important;background:#2a46200d!important;border:1px solid #0000!important;border-radius:20px!important;padding:8px 18px!important;font-size:14px!important}.build-nav-item.active{box-shadow:0 4px 12px #2a462026;color:#fff!important;background:#2a4620!important}.build-nav-item:after{display:none!important}.build-options{padding:20px 5%!important}.build-options-header{margin-bottom:25px!important}.ingredients-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px 32px!important}.ing-card{height:auto!important;min-height:150px!important;padding:15px!important;overflow:visible!important}.ing-text{width:100%!important}.ing-name{margin-bottom:4px!important;font-size:14px!important}.ing-desc{opacity:.8;max-width:85%!important;margin-bottom:8px!important;font-size:10px!important;line-height:1.3!important;display:block!important}.ing-img{z-index:0;bottom:-8px;right:-8px;width:90px!important;height:auto!important}.build-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:90;background:#fffffff2;border-top:1px solid #0000000d;position:sticky;bottom:74px;left:0;flex-direction:column!important;gap:5px!important;width:100%!important;margin:0!important;padding:15px 5%!important}.summary-ingredients{color:#2a4620;text-align:center;white-space:normal!important;margin-bottom:5px!important;font-size:11px!important;line-height:1.4!important}.summary-macros{justify-content:center;line-height:1.2;display:flex;flex-wrap:wrap!important;gap:8px!important;font-size:11px!important}.build-cta-row{z-index:110;margin-top:-20px;position:sticky;bottom:10px;padding:0 5%!important}.build-cta-btn{background:#6b0000!important;border-radius:12px!important;height:54px!important;font-size:16px!important;box-shadow:0 10px 25px #6b000033!important}@media (width<=380px){.ingredients-grid{grid-template-columns:1fr!important;gap:16px!important}.ing-img{width:90px!important;height:auto!important;right:-5px!important}}.smoothies-section{align-items:center!important;padding:40px 20px!important}.smoothies-title{text-align:center!important;font-size:32px!important}.smoothies-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:20px!important;padding:80px 10px 40px!important;overflow-x:auto!important}.smoothie-card{flex-shrink:0!important;min-width:240px!important}.footer-curve svg{height:40px!important}.footer-main{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:40px!important;padding:40px 20px!important}.footer-col-brand{align-items:center!important;max-width:100%!important}.footer-socials{justify-content:center!important}.footer-col-links,.footer-col-contact{align-items:center!important;width:100%!important}.footer-col-map{width:100%!important}.footer-bottom{padding:20px!important}.kitchen-section{flex-direction:column!important;gap:30px!important;padding:40px 20px!important}.kitchen-text{text-align:center!important;flex:none!important;align-items:center!important;gap:20px!important;width:100%!important}.kitchen-title{text-align:center!important;font-size:32px!important}.kitchen-body{text-align:center!important;font-size:13px!important;line-height:1.6!important}.kitchen-img-wrap{flex:none!important;width:100%!important}.kitchen-btn{width:100%!important;max-width:320px!important}.store-section{gap:30px!important;padding:60px 20px!important}.store-title{font-size:32px!important}.faq-section{flex-direction:column!important;gap:40px!important;padding:40px 20px!important}.faq-left{text-align:center!important;flex:none!important;align-items:center!important;width:100%!important}.faq-left .faq-contact-btn{width:100%!important;max-width:320px!important;margin:0 auto!important}.faq-title{text-align:center!important;font-size:32px!important}.faq-desc{text-align:center!important;max-width:100%!important;font-size:13px!important}.faq-right{width:100%!important}.reviews-section{align-items:center!important;padding:40px 20px!important}.reviews-title{text-align:center!important;font-size:32px!important}.reviews-slider{gap:20px!important}.reviews-left-group{grid-template-rows:repeat(2,auto)!important;grid-template-columns:repeat(3,220px)!important}.reviews-divider{display:none!important}}@media (width<=480px){.navbar{padding:10px 4%!important}.hero-headline{font-size:36px!important}.bowl-image{width:260px!important;height:260px!important}.bowl-circle-bg{width:240px!important;height:240px!important}.smoothie-bottle-hero{width:115px!important;top:30%!important;right:2%!important}.features-grid{grid-template-columns:1fr!important;gap:25px!important}.features-section{padding:0 20px 60px!important}.feat-card{border-radius:12px!important}.rev-card-short,.rev-card-tall{width:280px!important}.rev-food-img{height:380px!important}.reviews-left-group{grid-template-columns:repeat(3,280px)!important}}.navbar.search-mode{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #00000014;background:#fff!important}.navbar-search-bar{align-items:center;gap:15px;width:100%;padding:2px 0;animation:.3s searchBarFadeIn;display:flex}@keyframes searchBarFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.search-back-btn,.search-clear-btn{cursor:pointer;color:#2d4024;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;display:flex}.search-back-btn svg{width:22px;height:22px}.search-input-pill{background:#f9f8f1;border:1px solid #efeedc;border-radius:50px;flex:1;align-items:center;gap:12px;padding:10px 20px;display:flex}.search-input-pill svg{color:#7bc144;width:20px;height:20px}.search-input-pill input{color:#2d4024;background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500}.search-close-mode{color:#6b0e0e;cursor:pointer;background:0 0;border:none;padding:0 10px;font-size:15px;font-weight:700}.navbar-search-results{z-index:1000;background:#fff;border-top:1px solid #efeedc;width:100%;max-height:70vh;animation:.3s cubic-bezier(.4,0,.2,1) dropdownSlideDown;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 40px #0000001a}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-result-row{cursor:pointer;border-bottom:1px solid #f9f8f1;align-items:center;gap:15px;padding:12px 5%;transition:background .2s;display:flex}.search-result-row:hover{background:#f9f8f1}.result-img-mini{background:#f9f8f1;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;padding:6px;display:flex}.result-img-mini img{object-fit:contain;width:100%;height:100%}.result-content-mini{flex:1}.result-title-mini{color:#2d4024;margin-bottom:2px;font-size:15px;font-weight:700}.result-meta-mini{color:#7bc144;font-size:13px;font-weight:600}.result-quick-add{cursor:pointer;color:#fff;background:#7bc144;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.result-quick-add:hover{background:#6ab033;transform:scale(1.1)}.search-status-text{text-align:center;color:#999;padding:50px;font-family:DM Sans,sans-serif;font-size:15px}.reviews-section-v2{padding:100px 5%;overflow:hidden;background:#fffbf5!important}.reviews-title{text-align:center;color:#6b0e0e;margin-bottom:60px;font-family:Playfair Display,serif;font-size:52px;font-weight:700}.video-carousel-container{perspective:1200px;justify-content:center;align-items:center;width:100%;max-width:1200px;height:700px;margin:0 auto;display:flex;position:relative}.video-card{background:#000;border-radius:30px;width:360px;height:640px;transition:all .6s cubic-bezier(.25,1,.5,1);position:absolute;overflow:hidden;box-shadow:0 20px 50px #00000026}.video-wrapper{width:100%;height:100%;position:relative}.video-wrapper video{object-fit:cover;width:100%;height:100%}.video-overlay{pointer-events:none;background:#00000080;transition:background .6s;position:absolute;inset:0}.video-card.active{z-index:10;opacity:1;transform:translate(0)scale(1)translateZ(50px);box-shadow:0 30px 60px #0006}.video-card.prev{z-index:5;opacity:.85;cursor:pointer;transform:translate(-65%)scale(.85)rotateY(15deg);box-shadow:-15px 15px 40px #0003}.video-card.prev:hover{opacity:1;transform:translate(-65%)scale(.88)rotateY(10deg)}.video-card.next{z-index:5;opacity:.85;cursor:pointer;transform:translate(65%)scale(.85)rotateY(-15deg);box-shadow:15px 15px 40px #0003}.video-card.next:hover{opacity:1;transform:translate(65%)scale(.88)rotateY(-10deg)}.video-card.hidden{z-index:1;opacity:0;pointer-events:none;transform:translate(0)scale(.5)translateZ(-200px)}.nav-arrow{z-index:20;pointer-events:none;background:#000;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #0000004d}.nav-arrow.left-arrow,.nav-arrow.right-arrow{left:50%;transform:translate(-50%,-50%)}@media (width<=1024px){.reviews-section-v2{padding:60px 0}.reviews-title{margin-bottom:40px;font-size:38px}.video-card{width:320px;height:560px}.video-carousel-container{height:600px}}@media (width<=768px){.video-card{width:260px;height:460px}.video-carousel-container{height:500px}.video-card.prev{transform:translate(-55%)scale(.85)}.video-card.next{transform:translate(55%)scale(.85)}.nav-arrow{width:48px;height:48px}}
