:root{--quick-green:#064722;--quick-dark:#043117;--quick-lime:#12c54d;--quick-soft:#e5f7e9;--quick-paper:#fbfdf9}.quick-order{min-height:100vh;background:var(--quick-paper);color:var(--quick-green);padding-bottom:105px}.quick-order__hero{position:relative;isolation:isolate;overflow:hidden;min-height:455px;padding:24px clamp(22px,6vw,92px) 38px;background:linear-gradient(125deg,#043117 0%,#064722 55%,#087a37 130%);color:#fff}.quick-order__hero:before{position:absolute;z-index:-1;inset:auto -12% -47% auto;width:min(720px,100vw);aspect-ratio:1;border:1px solid rgba(144,255,173,.34);border-radius:50%;box-shadow:0 0 0 58px rgba(130,255,160,.06),0 0 0 116px rgba(130,255,160,.035);content:""}.quick-order__hero:after{position:absolute;z-index:-1;top:0;right:5%;width:240px;height:100%;background:linear-gradient(90deg,transparent,rgba(18,197,77,.16));clip-path:polygon(62% 0,100% 0,62% 100%,0 100%);content:""}.quick-order__brand{display:inline-flex;align-items:center;width:190px}.quick-order__brand img{display:block;width:100%;height:auto;filter:brightness(0) invert(1)}.quick-order__call{position:absolute;top:27px;right:clamp(22px,6vw,92px);display:inline-flex;gap:9px;align-items:center;padding:10px 13px;border:1px solid rgba(255,255,255,.34);border-radius:999px;color:#fff;font:700 12px var(--sans);letter-spacing:.02em}.quick-order__call span{color:#8df1ae}.quick-order__hero-copy{max-width:705px;margin-top:75px}.quick-order .eyebrow{margin:0 0 13px;color:#8df1ae;font:600 10px/1.2 var(--mono);letter-spacing:.14em;text-transform:uppercase}.quick-order__hero h1{max-width:650px;margin:0;font:500 clamp(43px,7vw,86px)/.94 var(--serif);letter-spacing:-.075em}.quick-order__hero h1 em{color:#5cf881;font-style:italic}.quick-order__hero-copy>p:not(.eyebrow){max-width:520px;margin:24px 0 0;color:#d2edd9;font-size:17px;line-height:1.6}.quick-order__trust{display:flex;flex-wrap:wrap;gap:9px 22px;margin-top:44px;color:#dff8e5;font-size:12px}.quick-order__trust span{display:inline-flex;gap:7px;align-items:center}.quick-order__trust span:first-letter{color:#8df1ae}.quick-order__form{max-width:1120px;margin:0 auto;padding:clamp(44px,7vw,88px) clamp(18px,4vw,36px)}.quick-order__step{padding-bottom:68px}.quick-order__section-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:27px}.quick-order__number{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;margin-top:2px;border-radius:50%;background:var(--quick-green);color:#d9ffe3;font:600 11px var(--mono)}.quick-order__section-head h2{margin:0;font:500 clamp(31px,5vw,50px)/1 var(--serif);letter-spacing:-.06em}.quick-order__filters{display:flex;gap:8px;overflow-x:auto;margin:0 -4px 22px;padding:4px;scrollbar-width:none}.quick-order__filters::-webkit-scrollbar{display:none}.quick-order__filter{flex:0 0 auto;min-height:40px;padding:0 15px;border:1px solid rgba(6,71,34,.2);border-radius:999px;background:#fff;color:var(--quick-green);font:700 12px var(--sans);cursor:pointer;transition:.2s ease}.quick-order__filter.is-active,.quick-order__filter:hover{border-color:var(--quick-green);background:var(--quick-green);color:#fff}.quick-order__products{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.quick-order__product{position:relative;overflow:hidden;padding:0;border:1px solid rgba(6,71,34,.13);border-radius:13px;background:#fff;color:var(--quick-green);text-align:left;cursor:pointer;box-shadow:0 5px 16px rgba(6,71,34,.04);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.quick-order__product:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(6,71,34,.14)}.quick-order__product.is-selected{border:2px solid var(--quick-lime);box-shadow:0 12px 27px rgba(18,197,77,.19)}.quick-order__product img{display:block;width:100%;aspect-ratio:1.07;object-fit:cover;background:var(--quick-soft)}.quick-order__product-copy{display:grid;gap:5px;padding:13px 12px 15px}.quick-order__product-copy strong{font:600 16px/1.13 var(--serif);letter-spacing:-.035em}.quick-order__product-copy small{color:#4e7058;font:600 10px var(--mono)}.quick-order__product-check{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--quick-lime);color:var(--quick-dark);font-weight:900;opacity:0;transform:scale(.7);transition:.2s}.quick-order__product.is-selected .quick-order__product-check{opacity:1;transform:scale(1)}.quick-order__selection{min-height:22px;margin:17px 0 0;color:#466750;font-size:13px}.quick-order__details{padding:clamp(30px,5vw,47px);border-radius:20px;background:var(--quick-soft)}.quick-order__fields{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.quick-order__fields label{display:grid;gap:8px;color:var(--quick-green);font:700 12px var(--sans)}.quick-order__fields label small{color:#5e8068;font-size:10px;font-weight:600}.quick-order__field--wide{grid-column:1/-1}.quick-order__fields input,.quick-order__fields select,.quick-order__fields textarea{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid rgba(6,71,34,.19);border-radius:8px;outline:0;background:#fff;color:var(--quick-green);font:500 14px var(--sans);resize:vertical;transition:border-color .18s,box-shadow .18s}.quick-order__fields input:focus,.quick-order__fields select:focus,.quick-order__fields textarea:focus{border-color:var(--quick-lime);box-shadow:0 0 0 3px rgba(18,197,77,.15)}.quick-order__fields input::placeholder,.quick-order__fields textarea::placeholder{color:#829e89}.quick-order__note{max-width:670px;margin:22px 0 0;color:#4c6d55;font-size:12px;line-height:1.55}.quick-order__submit-wrap{position:fixed;z-index:12;right:0;bottom:0;left:0;display:flex;gap:18px;align-items:center;justify-content:space-between;padding:13px max(18px,calc((100vw - 1048px) / 2));border-top:1px solid rgba(6,71,34,.13);background:rgba(251,253,249,.94);box-shadow:0 -9px 25px rgba(6,71,34,.1);backdrop-filter:blur(14px)}.quick-order__summary{display:grid;gap:3px;min-width:0}.quick-order__summary span{color:#66856e;font:600 10px var(--mono);letter-spacing:.08em;text-transform:uppercase}.quick-order__summary strong{overflow:hidden;max-width:430px;color:var(--quick-green);font:600 16px var(--serif);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.quick-order__submit{display:flex;flex:0 0 auto;gap:22px;align-items:center;justify-content:space-between;min-width:278px;padding:16px 18px;border:0;border-radius:8px;background:var(--quick-lime);color:#053d20;font:800 13px var(--sans);cursor:pointer;box-shadow:0 8px 18px rgba(18,197,77,.24);transition:transform .2s,background .2s}.quick-order__submit:hover{transform:translateY(-2px);background:#20d658}.quick-order__submit b{font-size:18px}@media(max-width:760px){.quick-order{padding-bottom:98px}.quick-order__hero{min-height:400px;padding:20px 20px 28px}.quick-order__brand{width:142px}.quick-order__call{top:20px;right:20px;font-size:11px}.quick-order__hero-copy{margin-top:64px}.quick-order__hero-copy>p:not(.eyebrow){font-size:15px}.quick-order__trust{gap:7px 13px;margin-top:31px;font-size:10px}.quick-order__form{padding:48px 16px}.quick-order__step{padding-bottom:52px}.quick-order__products{grid-template-columns:repeat(2,1fr);gap:10px}.quick-order__product-copy strong{font-size:15px}.quick-order__details{margin-right:-2px;margin-left:-2px;padding:27px 17px;border-radius:14px}.quick-order__fields{grid-template-columns:1fr;gap:14px}.quick-order__field--wide{grid-column:auto}.quick-order__submit-wrap{gap:11px;padding:10px 13px max(10px,env(safe-area-inset-bottom))}.quick-order__summary{max-width:40%}.quick-order__summary strong{max-width:100%;font-size:14px}.quick-order__submit{min-width:0;flex:1;padding:15px 14px;font-size:12px}.quick-order__submit b{font-size:17px}}@media(max-width:360px){.quick-order__hero h1{font-size:41px}.quick-order__products{gap:8px}.quick-order__product-copy{padding:11px 10px 13px}.quick-order__product-copy strong{font-size:14px}.quick-order__trust{font-size:9px}.quick-order__submit{gap:8px;padding:14px 10px;font-size:11px}}
