@import "https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700&family=Fraunces:wght@600;700&display=swap";:root{--cream:#fff8ea;--green:#244735;--orange:#e9502e;--gold:#efad43;--brown:#352719;--muted:#6b5540;--line:#ddceb6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--brown);margin:0;font:400 18px/1.5 Alegreya Sans,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}header{z-index:10;align-items:center;height:76px;padding:0 6vw;display:flex;position:relative}.brand{color:var(--green);align-items:center;gap:10px;font:700 19px Fraunces;text-decoration:none;display:flex}.brand i{background:var(--green);color:#ffd88a;border-radius:50%;place-items:center;width:39px;height:39px;font-style:normal;display:grid}nav{gap:34px;margin:auto;display:flex}nav a{color:var(--brown);font-size:15px;font-weight:700;text-decoration:none}.cart{background:var(--green);color:#fff;border:0;border-radius:25px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:flex}.cart svg{width:16px}.cart b{background:var(--gold);color:var(--brown);border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.menu{color:var(--green);background:0 0;border:0;display:none}.hero{color:#fff;height:calc(100vh - 76px);min-height:620px;max-height:760px;position:relative}.hero>img,.cta>img{object-fit:cover;width:100%;height:100%}.shade{background:linear-gradient(90deg,#173c2de8,#173c2d33);position:absolute;inset:0}.heroCopy{max-width:780px;position:absolute;top:50%;left:7vw;transform:translateY(-50%)}.kicker{text-transform:uppercase;letter-spacing:3px;color:var(--orange);margin:0 0 18px;font-size:14px;font-weight:700}.gold{color:#ffd88a}h1,h2,h3{color:var(--green);font-family:Fraunces;line-height:1.08}h1{color:#fff;margin:0 0 20px;font-size:clamp(48px,6vw,82px)}.heroCopy>p:not(.kicker){max-width:610px;font-size:21px}.actions{gap:14px;margin-top:30px;display:flex}.btn{border:0;border-radius:27px;justify-content:center;align-items:center;min-height:50px;padding:0 25px;font-weight:700;text-decoration:none;display:inline-flex}.primary{background:var(--orange);color:#fff}.outline{color:#fff;background:#ffffff12;border:1px solid #fff}.section{padding:105px 7vw}.story{grid-template-columns:1fr 1fr;align-items:center;gap:8vw;display:grid}.storyPic{height:650px;position:relative}.storyPic img{object-fit:cover;border-radius:45px 45px 5px 5px;width:100%;height:100%}.storyPic aside{background:var(--orange);color:#fff;text-align:center;border-radius:50% 50% 8px 8px;width:180px;padding:24px;font-size:13px;position:absolute;bottom:25px;right:-25px}.storyPic strong{font:700 34px Fraunces;display:block}.story h2,.promise h2,.faq h2,.title h2{margin:0 0 28px;font-size:clamp(40px,4.5vw,62px)}.story p,.promise>div>p{color:var(--muted)}.story blockquote{border-left:4px solid var(--orange);color:var(--green);margin:30px 0;padding-left:20px;font:600 21px Fraunces}.products,.process{background:#f6ead5}.title{text-align:center;max-width:800px;margin:0 auto 48px}.filters{flex-wrap:wrap;justify-content:center;gap:14px;margin:-18px auto 42px;display:flex}.filters button{color:var(--brown);background:0 0;border:1px solid #cbbba2;border-radius:28px;padding:12px 24px;font-weight:700}.filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.productGrid{grid-template-columns:repeat(5,1fr);gap:22px;display:grid}.product{background:var(--cream);box-shadow:0 12px 35px #4f321712}.photo{height:310px;position:relative}.photo img{object-fit:cover;width:100%;height:100%}.photo span{background:var(--cream);color:var(--green);border-radius:20px;padding:5px 11px;font-size:13px;font-weight:700;position:absolute;top:13px;right:13px}.productBody small{color:var(--orange);text-transform:uppercase;font-weight:700}.productBody h3{margin:8px 0;font-size:23px}.productBody p{color:var(--muted);min-height:82px}.productBody footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:15px;display:flex}.productBody footer strong{font-size:20px}.productBody footer button{background:var(--green);color:#fff;border:0;border-radius:22px;align-items:center;gap:5px;padding:9px 12px;display:flex}.productBody footer svg{width:16px}.flavor{background:var(--green);grid-template-columns:1fr 1fr;align-items:center;gap:10vw;padding:105px 7vw;display:grid}.flavor h2{color:#fff;margin:0;font-size:clamp(45px,5vw,72px)}.flavorPanel{background:var(--cream);padding:42px}.flavorPanel h3{font-size:28px}.flavorPanel p{color:var(--muted);border-bottom:1px solid var(--line);padding:16px 0}.gallery{background:var(--green);grid-template-columns:1.2fr .8fr .8fr 1.1fr 1fr;gap:5px;height:500px;padding:5px;display:grid}.gallery img{object-fit:cover;width:100%;height:100%}.promise{grid-template-columns:.8fr 1.2fr;gap:8vw;display:grid}.promiseGrid{grid-template-columns:1fr 1fr;display:grid}.promiseGrid article{border-left:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px}.promiseGrid span{color:var(--orange);font-weight:700}.promiseGrid p{color:var(--muted)}.three{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:auto;display:grid}.process .three article{background:var(--cream);text-align:center;border-top:5px solid var(--orange);padding:35px}.policyText{max-width:860px;color:var(--muted);background:var(--cream);border-left:5px solid var(--orange);margin:auto;padding:38px 48px}.policyText h3{color:var(--green);margin:22px 0 6px}.policyText h3:first-child{margin-top:0}.siteFooter a{color:#ffd88a}.reviews{background:var(--green)}.reviews .title h2{color:#fff}.reviews blockquote{background:var(--cream);min-height:260px;margin:0;padding:34px}.reviews blockquote span{color:var(--gold);letter-spacing:5px}.reviews blockquote p{font:600 21px/1.5 Fraunces}.reviews cite{color:var(--muted);font-style:normal;font-weight:700}.faq{grid-template-columns:.8fr 1.2fr;gap:8vw;display:grid}.faq article{border-top:1px solid var(--line)}.faq article:last-child{border-bottom:1px solid var(--line)}.faq article>button{text-align:left;background:0 0;border:0;justify-content:space-between;width:100%;padding:23px 0;font-weight:700;display:flex}.faq article>div{grid-template-rows:0fr;transition:all .25s;display:grid}.faq article>div p{color:var(--muted);margin:0;overflow:hidden}.faq article.active>div{grid-template-rows:1fr}.faq article.active>div p{padding-bottom:23px}.faq article.active svg{transform:rotate(180deg)}.cta{color:#fff;height:560px;position:relative}.cta>div:last-child{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex;position:absolute;inset:0}.cta h2{color:#fff;margin:0;font-size:clamp(48px,6vw,78px)}.cta p:not(.kicker){max-width:650px;font-size:21px}.siteFooter{color:#d8cbb6;background:#173c2d;grid-template-columns:1.2fr repeat(3,1fr);gap:50px;padding:70px 6vw;display:grid}.siteFooter .brand{color:#fff}.siteFooter h3{color:#ffd88a}.siteFooter p{font-size:16px}.overlay{z-index:100;background:#102019bb;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:var(--cream);width:min(600px,100%);height:100%;padding:35px;overflow:auto}.drawerHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.drawerHead button{background:0 0;border:0}.empty{text-align:center;padding:60px 20px}.empty>svg{width:50px;height:50px;color:var(--orange)}.successThanks{color:var(--green);margin:26px 0 8px;font:600 24px Fraunces}.success h3{margin:0 0 14px}.cartRow{border-bottom:1px solid var(--line);grid-template-columns:75px 1fr auto;align-items:center;gap:15px;padding:16px 0;display:grid}.cartRow img{object-fit:cover;width:75px;height:75px}.cartRow strong,.cartRow small{display:block}.qty{align-items:center;gap:10px;display:flex}.qty button{border:1px solid var(--line);background:0 0;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.qty svg{width:12px}.total{justify-content:space-between;padding:24px 0;font-size:22px;display:flex}.drawer form{background:#f3e5ce;gap:15px;padding:25px;display:grid}.drawer form label{font-weight:700}.drawer input,.drawer textarea{border:1px solid var(--line);background:var(--cream);width:100%;margin-top:5px;padding:11px;display:block}.drawer form>button{background:var(--orange);color:#fff;border:0;height:50px;font-weight:700}@media (width<=950px){nav{background:var(--cream);flex-direction:column;padding:25px;display:none;position:absolute;top:76px;left:20px;right:20px;box-shadow:0 20px 30px #0002}nav.open{display:flex}.menu{margin-left:8px;display:block}.story,.flavor,.promise,.faq{grid-template-columns:1fr}.productGrid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(5,220px);overflow:auto}.three{grid-template-columns:1fr}.reviews blockquote{min-height:0}.siteFooter{grid-template-columns:1fr 1fr}}@media (width<=600px){body{font-size:16px}header{padding:0 18px}.cart{margin-left:auto;font-size:0}.cart b{font-size:12px}.section,.flavor{padding:75px 22px}.hero{min-height:650px}.heroCopy{left:23px;right:23px}.heroCopy>p:not(.kicker){font-size:18px}.actions{flex-direction:column;max-width:260px}.storyPic{height:430px}.storyPic aside{right:15px}.productGrid{grid-template-columns:1fr}.photo{height:360px}.flavorPanel{padding:27px}.gallery{height:380px}.promiseGrid{grid-template-columns:1fr}.promiseGrid article{border-left:0}.faq{gap:20px}.cta{height:600px}.siteFooter{grid-template-columns:1fr;gap:24px}.drawer{padding:22px}.cartRow{grid-template-columns:60px 1fr}.cartRow img{width:60px;height:60px}.cartRow>b{grid-column:2}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.brand img{object-fit:contain;object-position:left center;width:132px;height:48px;display:block}.productGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;max-width:1180px;margin:0 auto}.product{border-radius:4px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.photo{flex:none;height:300px}.photo img{display:block}.productBody{flex-direction:column;flex:1;display:flex}.productBody p{flex:1;min-height:0;margin:10px 0 20px}.productBody footer{gap:12px}.productBody footer strong{white-space:nowrap}.productBody footer button{white-space:nowrap;justify-content:center;min-height:42px;padding:9px 16px}.gallery{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:8px;height:520px;padding:8px}.gallery img{min-width:0;min-height:0}.gallery img:first-child{grid-row:1/span 2}.gallery img:last-child{grid-area:2/3}.siteFooter{grid-template-columns:1.1fr 1fr 1fr 1fr;gap:70px;padding:76px max(7vw,40px)}.siteFooter>div{min-width:0}.siteFooter h3{margin-top:0;font-size:22px}.siteFooter p{max-width:260px;margin:10px 0}@media (width<=950px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.siteFooter{grid-template-columns:1fr 1fr;gap:38px}.gallery{height:430px}}@media (width<=600px){.brand img{width:112px;height:42px}.productGrid{grid-template-columns:1fr}.photo{height:330px}.filters{flex-wrap:nowrap;justify-content:flex-start;margin-left:0;margin-right:0;padding-bottom:4px;overflow-x:auto}.filters button{white-space:nowrap;padding:10px 17px}.gallery{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:5px;height:520px}.gallery img:first-child{grid-row:auto}.gallery img:last-child{grid-area:auto}.policyText{padding:28px 24px}.siteFooter{grid-template-columns:1fr;gap:28px;padding:58px 24px}.siteFooter p{max-width:none}}:root{--shadow:0 18px 50px #3927161a}body{text-rendering:optimizelegibility;overflow-x:hidden}.drawerOpen{overflow:hidden}header{-webkit-backdrop-filter:blur(12px);background:#fff8eaf0;height:82px;padding-inline:max(5vw,28px);position:sticky;top:0;box-shadow:0 1px #35271914}main{overflow:hidden}section[id]{scroll-margin-top:82px}nav a,.siteFooter a{transition:color .2s,opacity .2s}nav a:hover{color:var(--orange)}button,.btn,a{outline-offset:3px}.btn,.cart,.productBody footer button,.drawer form>button{transition:transform .2s,background-color .2s,box-shadow .2s}.btn:hover,.cart:hover,.productBody footer button:hover,.drawer form>button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 9px 20px #1f382b2e}.hero{height:min(760px,100svh - 82px);min-height:600px}.hero>img{object-position:center 48%}.hero .shade{background:linear-gradient(90deg,#143527eb 0%,#143527ad 46%,#1435271f 82%)}.heroCopy{max-width:740px;left:max(7vw,32px)}.heroCopy>p:not(.kicker){text-shadow:0 1px 15px #0003;line-height:1.65}h1{letter-spacing:-.035em}h2{letter-spacing:-.025em}.section{padding-block:clamp(80px,9vw,125px)}.story{grid-template-columns:minmax(320px,.9fr) minmax(420px,1fr);gap:clamp(55px,8vw,120px);max-width:1440px;margin:auto}.storyPic{height:min(680px,55vw)}.storyPic img{box-shadow:var(--shadow);object-position:center 45%}.story>div:last-child{max-width:630px}.story p{line-height:1.7}.story blockquote{line-height:1.4}.products{border-block:1px solid #75533014}.filters button{transition:all .2s}.filters button:hover{border-color:var(--green);color:var(--green)}.filters button.active:hover{color:#fff}.product{border:1px solid #573c2214;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 35px #4f321712}.product:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.photo{overflow:hidden}.photo img{transition:transform .5s}.product:hover .photo img{transform:scale(1.025)}.productBody h3{min-height:50px}.productBody footer button{font-size:16px}.flavor{padding-block:clamp(85px,9vw,125px)}.flavor>div:first-child{max-width:650px}.flavorPanel{border-radius:4px;box-shadow:0 22px 55px #0b1a1333}.flavorPanel h3{margin-top:0}.flavorPanel p:last-child{border-bottom:0;margin-bottom:0}.gallery{max-width:1600px;margin:auto}.gallery img{filter:saturate(.9);transition:filter .25s}.gallery img:hover{filter:saturate(1.08)}.policyText{border-left:0;border-top:5px solid var(--orange);box-shadow:var(--shadow);padding:clamp(30px,5vw,58px);line-height:1.7}.policyText h3{font-size:23px}.policyText p:last-child{margin-bottom:0}.cta{height:min(600px,70vh);min-height:480px}.cta .btn{margin-top:18px}.siteFooter{grid-template-columns:1.3fr 1fr 1fr;max-width:none}.siteFooter a:hover{color:#fff}.siteFooter .brand img{filter:none;opacity:1}.overlay{animation:.2s fadeIn}.drawer{padding:clamp(24px,4vw,42px);animation:.25s slideIn;box-shadow:-20px 0 60px #0000002e}.drawerHead{background:var(--cream);z-index:2;padding-top:4px;position:sticky;top:-42px}.drawerHead h2{font-size:clamp(28px,5vw,36px)}.drawerHead button{border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.drawerHead button:hover{background:#f0e1c8}.cartRow img{border-radius:3px}.qty{margin-top:9px}.qty button{transition:all .2s}.qty button:hover{background:var(--green);border-color:var(--green);color:#fff}.empty{color:var(--muted)}.empty h3{font-size:27px}.empty.success{padding-top:90px}.continue{border:1px solid var(--green);color:var(--green);background:0 0;border-radius:25px;padding:9px 18px;font-weight:700}.drawer input,.drawer textarea{border-radius:2px;transition:border-color .2s,box-shadow .2s}.drawer input:focus,.drawer textarea:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px #2447351f}.drawer form>button:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}}@keyframes slideIn{0%{opacity:.7;transform:translate(30px)}}@media (width<=950px){header{padding-inline:24px}nav{z-index:5;border-radius:4px;top:82px;left:16px;right:16px}nav a{font-size:17px}.story{grid-template-columns:1fr;max-width:720px}.storyPic{height:min(680px,90vw)}.story>div:last-child{max-width:none}.flavor{gap:45px}.siteFooter{grid-template-columns:1.1fr 1fr}.siteFooter>div:last-child{grid-column:1/-1}.productBody h3{min-height:0}}@media (width<=600px){header{height:70px;padding-inline:16px}.brand img{width:104px;height:38px}section[id]{scroll-margin-top:70px}nav{top:70px}.hero{height:calc(100svh - 70px);min-height:560px;max-height:680px}.hero>img{object-position:63% center}.hero .shade{background:linear-gradient(90deg,#103022ed,#1030228f)}.heroCopy{top:51%;left:22px;right:22px}h1{font-size:clamp(43px,13vw,58px);line-height:1.02}.heroCopy>p:not(.kicker){line-height:1.5}.kicker{letter-spacing:2.4px;margin-bottom:14px;font-size:12px}.actions{max-width:100%;margin-top:24px}.actions .btn{width:100%}.section,.flavor{padding:72px 20px}.story{gap:44px}.storyPic{height:440px}.story h2,.title h2{font-size:clamp(35px,10vw,46px)}.title{margin-bottom:40px}.photo{height:min(96vw,420px)}.productBody{padding:21px}.productBody footer{align-items:flex-end}.flavor h2{font-size:clamp(40px,12vw,54px)}.gallery{aspect-ratio:4/5;gap:4px;height:auto;padding:4px}.policyText{padding:28px 22px}.cta{height:520px;min-height:0}.cta h2{font-size:clamp(42px,12vw,58px)}.siteFooter>div:last-child{grid-column:auto}.drawer{padding:20px}.drawerHead{top:-20px}.drawer form{padding:20px}.total{font-size:20px}.cartRow>b{font-size:15px}}.submitError{color:#a52b1e;margin:0;font-size:15px;font-weight:700}.productRail{align-items:center;gap:12px;display:flex;position:relative}.productRail .productGrid{flex:1;min-width:0}.railArrow{border:1px solid var(--line);background:var(--cream);width:42px;height:42px;color:var(--green);z-index:2;border-radius:50%;flex:0 0 42px;place-items:center;display:grid;box-shadow:0 5px 16px #4f321718}.railArrow:hover{background:var(--green);color:#fff}.railArrow svg{width:18px}.footerBrand{flex-direction:column;align-items:flex-start;gap:0;font-family:Fraunces;line-height:.85;display:inline-flex;color:#ffd88a!important}.footerBrand span{letter-spacing:-1px;font-size:34px}.footerBrand small{letter-spacing:2px;margin-top:5px;margin-left:30px;font:700 14px Alegreya Sans}.productGrid{scroll-snap-type:x proximity;scrollbar-width:thin;flex-wrap:nowrap;gap:22px;padding:4px 2px 18px;display:flex;overflow-x:auto}.productGrid .product{scroll-snap-align:start;flex:0 0 clamp(250px,25% - 16.5px,320px)}@media (width<=600px){.productRail{display:block}.productRail .productGrid{grid-template-columns:1fr;gap:18px;margin:0;padding:0;display:grid;overflow:visible}.productRail .productGrid .product{flex-basis:auto;width:100%;max-width:none}.productRail .photo{height:clamp(250px,72vw,340px)}.railArrow{display:none}.productHeader{gap:18px}.productHeader .title{text-align:left;margin-bottom:0}.productHeader .filters{margin-bottom:28px}}.products{background:#f5ead5;padding-inline:max(5vw,38px)}.productHeader{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1500px;margin:0 auto 44px;display:flex}.productHeader .title{text-align:left;max-width:690px;margin:0}.productHeader .title h2{margin:0;font-size:clamp(38px,4vw,58px)}.productHeader .filters{flex-wrap:nowrap;justify-content:flex-end;margin:0}.productHeader .filters button{white-space:nowrap;padding:11px 20px}.productGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;max-width:1500px}.product{background:#fff;border:0;border-radius:28px;box-shadow:0 10px 26px #48321d12}.photo{height:310px}.photo img{object-position:center}.productBody{padding:24px 26px 26px}.stock{color:var(--green);background:#e4f0df;border-radius:20px;align-self:flex-start;padding:5px 14px;font-size:14px;font-weight:700}.productBody h3{min-height:54px;margin:17px 0 8px;font-size:25px}.productBody p{color:var(--muted);margin:0 0 23px;line-height:1.35}.productMeta{color:var(--green);justify-content:space-between;align-items:center;gap:15px;margin-top:auto;margin-bottom:20px;font-weight:700;display:flex}.productMeta strong{color:var(--orange);font-size:20px}.addButton{background:var(--green);color:#fff;border:0;border-radius:15px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:52px;font-weight:700;transition:all .2s;display:flex}.addButton svg{width:17px}.addButton:hover{background:#173b2a;transform:translateY(-2px)}.flavor{background:var(--green);padding:80px max(5vw,38px) 72px;display:block}.flavorHeading{place-self:start;max-width:1500px;margin:0 0 50px;text-align:left!important}.flavorHeading .kicker,.flavorHeading h2{text-align:left!important}.flavorHeading h2{color:#fff;margin:0;font-size:clamp(40px,4.3vw,64px)}.flavorLayout{grid-template-columns:minmax(0,1.7fr) minmax(360px,1fr);gap:38px;max-width:1500px;margin:auto;display:grid}.collage{grid-template-rows:1fr .88fr;grid-template-columns:repeat(3,1fr);gap:18px;height:650px;display:grid}.collage img{object-fit:cover;border-radius:24px;width:100%;min-width:0;height:100%;min-height:0}.collage img:nth-child(4){grid-column:1/span 2}.collage img:nth-child(5){grid-column:3}.flavorPanel{background:var(--cream);box-shadow:none;border-radius:40px;padding:46px 48px}.flavorPanel h3{margin:0 0 28px;font-size:31px}.valuePoint{grid-template-columns:30px 1fr;align-items:start;gap:18px;padding:17px 0;display:grid}.valuePoint svg{width:25px;color:var(--orange);stroke-width:1.8px}.valuePoint p{color:var(--muted);border:0;margin:0;padding:0;line-height:1.45}.cta{height:560px}.cta>img{object-position:center}.cta .shade{background:#153a29c9}.cta>div:last-child{gap:8px}.cta h2{font-size:clamp(44px,4.6vw,68px)}.cta p:not(.kicker){max-width:720px;margin:10px auto;font-size:20px;line-height:1.45}.cta .primary{background:var(--gold);color:#2f2a1e;min-width:210px}.siteFooter{background:#153929;grid-template-columns:1.15fr 1fr 1.1fr 1.15fr;gap:60px;padding:68px max(7vw,40px)}.siteFooter h3{color:#ffd07a;font-size:25px}.siteFooter p{line-height:1.45}.socials{gap:12px;margin-top:20px;display:flex}.socials a{border:1px solid #d8cbb6;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.socials svg{width:19px}@media (width<=1100px){.productHeader{flex-direction:column;align-items:flex-start}.productHeader .filters{justify-content:flex-start}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.flavorLayout{grid-template-columns:1fr}.collage{height:620px}.flavorPanel{min-height:430px}.siteFooter{grid-template-columns:1fr 1fr}}@media (width<=650px){.products{padding-inline:20px}.productHeader{gap:26px;margin-bottom:34px}.productHeader .filters{width:100%;padding-bottom:5px;overflow-x:auto}.productHeader .filters button{padding:9px 16px}.productGrid{grid-template-columns:1fr;gap:22px}.product{border-radius:24px}.photo{height:min(90vw,390px)}.productBody h3{min-height:0;font-size:24px}.productBody p{min-height:0}.flavor{padding:68px 20px}.flavorHeading{margin-bottom:36px}.collage{grid-template-rows:repeat(3,190px);grid-template-columns:1fr 1fr;gap:10px;height:auto}.collage img{border-radius:16px}.collage img:nth-child(3){grid-column:1/span 2}.collage img:nth-child(4){grid-column:1}.collage img:nth-child(5){grid-column:2}.flavorPanel{border-radius:28px;min-height:0;padding:32px 25px}.flavorPanel h3{font-size:27px}.cta{height:520px}.cta p:not(.kicker){font-size:18px}.siteFooter{grid-template-columns:1fr;gap:30px;padding:58px 24px}}
