*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:clip!important}img{max-width:100%}body{font-family:Arial,Helvetica,sans-serif;color:#111}.site-header{height:86px;background:#ec2027;border-bottom:0;display:flex;align-items:center}.header-inner{width:100%;max-width:1320px;margin:0 auto;padding:0 36px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr);align-items:center}.header-inner>*{min-width:0}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;width:44px;height:44px;padding:0;background:transparent;color:#111;border:0;cursor:pointer}.menu-toggle__line{display:block;width:26px;height:3px;background:currentColor;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.menu-toggle__line+.menu-toggle__line{margin-top:5px}.logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.logo-image{display:block;width:200px;height:auto;max-width:100%}.nav{display:flex;align-items:center;justify-content:flex-start;gap:40px}.nav a{color:#111;font-family:neutronic-narrow,sans-serif;font-weight:500;font-style:normal;font-size:20px;text-decoration:none;transition:opacity .15s ease}.nav a:hover{opacity:.6}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px}.header-actions a{color:#111;text-decoration:none}.header-icon{display:block;width:22px;height:22px}.announcement-bar{background:#111;height:52px;overflow:hidden}.chomp-stage{position:relative;width:100%;height:100%}.superbar-bites{position:absolute;top:0;bottom:0;left:75px;right:75px;display:flex;align-items:center;justify-content:space-evenly;z-index:1}.superbar-bites .bite{display:block;width:32px;height:auto;object-fit:contain;transform:rotate(-3deg);opacity:1;transition:opacity .1s ease,transform .1s ease}.superbar-bites .bite.eaten{opacity:0;transform:scale(.2) rotate(-3deg)}.chomper{position:absolute;top:50%;width:52px;height:52px;margin-top:-26px;z-index:2;transform-origin:center}.chomper.is-reversed{transform:scaleX(-1)}.chomp-head{display:block;width:52px;height:52px;object-fit:contain;transform-origin:center}.chomp-head--john{animation:john-head-butt 8s ease-in-out infinite alternate}.chomp-head--joe{animation:joe-head-butt 8s ease-in-out infinite alternate}.chomper--john{animation:john-cross 8s ease-in-out infinite alternate}.chomper--joe{animation:joe-cross 8s ease-in-out infinite alternate}@keyframes john-cross{0%{left:16px}44%{left:calc(50% - 58px)}48%{left:calc(50% - 50px)}52%{left:calc(50% - 57px)}58%{left:calc(50% + 3px)}to{left:calc(100% - 68px)}}@keyframes joe-cross{0%{left:calc(100% - 68px)}44%{left:calc(50% + 6px)}48%{left:calc(50% - 2px)}52%{left:calc(50% + 5px)}58%{left:calc(50% - 57px)}to{left:16px}}@keyframes john-head-butt{0%,44%{transform:scale(1) rotate(0)}48%{transform:scale(1.08) rotate(4deg)}52%{transform:scale(.97) rotate(-2deg)}58%,to{transform:scale(1) rotate(0)}}@keyframes joe-head-butt{0%,44%{transform:scale(1) rotate(0)}48%{transform:scale(1.08) rotate(-4deg)}52%{transform:scale(.97) rotate(2deg)}58%,to{transform:scale(1) rotate(0)}}.superbar-hero{margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;overflow:hidden}.superbar-hero>*{min-width:0}.superbar-hero__copy{background:#f7e6c8;display:flex;align-items:center;padding:70px}.superbar-hero__copy-inner{width:100%;max-width:560px;margin-left:auto;margin-right:auto}.superbar-hero h1{margin:0 0 24px;font-family:neutronic-narrow,sans-serif;font-size:clamp(64px,6vw,100px);font-weight:900;line-height:.9;color:#111}.superbar-hero__description{max-width:430px;margin:0 0 32px;font-size:20px;line-height:1.45;color:#111}.superbar-hero__button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:16px 30px;background:#ffc928;color:#111;border:2px solid #111;border-radius:999px;font-family:neutronic-narrow,sans-serif;font-size:20px;font-weight:500;text-decoration:none;transition:transform .15s ease,background .15s ease}.superbar-hero__button:hover{transform:translateY(-2px);background:#fff}.superbar-hero__visual{position:relative;width:100%;height:100%;min-width:0;overflow:hidden;line-height:0}.superbar-hero__image{display:block;width:100%;max-width:none;object-fit:cover;object-position:center center;transform:scale(1.003);transform-origin:center center;transition:opacity .9s ease-in-out}.hero-slide--base{position:relative;width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center center;opacity:0}.hero-slide--overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;object-fit:cover;object-position:center center}.hero-slide.is-active{opacity:1}.utility-bar{height:32px;background:#ffc928;color:#111;display:flex;align-items:center;justify-content:center;font-family:neutronic-narrow,sans-serif;font-size:15px;font-weight:500}.sample-signup-button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:16px 30px;background:#ffc928;color:#111;border:2px solid #111;border-radius:999px;font-family:neutronic-narrow,sans-serif;font-size:20px;font-weight:500;cursor:pointer;box-shadow:-3px 3px #111,-6px 6px #111,-9px 9px #111;transition:transform .15s ease,box-shadow .15s ease}.sample-signup-button:hover{transform:translate(-1px,1px);box-shadow:-2px 2px #111,-4px 4px #111,-6px 6px #111}.sample-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:18px;z-index:9999}.sample-modal.is-open{display:flex}.sample-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#111111b8}.sample-modal__dialog{position:relative;z-index:1;width:min(700px,100%);max-height:calc(100vh - 36px);background:#f7e6c8;border:2px solid #111;border-radius:26px;padding:30px 44px 28px;box-shadow:none;overflow:visible}.sample-modal__close{position:absolute;top:14px;right:14px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ec2027;color:#111;border:2px solid #111;border-radius:50%;font-size:25px;line-height:1;cursor:pointer}.sample-modal__eyebrow{margin:0 0 8px;font-family:neutronic-narrow,sans-serif;font-size:15px;font-weight:500;color:#ec2027}.sample-modal h2{margin:0 0 8px;max-width:580px;font-family:neutronic-narrow,sans-serif;font-weight:900;font-style:normal;font-size:58px;line-height:.88;color:#111}.sample-modal__intro{margin:0 0 22px;font-size:17px;line-height:1.35}.sample-form{display:grid;gap:12px}.sample-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sample-form__row--three{grid-template-columns:1.4fr .7fr .8fr}.sample-field{display:grid;gap:5px}.sample-field label{font-family:neutronic-narrow,sans-serif;font-size:15px;font-weight:500}.sample-field input,.sample-field select{width:100%;height:50px;padding:10px 14px;background:#fff8ea;color:#111;border:2px solid #111;border-radius:12px;font:inherit;outline:none}.sample-field input:focus,.sample-field select:focus{border-color:#ec2027;box-shadow:0 0 0 3px #ec20271f}.sample-form__submit{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 26px;background:#ec2027;color:#111;border:2px solid #111;border-radius:999px;font-family:neutronic-narrow,sans-serif;font-size:18px;font-weight:900;cursor:pointer;box-shadow:-3px 3px #ffc928,-6px 6px #111;transition:transform .15s ease,box-shadow .15s ease}.sample-form__submit:hover{transform:translate(-1px,1px);box-shadow:-2px 2px #ffc928,-4px 4px #111}.flavors-section{position:relative;background:#ffc928;padding:80px 40px 100px;overflow:hidden;isolation:isolate}.flavors-section:before,.flavors-section:after,.flavors-grid:before{content:"";position:absolute;width:34px;aspect-ratio:1 / 1.5;background:#111;clip-path:polygon(58% 0,16% 48%,45% 46%,22% 100%,86% 36%,56% 39%);pointer-events:none;z-index:0}.flavors-section:before{top:105px;left:clamp(28px,7vw,120px);transform:rotate(-13deg) scale(.9)}.flavors-section:after{top:185px;right:clamp(30px,8vw,135px);transform:rotate(16deg) scale(1.08)}.flavors-inner{position:relative;z-index:1;width:100%;max-width:1500px;min-width:0;margin:0 auto}.flavors-title{margin:0 0 24px;text-align:center;font-family:neutronic-narrow,sans-serif;font-weight:900;font-style:normal;font-size:clamp(52px,5vw,78px);line-height:.95;color:#ec2027}.flavor-filters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:60px}.flavor-filter{padding:10px 22px;background:transparent;color:#111;border:2px solid #111;border-radius:999px;font-family:neutronic-narrow,sans-serif;font-size:17px;font-weight:500;cursor:pointer}.flavor-filter.is-active{background:#ffc928}.flavors-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:60px;align-items:start}.flavors-grid:before{top:6%;left:32.4%;width:27px;transform:translate(-50%) rotate(11deg)}.flavors-grid>*{min-width:0}.flavor-card{text-align:center}.flavor-card__image-wrap{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.flavor-card__image{display:block;width:100%;max-width:430px;height:auto;object-fit:contain;transition:transform .2s ease}.flavor-card:hover .flavor-card__image{transform:translateY(-8px)}.flavor-card__benefit{margin:0 0 7px;font-family:neutronic-narrow,sans-serif;font-size:18px;font-weight:500;color:#111}.flavor-card__name{margin:0;font-family:neutronic-narrow,sans-serif;font-weight:900;font-size:30px;line-height:1;color:#111}.why-section{background:#f7e6c8;padding:100px 40px}.why-section__inner{width:100%;max-width:850px;margin:0 auto;text-align:center}.why-section__eyebrow{margin:0 0 18px;font-family:neutronic-narrow,sans-serif;font-size:20px;font-weight:500;color:#ec2027}.why-section h2{margin:0 0 28px;font-family:neutronic-narrow,sans-serif;font-weight:900;font-style:normal;font-size:clamp(64px,7vw,105px);line-height:.88;color:#111}.why-section__text{max-width:650px;margin:0 auto 36px;font-size:21px;line-height:1.45;color:#111}.why-section__benefits{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin:0 0 24px}.why-section__benefits span{display:inline-flex;align-items:center;padding:0;background:transparent;color:#111;border:0;border-radius:0;font-family:neutronic-narrow,sans-serif;font-size:18px;font-weight:900;line-height:1}.why-section__benefits span:not(:last-child):after{content:"\2022";margin-left:14px;color:#ec2027;font-size:18px}.founder-story{width:100%;min-height:700px;padding:35px 0;overflow:hidden;background:#f51f27;color:#111}.founder-story__inner{width:100%;max-width:1600px;min-height:630px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:minmax(0,38%) minmax(0,62%);align-items:center;gap:0}.founder-story__photo{grid-column:1;position:relative;justify-self:center;width:min(100%,520px);aspect-ratio:1 / 1;height:auto;flex:0 0 auto;overflow:visible;transform:rotate(-2deg);transition:transform .2s ease}.founder-story__photo img{display:block;width:100%;height:100%;aspect-ratio:1 / 1;max-width:none;object-fit:cover;object-position:52% 48%;background:#1688e8;border:6px solid #111;border-radius:50%}.founder-story__photo:before{content:"";position:absolute;z-index:2;top:3%;left:-9%;width:42px;height:42px;background:#111;clip-path:polygon(50% 0,59% 40%,100% 50%,59% 60%,50% 100%,41% 60%,0 50%,41% 40%);transform:rotate(8deg);pointer-events:none}.founder-story__photo:after{content:"";position:absolute;z-index:2;right:-10%;bottom:2%;width:42px;height:66px;background:#ffc928;clip-path:polygon(58% 0,15% 48%,44% 46%,22% 100%,88% 36%,57% 39%);transform:rotate(12deg);pointer-events:none}.founder-story__headline{grid-column:2;width:100%;min-width:0;display:flex;align-items:center;justify-content:center;padding-left:clamp(0px,3vw,45px)}.founder-story__artwork{width:100%;max-width:920px;min-width:0;display:grid;container-type:inline-size}.founder-story__headline-image{grid-area:1 / 1;align-self:start;display:block;width:100%;max-width:none;height:auto;margin:0;object-fit:contain}.founder-story__copy-overlay{grid-area:1 / 1;align-self:start;justify-self:start;position:relative;z-index:2;width:58%;margin:38% 0 0 21%;color:#111;font-family:neutronic-narrow,sans-serif;font-size:clamp(16px,2.6cqw,24px);font-weight:500;line-height:1.16}.founder-story__copy-overlay p{margin:0 0 .7em}.founder-story__copy-overlay p:last-child{margin-bottom:0}.founder-story__mobile-title,.founder-story__visual,.founder-story__dancers,.founder-story__copy{display:none}.faq-section{background:#f7e6c8;padding:100px 40px}.faq-inner{width:100%;max-width:1000px;margin:0 auto}.faq-eyebrow{margin:0 0 12px;text-align:center;font-family:neutronic-narrow,sans-serif;font-size:18px;font-weight:500;color:#ec2027}.faq-section h2{margin:0 0 50px;text-align:center;font-family:neutronic-narrow,sans-serif;font-weight:900;font-size:clamp(58px,6vw,90px);line-height:.9;color:#111}.faq-list{border-top:2px solid #111}.faq-item{border-bottom:2px solid #111}.faq-item summary{position:relative;padding:24px 50px 24px 0;list-style:none;font-family:neutronic-narrow,sans-serif;font-size:24px;font-weight:900;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:32px;font-weight:500}.faq-answer{padding:0 60px 24px 0}.faq-answer p{margin:0;max-width:760px;font-size:18px;line-height:1.5}.faq-item{transition:background-color .18s ease,padding .18s ease}.faq-item:hover,.faq-item[open]{background:#ffc928;padding-left:22px;padding-right:18px}.faq-item summary{transition:color .18s ease}.faq-item summary:after{content:"+";position:absolute;top:50%;right:4px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ec2027;color:#111;border:2px solid #111;border-radius:50%;font-size:24px;font-weight:500;line-height:1;transform:translateY(-50%)}.faq-item[open] summary:after{content:"\2212"}.site-footer{background:#111;color:#fff;padding:90px 40px 28px}.site-footer__inner{width:100%;max-width:1500px;margin:0 auto}.site-footer__top{display:grid;grid-template-columns:1.15fr 1.85fr;gap:90px;align-items:start;padding-bottom:70px}.site-footer__brand{max-width:520px}.site-footer__logo{display:block;width:100%;max-width:360px;height:auto;margin-bottom:28px}.site-footer__tagline{margin:0;max-width:420px;font-family:neutronic-narrow,sans-serif;font-size:30px;font-weight:500;line-height:1.05;color:#ffc928}.site-footer__links{display:grid;grid-template-columns:.8fr .8fr 1.4fr;gap:50px}.site-footer__column{display:flex;flex-direction:column;gap:12px}.site-footer__column h3{margin:0 0 10px;font-family:neutronic-narrow,sans-serif;font-size:18px;font-weight:900;color:#ffc928}.site-footer__column a{color:#fff;font-family:neutronic-narrow,sans-serif;font-size:20px;font-weight:500;text-decoration:none}.site-footer__column a:hover{opacity:.65}.site-footer__signup p{margin:0 0 16px;font-size:16px;line-height:1.4;color:#fffc}.footer-email-form{display:flex;max-width:430px}.footer-email-form input{flex:1;min-width:0;padding:14px 16px;background:#fff8ea;color:#111;border:2px solid #fff;border-right:0;border-radius:999px 0 0 999px;font:inherit;outline:none}.footer-email-form button{padding:14px 20px;background:#ec2027;color:#111;border:2px solid #fff;border-radius:0 999px 999px 0;font-family:neutronic-narrow,sans-serif;font-size:16px;font-weight:900;cursor:pointer}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.25);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer__bottom p{margin:0;font-family:neutronic-narrow,sans-serif;font-size:15px}.site-footer__legal{display:flex;gap:24px}.site-footer__legal a{color:#fff;font-size:14px;text-decoration:none}@media(max-width:1200px){.site-header{position:relative;height:80px;min-height:80px;z-index:1000}.header-inner{position:relative;width:100%;max-width:none;height:80px;padding:0 22px;display:grid;grid-template-columns:minmax(44px,1fr) auto minmax(44px,1fr);grid-template-areas:"menu logo actions";align-items:center;gap:12px}.menu-toggle{grid-area:menu;display:flex;justify-self:start;z-index:3}.logo{grid-area:logo;justify-self:center;justify-content:center;z-index:3}.logo-image{width:clamp(150px,17vw,185px);max-width:100%}.header-actions{grid-area:actions;justify-self:end;gap:18px;z-index:3}.nav{position:absolute;top:80px;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:8px 22px 18px;background:#ec2027;border-top:2px solid #111;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:2}.nav a{display:block;width:100%;padding:14px 4px;border-bottom:1px solid rgba(17,17,17,.25);font-size:22px;text-align:center}.nav a:last-child{border-bottom:0}.site-header.menu-open .nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header.menu-open .menu-toggle__line:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header.menu-open .menu-toggle__line:nth-child(2){opacity:0}.site-header.menu-open .menu-toggle__line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media(max-width:560px){.header-inner{padding:0 14px;grid-template-columns:minmax(42px,1fr) auto minmax(42px,1fr)}.logo-image{width:clamp(135px,42vw,160px)}.header-actions{gap:14px}.header-icon{width:20px;height:20px}.menu-toggle{width:42px;height:42px}.menu-toggle__line{width:24px}.nav{padding-left:14px;padding-right:14px}}@media(max-width:900px){.site-footer{padding:70px 24px 24px}.site-footer__top{grid-template-columns:1fr;gap:50px;padding-bottom:50px}.site-footer__links{grid-template-columns:1fr 1fr;gap:40px 24px}.site-footer__signup{grid-column:1 / -1}.site-footer__logo{max-width:300px}.site-footer__tagline{font-size:26px}}@media(max-width:768px){.flavors-section:before,.flavors-section:after,.flavors-grid:before,.flavor-card:nth-child(1):after,.flavor-card:nth-child(2):after{display:none!important}.site-header{height:80px;min-height:80px}.announcement-bar{height:44px}.superbar-bites{left:55px;right:55px}.superbar-bites .bite{width:25px}.chomper{width:42px;height:42px;margin-top:-21px}.chomp-head{width:42px;height:42px}@keyframes john-cross{0%{left:10px}44%{left:calc(50% - 47px)}48%{left:calc(50% - 41px)}52%{left:calc(50% - 46px)}58%{left:calc(50% + 2px)}to{left:calc(100% - 52px)}}@keyframes joe-cross{0%{left:calc(100% - 52px)}44%{left:calc(50% + 5px)}48%{left:calc(50% - 1px)}52%{left:calc(50% + 4px)}58%{left:calc(50% - 46px)}to{left:10px}}.superbar-hero{grid-template-columns:1fr}.superbar-hero__copy{padding:50px 24px;order:2;justify-content:center;text-align:center}.superbar-hero__copy-inner{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.superbar-hero h1{font-size:58px;text-align:center}.superbar-hero__description{max-width:430px;margin-left:auto;margin-right:auto;font-size:17px;text-align:center}.superbar-hero__copy .sample-signup-button{margin-left:auto;margin-right:auto}.superbar-hero__visual{width:100%;order:1}.hero-slide--base{width:100%;height:auto}.hero-slide--overlay{width:100%;height:100%}.sample-modal{padding:12px}.sample-modal__dialog{padding:28px 18px 22px;max-height:calc(100vh - 24px);overflow-y:auto;border-radius:22px}.sample-modal h2{font-size:44px}.sample-modal__intro{font-size:16px}.sample-form__row,.sample-form__row--three{grid-template-columns:1fr}.sample-field input,.sample-field select{height:48px}.flavors-section{padding:60px 20px 70px}.flavors-section:before{top:38px;left:18px;transform:rotate(-13deg) scale(.68)}.flavors-section:after{top:168px;right:18px;transform:rotate(16deg) scale(.72)}.flavors-grid:before{display:none}.flavor-card{position:relative}.flavor-card:nth-child(1):after,.flavor-card:nth-child(2):after{content:"";position:absolute;width:24px;height:38px;background:#111;clip-path:polygon(58% 0,16% 48%,45% 46%,22% 100%,86% 36%,56% 39%);pointer-events:none;z-index:2}.flavor-card:nth-child(1):after{right:13%;bottom:-46px;transform:rotate(14deg)}.flavor-card:nth-child(2):after{left:13%;bottom:-46px;transform:rotate(-12deg)}.flavors-title{font-size:52px}.flavor-filters{margin-bottom:40px}.flavor-filter{padding:8px 16px;font-size:15px}.flavors-grid{grid-template-columns:1fr;gap:56px}.flavor-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;text-align:center}.flavor-card__image-wrap{width:min(100%,390px);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.flavor-card__image{display:block;width:100%;max-width:360px;height:auto;margin-left:auto;margin-right:auto;object-fit:contain;object-position:center center}.flavor-card__benefit{width:100%;margin:0 auto 6px;align-self:center;text-align:center}.flavor-card__name{width:100%;max-width:440px;margin-left:auto;margin-right:auto;align-self:center;font-size:28px;text-align:center}.flavor-card:nth-child(1) .flavor-card__image{translate:-2.5% 0}.flavor-card:nth-child(2) .flavor-card__image{translate:1.8% 0}.flavor-card:nth-child(3) .flavor-card__image{translate:-3.5% 0}.why-section{padding:70px 24px}.why-section h2{font-size:58px}.why-section__text{font-size:17px}.faq-section{padding:70px 24px}.faq-section h2{margin-bottom:35px;font-size:56px}.faq-item summary{font-size:21px}.faq-answer{padding-right:20px}.faq-answer p{font-size:16px}}@media(max-width:560px){.site-footer__links{grid-template-columns:1fr}.site-footer__signup{grid-column:auto}.footer-email-form{flex-direction:column;gap:10px}.footer-email-form input,.footer-email-form button{width:100%;border:2px solid #fff;border-radius:999px}.site-footer__bottom{align-items:flex-start;flex-direction:column}.site-footer__legal{flex-wrap:wrap}}@media screen and (min-width:1401px)and (max-width:1699px){.founder-story__photo:before{top:4%;left:-1%;width:38px;height:38px}.founder-story__photo:after{right:-1%;bottom:1%;width:38px;height:58px}}@media screen and (min-width:1700px){.founder-story__inner{max-width:1800px;grid-template-columns:minmax(0,40%) minmax(0,60%)}.founder-story__headline{padding-left:clamp(45px,5vw,120px)}.founder-story__artwork{max-width:920px}}@media screen and (min-width:1151px)and (max-width:1400px){.founder-story__inner{grid-template-columns:minmax(0,39%) minmax(0,61%);padding:0 24px}.founder-story__photo{width:min(100%,500px)}.founder-story__headline{padding-left:clamp(10px,2vw,28px)}.founder-story__artwork{max-width:860px}.founder-story__copy-overlay{font-size:clamp(17px,2.5cqw,22px)}.founder-story__photo:before{top:4%;left:-2%;width:36px;height:36px}.founder-story__photo:after{right:-2%;bottom:1%;width:36px;height:56px}}@media screen and (max-width:1150px){.founder-story{min-height:0;padding:46px 0 64px}.founder-story__inner{width:100%;max-width:100%;min-height:0;padding:0 28px;display:flex;flex-direction:column;align-items:center;gap:34px}.founder-story__photo{width:min(46vw,430px);min-width:330px;aspect-ratio:1 / 1;height:auto;margin:0 auto}.founder-story__headline{width:100%;min-width:0;padding:0;display:flex;justify-content:center;align-items:flex-start}.founder-story__artwork{width:min(100%,860px);max-width:860px}.founder-story__copy-overlay{width:60%;margin:38% 0 0 20%;font-size:clamp(17px,2.35cqw,21px);line-height:1.18}.founder-story__copy-overlay p{margin-bottom:.75em}}@media screen and (max-width:520px){.flavors-section:after{top:238px;right:14px;transform:rotate(16deg) scale(.62)}.flavor-card:nth-child(1):after,.flavor-card:nth-child(2):after{width:22px;height:35px;bottom:-58px}.flavor-card:nth-child(1):after{right:10%}.flavor-card:nth-child(2):after{left:10%}.flavors-grid{gap:64px}.flavor-card{align-items:center;text-align:center}.flavor-card__image-wrap{width:min(100%,350px);margin:0 auto 14px;align-items:center;justify-content:center}.flavor-card__image,.flavor-card__benefit,.flavor-card__name{margin-left:auto;margin-right:auto;text-align:center}}@media screen and (max-width:749px){.founder-story{min-height:0;padding:28px 0 58px;overflow:hidden}.founder-story__inner{display:flex;flex-direction:column;align-items:center;gap:20px;min-height:0;padding:0}.founder-story__photo{width:min(80vw,320px);min-width:0;aspect-ratio:1 / 1;height:auto;flex:0 0 auto;margin:4px auto 0;overflow:visible}.founder-story__photo img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%}.founder-story__photo:before{top:4%;left:-14px;width:28px;height:28px}.founder-story__photo:after{right:-14px;bottom:4%;width:28px;height:46px}.founder-story__headline{width:100%;padding:0 8px;display:flex;justify-content:center;align-items:flex-start}.founder-story__artwork{width:min(calc(100% - 4px),470px);max-width:470px;display:flex;flex-direction:column;container-type:normal;margin:0 auto}.founder-story__headline-image{display:block;width:100%;max-width:none;height:auto;flex:0 0 auto;margin:0 auto}.founder-story__copy-overlay{position:relative;z-index:2;width:min(76%,320px);max-width:320px;margin-top:clamp(-90px,-18vw,-58px);margin-right:auto;margin-bottom:0;margin-left:clamp(70px,20vw,88px);font-size:clamp(16px,4.2vw,17px);line-height:1.32;font-weight:500;text-align:left}.founder-story__copy-overlay p{margin:0 0 14px}.founder-story__copy-overlay p:nth-child(2){text-align:left;margin-top:14px;margin-bottom:14px}.founder-story__copy-overlay p:last-child{margin-bottom:0}.why-section__benefits{gap:9px;margin-bottom:20px}.why-section__benefits span{font-size:14px}.why-section__benefits span:not(:last-child):after{margin-left:9px;font-size:14px}}@media screen and (max-width:480px){.founder-story{padding-bottom:60px}.founder-story__photo{width:min(78vw,305px)}.founder-story__photo:before{left:-12px}.founder-story__photo:after{right:-12px}.founder-story__headline{padding:0 6px}.founder-story__artwork{width:calc(100% - 2px)}.founder-story__copy-overlay{width:min(76%,300px);margin-top:clamp(-82px,-18vw,-58px);margin-left:clamp(68px,20vw,80px);font-size:16px;line-height:1.32}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/superbar.css.map */
