:root{--brand-purple-deep: #462666;--brand-purple-dark: #40235F;--brand-purple: #5B2D85;--brand-pink-soft: #E9B1D1;--cream-warm: #FBE6C2;--cream-light: #FDF7E0;--cream-muted: #F2E1C1;--acp-red-anchor: #CA3328;--blue-deep: #285972;--mango-green: #009E50;--banana-yellow: #F8C537;--mango-yellow: #FFC611;--ink-soft: rgba(64, 35, 95, .78);color:var(--brand-purple-dark);background:var(--cream-light);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@font-face{font-family:ByHomie;src:url(/fonts/Byhomie-6Rv7v.otf) format("opentype");font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/fonts/Lato-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--cream-light)}body:not(:has(.product_detail)){--brand-purple-deep: #083677;--brand-purple-dark: #083677;--brand-purple: #2058BC;--brand-pink-soft: #E2D52D;--acp-red-anchor: #2058BC;--blue-deep: #083677;--banana-yellow: #E2D52D;--mango-yellow: #E2D52D;--ink-soft: #083677}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{border:0;cursor:pointer}.site_header{position:fixed;top:18px;left:0;right:0;z-index:30;display:flex;justify-content:center;pointer-events:none}.nav_shell{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(920px,calc(100vw - 128px));min-height:64px;border:1px solid transparent;border-radius:999px;padding:8px 14px;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease,backdrop-filter .22s ease}.site_header_scrolled .nav_shell{border-color:#fdf7e0e0;background:#fdf7e0b3;box-shadow:inset 0 1px #ffffffd6,0 20px 60px #0b37782e;-webkit-backdrop-filter:blur(26px) saturate(1.4);backdrop-filter:blur(26px) saturate(1.4);transform:translateY(-3px)}.nav_group{display:flex;align-items:center;gap:22px}.nav_group_left{justify-content:flex-end}.nav_group_right{justify-content:flex-start}.nav_group a{display:inline-flex;align-items:center;min-height:42px;border-radius:999px;padding:0 16px;color:var(--brand-purple-dark);font-size:13px;font-weight:800;transition:color .18s ease,margin .28s cubic-bezier(.16,1,.3,1),transform .18s ease}body:has(.hero_section) .site_header:not(.site_header_scrolled) .nav_group a{color:var(--cream-light)}.nav_group_left a:last-child{margin-right:30px}.nav_group_right a:first-child{margin-left:30px}.site_header_scrolled .nav_group_left a:last-child{margin-right:0}.site_header_scrolled .nav_group_right a:first-child{margin-left:0}.nav_group a:hover{color:var(--acp-red-anchor);transform:translateY(-1px)}.brand_mark{display:inline-flex;align-items:center;justify-content:center;width:60px;height:85px;overflow:visible;transition:height .28s cubic-bezier(.16,1,.3,1),width .28s cubic-bezier(.16,1,.3,1)}.brand_mark img{display:block;width:auto;height:85px;max-width:none;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(11,55,120,.12));transition:height .28s cubic-bezier(.16,1,.3,1),filter .22s ease}.site_header_scrolled .brand_mark{width:38px;height:48px}.site_header_scrolled .brand_mark img{height:48px;filter:none}.menu_button{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;gap:6px;background:transparent}.menu_button span{display:block;width:24px;height:2px;background:var(--brand-purple-deep)}.cart_button{position:fixed;top:22px;right:24px;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:999px;background:#e9b1d1c7;color:var(--brand-purple-deep);font-size:12px;font-weight:900;box-shadow:0 16px 42px #40235f29;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);pointer-events:auto;transition:transform .18s ease,background .18s ease}.cart_button:hover{background:#e080a7db;transform:translateY(-2px)}.cart_button strong{position:absolute;top:-4px;right:-4px;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:var(--acp-red-anchor);color:var(--cream-light);font-size:11px}.cart_button em{position:absolute;top:calc(100% + 8px);right:0;width:max-content;border-radius:999px;padding:8px 12px;background:var(--brand-purple-deep);color:var(--cream-light);font-size:12px;font-style:normal;font-weight:950;opacity:0;pointer-events:none;animation:cart_microcopy .68s cubic-bezier(.16,1,.3,1) both}.cart_button_pulse strong{animation:cart_badge_pulse .68s cubic-bezier(.16,1,.3,1)}main:focus{outline:none}main:focus-visible{outline:3px solid var(--banana-yellow);outline-offset:-3px}.route_loading,.route_error{display:grid;align-content:center}.route_loading p{color:var(--ink-soft);font-weight:800}@media(prefers-reduced-motion:reduce){.nav_shell,.brand_mark,.brand_mark img{transition:none}}.about_page{--about-hero-headline: #2058BC;background:var(--cream-light)}.about_hero{position:relative;min-height:100svh;overflow:hidden;border-bottom:36px solid var(--brand-purple-deep);background:var(--cream-light);isolation:isolate}.about_hero_layout{position:relative;display:grid;width:100%;min-height:calc(100svh - 36px);align-items:center;padding:108px clamp(64px,6.8vw,100px) 52px}.about_hero_title{position:absolute;top:50%;right:clamp(28px,5vw,72px);left:clamp(28px,5vw,72px);z-index:0;display:flex;flex-direction:column;align-items:center;margin:0;color:var(--about-hero-headline);font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;font-stretch:condensed;font-weight:900;letter-spacing:-.055em;text-transform:uppercase;transform:translateY(-50%)}.about_hero_title span{display:block;width:100%;line-height:.72;text-align:center;white-space:nowrap}.about_hero_title span:first-child{padding-bottom:clamp(14px,2.4vw,26px);font-size:clamp(218px,28.5vw,410px)}.about_hero_title span:last-child{font-size:clamp(126px,16.5vw,238px)}.about_hero_media{position:relative;z-index:1;width:clamp(490px,37vw,540px);margin:0 auto;pointer-events:none;animation:about_hero_arrive .72s cubic-bezier(.16,1,.3,1) both}.about_hero_media img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(64,35,95,.14))}.about_hero_support{position:absolute;bottom:48px;left:clamp(64px,6.8vw,100px);z-index:2;margin:0;color:var(--brand-purple-deep);font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(18px,1.55vw,23px);font-weight:400;letter-spacing:0;line-height:1.1}@keyframes about_hero_arrive{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.about_hero_title{right:36px;left:36px}.about_hero_media{width:clamp(430px,42vw,480px)}.about_hero_support{left:48px}}@media(max-width:960px){.about_hero{border-bottom-width:24px}.about_hero_layout{min-height:calc(100svh - 24px);padding:104px 20px 34px}.about_hero_title{position:absolute;top:50%;right:clamp(14px,4.7vw,36px);left:clamp(14px,4.7vw,36px);width:auto;margin:0;color:var(--about-hero-headline);text-align:center;transform:translateY(-50%)}.about_hero_title span{display:block;line-height:.72}.about_hero_title span:first-child{font-size:clamp(94px,28.5vw,274px)}.about_hero_title span:last-child{font-size:clamp(55px,16.5vw,158px)}.about_hero_media{width:min(86vw,430px);margin:0 auto}.about_hero_support{position:absolute;right:20px;bottom:30px;left:20px;margin:0;font-size:clamp(17px,4.8vw,21px);line-height:1.25;text-align:left}}@media(max-width:420px){.about_hero_layout{padding-right:14px;padding-left:14px}.about_hero_media{width:min(86vw,340px)}}@media(prefers-reduced-motion:reduce){.about_hero_media{animation:none}}.temporary_landing{--temporary-hero-headline: #2058BC;min-height:100svh;background:var(--cream-light)}.temporary_landing_hero{position:relative;min-height:100svh;overflow:hidden;background:var(--cream-light);isolation:isolate}.temporary_landing_layout{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(20px,4vw,88px);width:100%;min-height:100svh;align-items:center;padding:52px clamp(64px,6.8vw,100px)}.temporary_landing_content{position:relative;z-index:1}.temporary_landing_brand_icon{display:block;width:100px;height:100px;margin:0 0 clamp(20px,2.2vw,34px);object-fit:contain}.temporary_landing_title{display:flex;flex-direction:column;margin:0;color:var(--temporary-hero-headline);font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;font-stretch:condensed;font-weight:900;letter-spacing:-.055em;text-transform:uppercase}.temporary_landing_title span{display:block;line-height:.72;white-space:nowrap}.temporary_landing_title span:first-child{padding-bottom:clamp(12px,1.6vw,20px);font-size:clamp(62px,7vw,128px)}.temporary_landing_title span:last-child{font-size:clamp(62px,7vw,128px)}.temporary_landing_title .is_handwritten{display:inline;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.08em;font-weight:400;letter-spacing:-.02em;line-height:.82;text-transform:none}.temporary_landing_media{position:relative;z-index:1;width:min(100%,540px);margin:0 0 0 auto;pointer-events:none;animation:temporary_landing_arrive .72s cubic-bezier(.16,1,.3,1) both}.temporary_landing_media img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(64,35,95,.14))}.temporary_landing_order{display:inline-flex;align-items:center;justify-content:center;min-width:172px;min-height:48px;padding:12px 20px;border-radius:999px;background:#25d366;color:#fff;font-size:14px;font-weight:800;line-height:1;text-align:center;animation:temporary_landing_pulse 1.7s ease-in-out infinite}.temporary_landing_order:focus-visible{outline:3px solid var(--banana-yellow);outline-offset:5px}.temporary_landing_note{max-width:none;margin:clamp(28px,3.4vw,46px) 0 clamp(28px,3.4vw,46px);color:var(--brand-purple-deep);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(16px,1.2vw,19px);font-weight:600;letter-spacing:0;line-height:1.1;white-space:nowrap}.temporary_landing_actions{display:flex;flex-wrap:wrap;gap:12px}.temporary_landing_order,.temporary_landing_instagram{display:inline-flex;align-items:center;justify-content:center;min-width:172px;min-height:48px;padding:12px 20px;border-radius:999px;font-size:14px;font-weight:800;line-height:1;text-align:center}.temporary_landing_instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d 52%,#fcaf45);color:#fff}.temporary_landing_instagram:focus-visible{outline:3px solid var(--banana-yellow);outline-offset:5px}@keyframes temporary_landing_arrive{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes temporary_landing_pulse{0%,to{box-shadow:0 0 #25d3666b}50%{box-shadow:0 0 0 12px #25d36600}}@media(max-width:960px){.temporary_landing_layout{grid-template-columns:1fr;gap:34px;align-content:center;padding:34px 20px}.temporary_landing_content{order:1}.temporary_landing_title span:first-child,.temporary_landing_title span:last-child{font-size:clamp(58px,8vw,82px)}.temporary_landing_media{order:2;width:min(65vw,430px);margin:0 auto}.temporary_landing_note{max-width:330px;font-size:clamp(15px,3.6vw,18px);line-height:1.25;white-space:normal}}@media(max-width:700px){.temporary_landing_layout{grid-template-columns:1fr;gap:30px;align-content:center;padding-right:14px;padding-left:14px}.temporary_landing_content{order:1}.temporary_landing_title span:first-child,.temporary_landing_title span:last-child{font-size:clamp(44px,12.8vw,82px)}.temporary_landing_title span:last-child{white-space:normal}.temporary_landing_media{order:2;width:min(70vw,280px);margin:0 auto}.temporary_landing_order,.temporary_landing_instagram{min-width:158px;min-height:44px;padding:11px 16px;font-size:13px}}@media(prefers-reduced-motion:reduce){.temporary_landing_media,.temporary_landing_order{animation:none}}.home_page{overflow-x:clip;background:radial-gradient(circle at 14% 10%,rgba(233,177,209,.28),transparent 24%),radial-gradient(circle at 88% 12%,rgba(248,197,55,.34),transparent 28%),radial-gradient(circle at 42% 48%,rgba(133,203,161,.22),transparent 30%),var(--cream-warm)}.hero_section{position:relative;z-index:1;min-height:100vh;min-height:100dvh;overflow:hidden;padding:132px clamp(24px,8vw,128px) 80px;display:flex;align-items:flex-end}.hero_video,.hero_video_poster,.hero_video video,.hero_video_overlay{position:absolute;inset:0}.hero_video{z-index:0;background:var(--brand-purple-deep)}.hero_video_poster,.hero_video video{display:block;width:100%;height:100%;object-fit:cover;object-position:58% center}.hero_video_overlay{z-index:1;background:linear-gradient(90deg,#083677e0,#083677ad 36%,#0836772b 67%,#08367714),linear-gradient(0deg,rgba(8,54,119,.52) 0%,transparent 42%);pointer-events:none}.hero_content{position:relative;z-index:2;width:min(650px,100%);text-align:left}.hero_content h1{margin:0 0 24px;color:var(--cream-light);font-size:clamp(58px,6.7vw,104px);font-weight:950;line-height:.84;letter-spacing:-.065em;text-shadow:0 4px 20px rgba(8,54,119,.24);text-transform:uppercase}.hero_content p{max-width:560px;margin:0 0 36px;color:#fdf7e0f0;font-size:clamp(16px,1.4vw,19px);font-weight:700;line-height:1.48;text-shadow:0 2px 12px rgba(8,54,119,.45)}.hero_actions,.center_action,.buy_actions,.product_card_actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.hero_actions{align-items:center;justify-content:flex-start}.hero_actions button,.hero_actions a,.center_action button,.split_header button,.founders_copy button,.butterbar_section button,.final_cta button,.compact_page button,.product_card_actions button:first-child,.buy_actions button,.nui_button{min-height:50px;border-radius:999px;padding:0 30px;background:var(--brand-purple-deep);color:var(--cream-light);font-weight:900;box-shadow:0 14px 34px #46266629;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hero_actions button,.hero_actions a{display:inline-flex;align-items:center;justify-content:center;width:196px;min-height:52px;padding:0 24px;text-align:center}.hero_actions button{background:var(--banana-yellow);color:var(--brand-purple-deep);box-shadow:0 14px 34px #031c444d}.hero_actions a{border:3px solid var(--banana-yellow);background:transparent;color:var(--banana-yellow)}.hero_sound_button{position:absolute;right:clamp(20px,3vw,48px);bottom:28px;z-index:2;min-height:40px;border:1px solid rgba(253,247,224,.52);border-radius:999px;padding:0 16px;background:#0836774d;color:var(--cream-light);font-size:12px;font-weight:900;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .18s ease,transform .18s ease}.hero_sound_button:hover{background:#0836778c;transform:translateY(-2px)}.founders_copy button,.buy_actions button:nth-child(2){border:1px solid rgba(64,35,95,.2);background:transparent;color:var(--brand-purple-dark)}.hero_actions button:hover,.hero_actions a:hover,.center_action button:hover,.split_header button:hover,.founders_copy button:hover,.butterbar_section button:hover,.final_cta button:hover,.product_card_actions button:hover,.buy_actions button:hover,.nui_button:hover{transform:translateY(-3px);box-shadow:0 18px 42px #46266638}.hero_actions button:hover{background:#f4e654;box-shadow:0 18px 42px #031c4466}.hero_actions a:hover{border-color:var(--banana-yellow);background:#08367773;color:var(--banana-yellow);box-shadow:0 18px 42px #031c4466}.jar_mockup{display:grid;place-items:center;width:140px;height:190px;border-radius:34px;background:linear-gradient(145deg,#ffffff8c,#ffffff1a);box-shadow:0 26px 60px #40235f29}.jar_mockup_lg{width:168px;height:232px}.jar_mockup_xl{width:min(310px,68vw);height:min(430px,90vw)}.jar_label{display:grid;place-items:center;width:82%;height:82%;border-radius:30px;border:1px solid rgba(255,255,255,.35);background:linear-gradient(145deg,var(--jar_primary),var(--jar_accent)),var(--jar_primary);color:var(--jar_secondary);text-align:center;font-size:22px;font-weight:950;line-height:1.05;box-shadow:inset 0 0 0 10px #ffffff14}.proof_section,.founders_section,.reactions_section,.product_showcase,.page_shell,.recommendations{padding:96px 24px}.section_header{max-width:760px;margin-bottom:56px}.section_header.centered{margin-inline:auto;text-align:center}.section_header h2,.founders_copy h2,.butterbar_section h2,.final_cta h2,.page_hero h1,.compact_page h1,.product_buy_box h1,.recommendations h2{margin:0 0 20px;color:var(--brand-purple-deep);font-size:clamp(40px,5.2vw,72px);font-weight:950;line-height:1.04;letter-spacing:0}.section_header p,.founders_copy p,.page_hero p,.compact_page p,.product_buy_box p,.detail_grid p,.detail_grid li,.recommendations p{color:var(--ink-soft);font-size:20px;font-weight:600;line-height:1.55}.range_band{position:relative;z-index:4;width:100vw;margin:-58px 0 -52px 50%;overflow:hidden;background:#2158bc;box-shadow:0 26px 60px #40235f2e;transform:translate(-50%) rotate(-1.2deg)}.range_band_track{display:flex;min-width:max-content;align-items:center;animation:usage_marquee 34s linear infinite}.range_band:hover .range_band_track,.range_band:focus-within .range_band_track{animation-play-state:paused}.range_band_item{display:inline-flex;align-items:center;gap:0;min-height:104px;padding:0;color:var(--cream-light);font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;text-transform:uppercase;white-space:nowrap;text-shadow:2px 2px 0 rgba(64,35,95,.72)}.range_band_item:after{content:none}.range_band_item strong{font-size:clamp(38px,6vw,76px);font-stretch:condensed;font-weight:800;line-height:1}.range_band_item em{color:var(--cream-light);font-size:clamp(38px,6vw,76px);font-style:italic;font-weight:300;line-height:1;letter-spacing:0;opacity:1}@keyframes usage_marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product_showcase{overflow:hidden;margin-top:0;padding:172px 0 64px;background:transparent}.product_showcase_featured{position:relative;background:var(--cream-light)}.home_page .product_showcase_featured .section_header h2{font-size:clamp(48px,6.5vw,96px);line-height:.82;letter-spacing:-.075em;text-transform:uppercase}.split_header{display:flex;max-width:1240px;margin-inline:auto;align-items:flex-end;justify-content:space-between;gap:24px}.featured_header{align-items:center;justify-content:center;margin-bottom:6px;text-align:center}.featured_header p{max-width:760px;margin-inline:auto}.split_header button{background:#ffffff8a;color:var(--brand-purple-deep)}.product_showcase_action{display:flex;justify-content:center;max-width:1240px;margin:54px auto 0;padding:0 24px}.product_showcase_action button{position:relative;min-height:58px;border-radius:999px;padding:0 34px;border:2px solid rgba(64,35,95,.92);background:linear-gradient(180deg,var(--banana-yellow) 0%,var(--mango-yellow) 56%,#e89f00 100%);color:var(--brand-purple-deep);font-weight:900;box-shadow:0 8px 0 var(--brand-purple-deep),0 18px 34px #4626663d,inset 0 2px #ffffff7a;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.product_showcase_action button:hover{filter:saturate(1.08);transform:translateY(-5px);box-shadow:0 13px 0 var(--brand-purple-deep),0 24px 42px #46266647,inset 0 2px #ffffff94}.product_showcase_action button:active{transform:translateY(3px);box-shadow:0 4px 0 var(--brand-purple-deep),0 12px 24px #4626663d,inset 0 2px #ffffff70}.product_scroll{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1240px;gap:22px;margin:0 auto;padding:26px 24px 0}.product_card{position:relative;display:flex;min-width:0;min-height:520px;flex-direction:column;justify-content:flex-end;padding:18px 10px 0;color:var(--brand-purple-deep);isolation:isolate;animation:product_reveal .62s cubic-bezier(.16,1,.3,1) both;transition:transform .26s ease}.product_card:nth-child(2){animation-delay:80ms}.product_card:nth-child(3){animation-delay:.16s}.product_card:nth-child(4){animation-delay:.24s}.product_card:hover{transform:translateY(-10px)}.product_card_link{position:absolute;inset:0;z-index:1;background:transparent}.product_card_link:focus-visible{outline:3px solid var(--product_primary);outline-offset:4px}.product_card_media{position:relative;display:grid;place-items:center;min-height:300px;margin-bottom:48px;pointer-events:none;transform-origin:50% 92%;transition:filter .26s ease,transform .38s cubic-bezier(.16,1,.3,1)}.product_card_media:before{content:"";position:absolute;left:50%;bottom:18px;z-index:-1;width:min(72%,188px);height:34px;border-radius:50%;background:color-mix(in srgb,var(--product_primary) 44%,transparent);filter:blur(18px);opacity:.62;transform:translate(-50%);transition:opacity .26s ease,transform .26s ease}.product_card_media img{display:block;width:min(230px,84%);max-height:310px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(64,35,95,.18))}.product_card_personality{position:absolute;right:0;bottom:-24px;left:0;z-index:1;margin:0;color:var(--product_primary);font-size:15px;font-weight:800;line-height:1.35;text-align:center}.product_card_media>img,.product_card_media>.jar_mockup{animation:product_jar_drift 5.8s ease-in-out infinite}.product_card:nth-child(2) .product_card_media>img,.product_card:nth-child(2) .product_card_media>.jar_mockup{animation-duration:5.2s;animation-delay:-.9s}.product_card:nth-child(3) .product_card_media>img,.product_card:nth-child(3) .product_card_media>.jar_mockup{animation-duration:6.2s;animation-delay:-1.4s}.product_card:nth-child(4) .product_card_media>img,.product_card:nth-child(4) .product_card_media>.jar_mockup{animation-duration:6.8s;animation-delay:-.6s}.product_swaad_chip{position:absolute;top:54px;right:10px;z-index:3;border-radius:999px;padding:9px 12px;background:var(--product_primary);color:var(--product_secondary);font-size:12px;font-weight:950;box-shadow:0 16px 34px #4626662e;transform-origin:50% 50%;animation:product_swaad_chip .68s cubic-bezier(.16,1,.3,1) both;pointer-events:none}.product_card:hover .product_card_media,.product_card_added .product_card_media{filter:saturate(1.06)}.product_card:hover .product_card_media:before,.product_card_added .product_card_media:before{opacity:.82;transform:translate(-50%) scale(1.12)}.product_motion_the_og:hover .product_card_media>img,.product_motion_the_og:hover .product_card_media>.jar_mockup{animation:product_og_grounded .62s cubic-bezier(.16,1,.3,1) both}.product_motion_berry_banana:hover .product_card_media>img,.product_motion_berry_banana:hover .product_card_media>.jar_mockup{animation:product_berry_bounce .62s cubic-bezier(.16,1,.3,1) both}.product_motion_merry_mango:hover .product_card_media>img,.product_motion_merry_mango:hover .product_card_media>.jar_mockup{animation:product_mango_pop .62s cubic-bezier(.16,1,.3,1) both}.product_motion_the_dark_truth .product_card_media:after{content:"";position:absolute;inset:14% 18% 12%;z-index:-2;border-radius:999px;background:color-mix(in srgb,var(--product_primary) 40%,transparent);filter:blur(34px);opacity:0;transition:opacity .26s ease}.product_motion_the_dark_truth:hover .product_card_media:after{opacity:.48}.product_motion_the_dark_truth:hover .product_card_media>img,.product_motion_the_dark_truth:hover .product_card_media>.jar_mockup{animation:product_dark_truth_tilt .68s cubic-bezier(.16,1,.3,1) both}.product_motion_pure_pistachio:hover .product_card_media>img,.product_motion_pure_pistachio:hover .product_card_media>.jar_mockup{animation:product_pistachio_premium .7s cubic-bezier(.16,1,.3,1) both}.product_motion_the_acp:hover .product_card_media>img,.product_motion_the_acp:hover .product_card_media>.jar_mockup{animation:product_acp_lift .62s cubic-bezier(.16,1,.3,1) both}.product_motion_all_almonds:hover .product_card_media>img,.product_motion_all_almonds:hover .product_card_media>.jar_mockup{animation:product_almonds_glide .66s cubic-bezier(.16,1,.3,1) both}.product_motion_haute_hazelnut:hover .product_card_media>img,.product_motion_haute_hazelnut:hover .product_card_media>.jar_mockup{animation:product_hazelnut_lean .62s cubic-bezier(.16,1,.3,1) both}.product_card_added .product_card_media{animation:product_add_bump .68s cubic-bezier(.16,1,.3,1)}.product_card_body{position:relative;z-index:2;pointer-events:none;min-height:208px;border-top:1px solid color-mix(in srgb,var(--product_primary) 38%,transparent);padding-top:22px}.product_card_body>span{display:block;min-height:18px;margin-bottom:10px;color:var(--product_primary);font-size:12px;font-weight:950;line-height:1.2;text-transform:uppercase}.product_card_body h3{margin:0 0 12px;color:inherit;font-size:30px;line-height:1.05}.product_card_body p{min-height:52px;margin:0 0 14px;color:inherit;font-size:16px;font-weight:760;line-height:1.45;opacity:.88}.product_card_body .product_price{min-height:auto;font-size:15px;opacity:.8}.product_card_actions{position:relative;z-index:3;pointer-events:auto;flex-wrap:nowrap;justify-content:flex-start;padding-top:8px;gap:10px}.product_card_actions button:first-child{flex:1;min-width:0;background:var(--brand-purple-deep);color:var(--cream-light);box-shadow:0 14px 30px #46266624}.product_card_actions button:first-child:hover{background:var(--product_primary);color:var(--product_secondary)}.icon_button{display:grid;place-items:center;width:54px;height:54px;border-radius:999px;border:1px solid color-mix(in srgb,var(--product_primary) 34%,transparent);background:#ffffff47;color:var(--product_primary);font-weight:950}.proof_section{position:relative;overflow:hidden;padding:124px 24px 156px;background:var(--cream-light)}.proof_intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;max-width:1280px;margin:0 auto 58px;gap:24px}.proof_intro h2{margin:0;color:var(--brand-purple-deep);font-size:clamp(58px,8.2vw,126px);font-weight:950;line-height:.78;letter-spacing:-.075em;text-transform:uppercase}.proof_intro p{max-width:240px;margin:0 14px 4px 0;color:var(--brand-purple-deep);font-family:ByHomie,Inter,ui-sans-serif,sans-serif;font-size:clamp(24px,2.6vw,38px);font-weight:400;line-height:.92;transform:rotate(-5deg)}.proof_poster_wall{display:grid;grid-template-columns:1.05fr .88fr 1.14fr .92fr;align-items:start;max-width:1280px;margin:0 auto;gap:clamp(14px,1.8vw,26px)}.proof_poster{position:relative;z-index:0;overflow:hidden;min-width:0;min-height:418px;border:3px solid var(--brand-purple-deep);border-radius:30px;box-shadow:12px 14px 0 var(--brand-purple-deep);transition:transform .24s ease,box-shadow .24s ease}.proof_poster:hover{z-index:2;box-shadow:18px 20px 0 var(--brand-purple-deep)}.proof_poster_mouthfeel{margin-top:72px;transform:rotate(-3.2deg)}.proof_poster_mouthfeel:hover{transform:rotate(-3.2deg) translateY(-8px)}.proof_poster_ingredients{min-height:380px;transform:rotate(2.4deg)}.proof_poster_ingredients:hover{transform:rotate(2.4deg) translateY(-8px)}.proof_poster_range{margin-top:38px;transform:rotate(-1.8deg)}.proof_poster_range:hover{transform:rotate(-1.8deg) translateY(-8px)}.proof_poster_intention{min-height:386px;transform:rotate(3deg)}.proof_poster_intention:hover{transform:rotate(3deg) translateY(-8px)}.proof_poster_media,.proof_poster_media img{width:100%;height:100%}.proof_poster_media{position:absolute;inset:0}.proof_poster_media:after{position:absolute;inset:0;content:"";background:#08367766}.proof_poster_media img{display:block;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}.proof_poster:hover .proof_poster_media img{transform:scale(1.06)}.proof_poster_intention .proof_poster_media img{object-position:62% 50%}.proof_poster_copy{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:20px;color:var(--cream-light)}.proof_poster_copy p{align-self:flex-start;max-width:180px;margin:0;padding:7px 9px 6px;background:var(--banana-yellow);color:var(--brand-purple-deep);font-size:11px;font-weight:950;line-height:1.05;text-transform:uppercase}.proof_poster_copy h3{margin:0;color:var(--cream-light);font-size:clamp(32px,3.1vw,52px);font-weight:950;line-height:.88;letter-spacing:-.06em;white-space:pre-line}.detail_grid h2,.form_grid h2,.compact_page h2{margin:0 0 14px;color:var(--brand-purple-deep);font-size:clamp(28px,3vw,42px);line-height:1.08}.founders_section{display:grid;grid-template-columns:.8fr 1.2fr;max-width:1280px;margin:0 auto;align-items:center;gap:64px;border-block:1px solid rgba(64,35,95,.1)}.loud_line{color:var(--acp-red-anchor)!important;font-size:28px!important;font-weight:950!important;line-height:1.15!important}.founder_cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.founder_cards article:nth-child(2){margin-top:64px}.portrait_placeholder{display:grid;place-items:center;aspect-ratio:4 / 5;margin-bottom:24px;border-radius:30px;background:linear-gradient(135deg,var(--brand-pink-soft),var(--cream-muted));color:#46266673;font-weight:950;box-shadow:0 24px 50px #40235f24}.portrait_placeholder.alt{background:linear-gradient(135deg,#85CBA1,var(--cream-warm))}.founder_cards span,.eyebrow,.butterbar_section span,.reaction_wall span,.site_footer h4{color:var(--acp-red-anchor);font-size:12px;font-weight:950;text-transform:uppercase}.founder_cards h3{margin:10px 0 12px;color:var(--brand-purple-deep);font-size:25px;line-height:1.12}.founder_cards p{color:var(--ink-soft);font-size:17px;font-style:italic;font-weight:700;line-height:1.45}.butterbar_section{position:relative;z-index:2;min-height:700px;display:grid;place-items:center;overflow:visible;padding:112px 24px;background:#ff5c8a;text-align:center}.butterbar_reel{position:absolute;left:50%;z-index:3;width:104vw;overflow:hidden;box-shadow:0 18px 40px #281b4a3d}.butterbar_reel_top{top:0;background:#ffc611;color:#0b3778;transform:translate(-50%,-50%) rotate(-1.2deg)}.butterbar_reel_bottom{bottom:0;background:#ffc611;color:#0b3778;transform:translate(-50%,50%) rotate(1.2deg)}.butterbar_reel_track{display:flex;min-width:max-content;align-items:center;animation:butterbar_reel_move 30s linear infinite}.butterbar_reel_bottom .butterbar_reel_track{animation-direction:reverse;animation-duration:36s}.butterbar_reel span{display:inline-flex;align-items:center;min-height:86px;margin:0;padding:0 18px;border:0;border-radius:0;background:transparent;color:inherit;font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;font-size:clamp(40px,5.4vw,70px);font-weight:800;line-height:1;text-transform:uppercase;white-space:nowrap}.butterbar_reel span:after{content:"•";margin-left:36px;font-size:.62em}@keyframes butterbar_reel_move{0%{transform:translate(0)}to{transform:translate(-50%)}}.home_closing_section{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 14%,rgba(233,177,209,.42),transparent 22%),radial-gradient(circle at 9% 85%,rgba(248,197,55,.32),transparent 20%),var(--cream-light)}.reactions_section{padding:176px clamp(24px,4.5vw,72px) 116px;background:#083677}.reactions_header{position:relative;z-index:1;max-width:1160px;margin:0 auto 58px}.reactions_header h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(52px,6.4vw,96px);font-weight:950;line-height:.82;letter-spacing:-.075em;color:var(--banana-yellow);text-transform:uppercase}.reactions_anything{position:relative;display:inline-block;min-width:3.3em;color:inherit;font:inherit;letter-spacing:inherit}.reactions_anything_extended{position:absolute;top:0;left:0;opacity:0;white-space:nowrap}.reactions_anything.is_visible .reactions_anything_initial{animation:reactions_anything_initial_exit .12s ease 1s forwards}.reactions_anything.is_visible .reactions_anything_extended{animation:reactions_anything_extend .86s cubic-bezier(.16,1,.3,1) 1s forwards}.reactions_anything.is_visible{animation:reactions_anything_make_room .86s cubic-bezier(.16,1,.3,1) 1s forwards}.reactions_header h2.is_visible .reactions_just{display:inline-block;animation:reactions_just_make_room .86s cubic-bezier(.16,1,.3,1) 1s forwards}@keyframes reactions_just_make_room{to{transform:translate(-.8em)}}@keyframes reactions_anything_make_room{to{transform:translate(-.8em)}}@keyframes reactions_anything_initial_exit{to{opacity:0}}@keyframes reactions_anything_extend{0%{opacity:0;transform:scaleX(.4);transform-origin:left center}2%{opacity:1}to{opacity:1;transform:scaleX(1);transform-origin:left center}}.reaction_eyebrow{display:inline-block;color:var(--acp-red-anchor);font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.reaction_wall{display:grid;grid-template-columns:minmax(0,.92fr) minmax(340px,1.2fr) minmax(0,.92fr);grid-template-rows:auto auto;gap:24px;max-width:1240px;margin:0 auto;perspective:1000px}.reaction_wall article{opacity:0;transform:translateY(34px) rotate(var(--reaction_rotation, 0deg));transition:opacity .62s ease var(--reaction_delay, 0ms),transform .76s cubic-bezier(.16,1,.3,1) var(--reaction_delay, 0ms),box-shadow .22s ease}.reaction_wall_visible article{opacity:1;transform:translateY(0) rotate(var(--reaction_rotation, 0deg))}.reaction_card{position:relative;min-width:0;border-radius:28px;padding:26px;color:var(--brand-purple-dark);box-shadow:0 18px 44px #40235f21}.reaction_card:hover{z-index:2;box-shadow:0 26px 56px #40235f33}.reaction_card p,.reaction_card blockquote{margin:0;color:var(--brand-purple-dark);font-weight:900}.reaction_card_meta{display:flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.reaction_card_meta time{margin-left:auto;font:inherit}.reaction_card_chat{--reaction_delay: .32s;--reaction_rotation: -1.4deg;grid-column:1;grid-row:2;align-self:stretch;border:3px solid var(--brand-purple-deep);border-radius:28px;background:#cfd692}.reaction_source_icon{display:block;width:24px;height:24px;flex:0 0 24px}.reaction_chat_bubble{position:relative;margin-top:18px;border-radius:20px;padding:20px 18px 12px;background:#324a24;box-shadow:7px 7px #789b64}.reaction_chat_bubble:after{position:absolute;right:-9px;bottom:0;border-width:0 0 18px 12px;border-style:solid;border-color:transparent transparent #324A24 transparent;content:""}.reaction_chat_bubble p{color:var(--cream-light);font-size:21px;line-height:1.32}.reaction_chat_bubble>span{display:block;margin-top:8px;color:#cfd692;font-size:10px;font-weight:900;text-align:right}.reaction_card_featured{--reaction_delay: .12s;grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;min-height:0;border:3px solid var(--brand-purple-deep);border-radius:28px;padding:38px;background:var(--mango-yellow);box-shadow:12px 12px 0 var(--brand-purple-deep),0 30px 60px #40235f29}.reaction_card_featured:before{position:absolute;top:68px;right:24px;color:var(--acp-red-anchor);content:"“";font-family:Georgia,serif;font-size:110px;font-weight:900;line-height:1;opacity:.42}.reaction_card_featured blockquote{position:relative;z-index:1;margin:auto 0;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(38px,3.7vw,56px);line-height:.9}.reaction_context{align-self:flex-start;border-radius:999px;padding:9px 12px;background:#fdf7e0ad;color:var(--acp-red-anchor);font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.reaction_card_comment{--reaction_delay: .3s;--reaction_rotation: 1.5deg;grid-column:3;grid-row:1;display:grid;grid-template-columns:48px minmax(0,1fr);align-self:end;gap:14px;border:3px solid var(--brand-purple-deep);border-radius:28px;background:var(--blue-deep);box-shadow:8px 8px 0 var(--mango-yellow)}.reaction_comment_avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--mango-yellow);color:var(--brand-purple-deep);font-weight:950}.reaction_card_comment p{margin-top:10px;font-size:19px;line-height:1.35;color:var(--cream-light)}.reaction_card_comment .reaction_card_meta{color:var(--mango-yellow)}.reaction_comment_action{display:block;margin-top:14px;color:var(--brand-pink-soft);font-size:11px;font-weight:950}.reaction_card_verified{--reaction_delay: .42s;--reaction_rotation: 1.8deg;grid-column:3;grid-row:2;align-self:start;border:3px dashed var(--mango-yellow);border-radius:28px;background:var(--acp-red-anchor);box-shadow:8px 8px 0 var(--brand-pink-soft)}.reaction_card_verified p{margin:18px 0 24px;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:42px;line-height:.94;color:var(--cream-light)}.reaction_card_verified .reaction_eyebrow{color:var(--mango-yellow)}.reaction_card_butterbar{--reaction_delay: .22s;--reaction_rotation: -1deg;grid-column:2;grid-row:1 / span 2;display:flex;min-height:620px;flex-direction:column;overflow:hidden;border-radius:28px;padding:12px;background:var(--brand-purple-deep)}.reaction_media_slot{position:relative;display:grid;place-items:center;min-height:440px;flex:1;overflow:hidden;border-radius:20px;background:linear-gradient(140deg,rgba(248,197,55,.72),transparent 48%),linear-gradient(25deg,var(--acp-red-anchor),var(--blue-deep));color:var(--cream-light)}.reaction_media_slot:before,.reaction_media_slot:after{position:absolute;width:140px;height:140px;border:22px solid rgba(253,247,224,.15);border-radius:50%;content:""}.reaction_media_slot:before{top:-56px;left:-50px}.reaction_media_slot:after{right:-38px;bottom:-62px}.reaction_media_slot>span{z-index:1;display:grid;place-items:center;width:60px;height:60px;border:3px solid currentColor;border-radius:50%;padding-left:4px;font-size:20px}.reaction_media_slot small{position:absolute;right:14px;bottom:12px;left:14px;z-index:1;color:#fdf7e0c7;font-size:10px;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}.reaction_butterbar_caption{padding:14px 10px 8px}.reaction_butterbar_caption span{color:var(--mango-yellow);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.reaction_butterbar_caption p{margin-top:6px;color:var(--cream-light);font-size:21px}.use_case_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(16px,2vw,26px);width:min(100%,1280px);margin:0 auto;padding:10px 4px 24px}.use_case_tile{--tile_offset: 0px;--tile_rotation: -.45deg;position:relative;min-width:0;overflow:hidden;border:7px solid var(--banana-yellow);border-radius:42px 34px 52px 32px/34px 52px 36px 48px;aspect-ratio:9 / 16;background:var(--brand-purple-deep);box-shadow:0 20px 46px #0014446b;transform:translateY(var(--tile_offset)) rotate(var(--tile_rotation));transition:box-shadow .28s ease,transform .42s cubic-bezier(.16,1,.3,1)}.use_case_tile:nth-child(2){--tile_offset: 12px;--tile_rotation: .35deg;border-radius:30px 52px 36px 48px/54px 34px 50px 32px}.use_case_tile:nth-child(3){--tile_offset: -6px;--tile_rotation: -.25deg;border-radius:52px 32px 46px 38px/36px 50px 30px 54px}.use_case_tile:nth-child(4){--tile_offset: 9px;--tile_rotation: .55deg;border-radius:36px 48px 30px 54px/50px 32px 56px 36px}.use_case_tile:hover{z-index:1;box-shadow:0 30px 62px #00144494;transform:translateY(calc(var(--tile_offset) - 9px)) rotate(var(--tile_rotation))}.use_case_tile_media,.use_case_tile_media img,.use_case_tile_media video{width:100%;height:100%}.use_case_tile_media{position:absolute;inset:0;overflow:hidden;transition:transform .7s cubic-bezier(.16,1,.3,1)}.use_case_tile_media:after{position:absolute;inset:0;content:"";background:#08367738}.use_case_tile_media img,.use_case_tile_media video{display:block;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.use_case_tile:hover .use_case_tile_media img,.use_case_tile:hover .use_case_tile_media video{transform:scale(1.035)}.use_case_banner{position:absolute;right:20px;bottom:24px;left:20px;z-index:1;padding:0;background:transparent;color:var(--banana-yellow);font-family:Lato,Inter,ui-sans-serif,system-ui,sans-serif;text-align:left;pointer-events:none}.use_case_banner span{display:block;margin-bottom:7px;color:var(--banana-yellow);font-size:11px;font-weight:900;letter-spacing:.18em;line-height:1;text-shadow:0 2px 12px rgba(25,13,39,.88);text-transform:uppercase}.use_case_banner h3{margin:0;font-size:clamp(22px,2vw,30px);font-weight:900;line-height:1.04;letter-spacing:.01em;color:var(--banana-yellow);text-shadow:0 2px 4px rgba(25,13,39,.9),0 8px 24px rgba(25,13,39,.72);text-transform:uppercase}.final_cta{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(40px,7vw,120px);max-width:1280px;min-height:620px;margin:0 auto;padding:88px clamp(24px,6vw,96px);background:transparent}.final_cta_content{display:flex;flex-direction:column;align-items:flex-start}.final_cta h2{max-width:560px;margin:0 0 28px;color:var(--brand-purple-deep);font-size:clamp(52px,6.4vw,96px);font-weight:950;line-height:.82;letter-spacing:-.075em;text-transform:uppercase}.final_cta p{max-width:500px;margin:0 0 36px;color:var(--brand-purple-deep);font-size:clamp(18px,1.5vw,22px);font-weight:650;line-height:1.5}.final_cta button{min-width:208px;min-height:56px;border-radius:999px;padding-inline:30px;background:var(--brand-purple-deep);color:var(--cream-light);font-size:16px;box-shadow:0 12px 26px #40235f29}.final_cta button:hover{box-shadow:0 16px 32px #40235f38}.final_cta_media{min-width:0;margin:0;overflow:hidden;border-radius:44px;aspect-ratio:1.08;background:var(--blue-deep)}.final_cta_media img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% center}.page_shell{max-width:1280px;margin:0 auto}.page_hero,.compact_page{padding-top:80px}.compact_page{max-width:820px;min-height:52vh}.product_detail{overflow-x:clip;background:var(--cream-light)}.product_detail_hero{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);align-items:center;gap:clamp(44px,6vw,96px);max-width:1380px;min-height:760px;margin:0 auto;padding:118px 40px 72px}.product_hero_media{position:relative;z-index:2;min-width:0;margin:0}.product_gallery_stage{position:relative}.product_hero_image{display:block;width:100%;aspect-ratio:4 / 3;border-radius:72px 34px 82px 42px;object-fit:cover;object-position:center}.product_gallery_canvas{display:block;width:100%;aspect-ratio:4 / 3;border:4px solid var(--product_primary);border-radius:72px 34px 82px 42px;background:color-mix(in srgb,var(--product_secondary) 32%,var(--cream-light))}.product_gallery_arrow{position:absolute;top:50%;display:grid;width:42px;height:42px;place-items:center;border:2px solid var(--product_primary);border-radius:52% 48% 44% 56%;background:#fdf7e0f0;color:var(--brand-purple-deep);box-shadow:0 14px 34px #40235f2e;transform:translateY(-50%)}.product_gallery_arrow:hover,.product_gallery_arrow:focus-visible{border-color:var(--product_accent);background:var(--product_accent);color:var(--cream-light)}.product_gallery_arrow svg{width:18px;height:18px}.product_gallery_arrow_previous{left:18px}.product_gallery_arrow_next{right:18px;border-radius:46% 54% 58% 42%}.product_gallery_thumbnails{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}.product_gallery_thumbnails button{width:64px;height:64px;overflow:hidden;border:4px solid var(--product_primary);border-radius:52% 48% 43% 57%;padding:0;background:var(--cream-light);transition:border-color .16s ease,transform .16s ease}.product_gallery_thumbnails button:nth-child(2n){border-radius:44% 56% 55% 45%}.product_gallery_thumbnails button:hover,.product_gallery_thumbnails button:focus-visible,.product_gallery_thumbnails button.is_active{border-color:var(--product_accent);transform:translateY(-3px)}.product_gallery_thumbnails img{display:block;width:100%;height:100%;object-fit:cover}.product_gallery_thumbnail_canvas{display:block;width:100%;height:100%;background:color-mix(in srgb,var(--product_secondary) 32%,var(--cream-light))}.product_buy_box{position:relative;z-index:6;align-self:center;max-width:570px}.product_type_label{margin:0 0 8px;color:var(--product_accent);font-size:13px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.product_buy_box h1{margin-bottom:16px;color:var(--product_primary)}.product_buy_box .loud_line{margin:0 0 22px;color:var(--product_accent)!important;font-size:clamp(24px,2.5vw,38px);font-weight:950;line-height:1.08}.product_buy_box .loud_line+p{margin-top:0;margin-bottom:12px}.product_hero_taste{margin:0 0 24px;color:var(--brand-purple-dark);font-weight:750}.detail_price{margin:0!important;color:var(--product_primary)!important;font-size:24px!important;font-weight:950!important}.product_hero_orbit{position:absolute;right:-7vw;bottom:34px;z-index:1;width:220px;aspect-ratio:1;border-radius:50%;pointer-events:none}.product_hero_orbit_image{position:absolute;inset:5px;overflow:hidden;border:0;border-radius:50%;background:var(--cream-muted);box-shadow:0 24px 54px #40235f33}.product_hero_orbit_image img{display:block;width:100%;height:100%;object-fit:cover}.product_hero_orbit_canvas{width:100%;height:100%;background:radial-gradient(circle at 34% 28%,color-mix(in srgb,var(--product_secondary) 68%,var(--cream) 32%),transparent 42%),color-mix(in srgb,var(--product_primary) 13%,var(--cream) 87%)}.product_hero_orbit_marquee{position:absolute;inset:0}.product_hero_orbit_marquee svg{display:block;width:100%;height:100%;overflow:visible}.product_hero_orbit_band{fill:none;stroke:var(--product_secondary);stroke-linecap:round;stroke-width:9}.product_hero_orbit_copy{fill:var(--product_primary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:7px;font-weight:650;letter-spacing:.38px;text-transform:uppercase}.buy_actions{position:relative;z-index:8;display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start;margin:22px 0 18px}.buy_actions button{min-height:54px;border-radius:999px;padding:0 30px;font-weight:900}.buy_actions button:first-child{background:var(--product_accent);color:var(--cream-light)}.buy_actions button:last-child{border:1px solid rgba(64,35,95,.2);background:transparent;color:var(--brand-purple-deep)}.product_quantity_field{display:grid;gap:8px;width:156px;margin-top:26px;color:var(--brand-purple-dark);font-size:13px;font-weight:900;text-transform:uppercase}.product_quantity_control{position:relative}.product_quantity_control input{width:100%;min-height:52px;border:1px solid rgba(64,35,95,.2);border-radius:999px;padding:0 56px 0 18px;background:#ffffff70;color:var(--brand-purple-deep);font-weight:900;appearance:textfield}.product_quantity_control input::-webkit-inner-spin-button,.product_quantity_control input::-webkit-outer-spin-button{margin:0;appearance:none}.product_quantity_buttons{position:absolute;top:0;right:0;bottom:0;display:grid;width:44px;grid-template-rows:1fr 1fr;overflow:hidden;border-left:1px solid rgba(64,35,95,.16);border-radius:0 999px 999px 0}.product_quantity_buttons button{display:grid;min-height:0;place-items:center;border:0;background:var(--product_primary);color:var(--product_secondary)}.product_quantity_buttons button+button{border-top:1px solid rgba(64,35,95,.16)}.product_quantity_buttons button:hover:not(:disabled),.product_quantity_buttons button:focus-visible:not(:disabled){background:var(--product_accent);color:var(--cream-light)}.product_quantity_buttons button:disabled{opacity:.45}.product_quantity_buttons svg{width:14px;height:14px}.product_detail_ticker{position:relative;z-index:4;width:102vw;margin:24px 0 14px 50%;overflow:hidden;background:var(--product_primary);color:var(--product_secondary);box-shadow:0 22px 52px #40235f24;transform:translate(-50%) rotate(-.65deg);transform-origin:center}.product_detail_ticker_track{display:flex;min-width:max-content;align-items:center;animation:product_detail_ticker_move 26s linear infinite}.product_detail_ticker span{display:inline-flex;align-items:center;gap:12px;min-height:104px;padding:0 40px;font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;white-space:nowrap;text-transform:uppercase;text-shadow:1px 1px 0 rgba(64,35,95,.14)}.product_detail_ticker strong,.product_detail_ticker em{font-size:clamp(30px,4.4vw,56px);line-height:1}.product_detail_ticker strong{font-stretch:condensed;font-weight:800}.product_detail_ticker em{font-style:italic;font-weight:400}.product_taste_story,.product_pairing_story,.product_inside_story,.product_review_story{max-width:1380px;margin:0 auto;padding:120px 40px}.product_taste_story{position:relative;max-width:none;padding:110px 0 57px;overflow:hidden}.product_taste_intro,.product_taste_notes{width:min(calc(100% - 80px),1300px);margin-inline:auto}.product_taste_intro h2{margin:0;color:var(--brand-purple-deep);font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,2.92vw,40px);font-weight:400;line-height:1;transform:rotate(-.8deg);transform-origin:left center}.product_story_heading h2,.product_butterbar_story h2,.product_inside_story h2,.product_review_story h2{margin:0 0 22px;color:var(--brand-purple-deep);font-size:clamp(42px,5vw,76px);font-weight:950;line-height:1.02}.product_story_heading>p:last-child{color:var(--ink-soft);font-size:19px;font-weight:600;line-height:1.55}.product_taste_marquee{width:100%;margin:22px 0 58px;overflow:hidden;color:var(--product_primary)}.product_taste_marquee_track{display:flex;width:max-content;will-change:transform;animation:product_taste_marquee_move 7.2s linear infinite;animation-play-state:paused}.product_taste_story.is_visible .product_taste_marquee_track{animation-play-state:running}.product_taste_marquee_track span{flex:none;padding-right:.1em;white-space:nowrap;font-family:Avenir Next Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(132px,18vw,260px);font-stretch:condensed;font-weight:900;letter-spacing:-.055em;line-height:.68}.product_taste_notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(24px,5vw,76px);margin:0 auto;padding:0 0 14px}.product_taste_note{overflow:hidden;border:2px solid var(--product_secondary);border-radius:22px 12px 26px 16px;background:color-mix(in srgb,var(--product_primary) 8%,var(--cream-light));box-shadow:7px 7px color-mix(in srgb,var(--product_secondary) 72%,var(--brand-purple-deep));transform:rotate(-.55deg)}.product_taste_note_mood{border-radius:14px 24px 16px 27px;transform:translateY(10px) rotate(.5deg)}.product_taste_note_pairings{border-radius:25px 15px 22px 12px;transform:rotate(-.4deg)}.product_taste_notes dt,.product_taste_notes dd{margin:0}.product_taste_notes dt{padding:13px 18px 11px;background:var(--product_secondary);color:var(--product_primary);font-size:13px;font-weight:950;letter-spacing:.12em;line-height:1;text-transform:uppercase}.product_taste_notes dd{min-height:86px;padding:18px 18px 22px;color:var(--ink-soft);font-size:clamp(24px,2.4vw,36px);font-weight:600;letter-spacing:-.02em;line-height:1.18}@keyframes product_taste_marquee_move{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.product_pairing_story{padding-top:76px}.product_story_heading{max-width:820px;margin-bottom:52px}.product_pairing_image{margin:0}.product_pairing_image img{display:block;width:100%;min-height:480px;border-radius:70px 38px 76px 44px;object-fit:cover}.product_pairing_list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:30px 0 0;padding:0;list-style:none}.product_pairing_list li{min-width:0;border-top:1px solid rgba(64,35,95,.2);padding:20px 14px 0}.product_pairing_list li:first-child{padding-left:0}.product_pairing_list span,.product_pairing_list strong{display:block}.product_pairing_list span{margin-bottom:8px;color:var(--product_primary);font-size:12px;font-weight:950}.product_pairing_list strong{color:var(--brand-purple-deep);font-size:19px;text-transform:capitalize}.product_avoid_pairings{max-width:620px;margin:48px 0 0 auto;border-top:2px solid var(--product_primary);padding-top:20px}.product_butterbar_story{padding:112px 40px;background:var(--cream-light)}.product_butterbar_media{position:relative;width:min(1120px,100%);min-height:680px;margin:0 auto;overflow:hidden;border:7px solid var(--product_secondary);border-radius:74px 34px 82px 44px;background:#071838;color:var(--cream-light)}.product_butterbar_media>img,.product_butterbar_media>video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}.product_butterbar_media:after{position:absolute;inset:0;background:#0413367a;content:""}.product_butterbar_overlay{position:relative;z-index:2;display:grid;min-height:680px;align-content:center;justify-items:center;padding:64px clamp(28px,8vw,120px);text-align:center}.product_butterbar_overlay h2,.product_butterbar_overlay .eyebrow{color:var(--cream-light)}.product_butterbar_overlay h2{max-width:900px;margin:14px 0 20px;font-size:clamp(58px,7.4vw,104px);line-height:.92}.product_butterbar_overlay>p:not(.eyebrow){font-size:clamp(20px,2vw,28px);font-weight:700}.product_butterbar_overlay ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin:34px 0 0;padding:0;list-style:none}.product_butterbar_overlay li{font-size:15px;font-weight:800;text-transform:uppercase}.product_inside_story{display:grid;grid-template-columns:1fr;gap:clamp(48px,7vw,108px);align-items:start;padding:82px 41px}.product_inside_copy{width:100%;padding-top:clamp(12px,2vw,34px)}.product_inside_lead{color:color-mix(in srgb,var(--product_primary) 42%,var(--brand-purple-deep))}.product_inside_lead{width:fit-content;margin:0 0 4px;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(25px,2.25vw,34px);font-weight:400;letter-spacing:0;line-height:1.05;transform:rotate(-2.5deg);transform-origin:left center}.product_inside_story h2{max-width:620px;margin-bottom:38px;color:var(--brand-purple-deep);font-size:clamp(44px,5.25vw,78px);line-height:.98}.product_inside_ingredients{max-width:none;color:var(--ink-soft)}.product_inside_details{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:start;gap:clamp(32px,5vw,76px)}.product_inside_ingredients>p{margin:0 0 9px;color:var(--brand-purple-deep);font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(26px,3vw,42px);font-weight:400;letter-spacing:.01em;line-height:1;transform:rotate(-1.5deg)}.product_inside_ingredient_count{display:inline-block;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.76em;font-weight:700;line-height:1;transform:translateY(-.08em)}.product_inside_ingredient_list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.product_inside_ingredient_list li{display:grid;justify-items:start;gap:8px;font-size:clamp(14px,1.15vw,17px);font-weight:600;line-height:1.3;text-transform:capitalize}.product_inside_ingredient_icon{display:grid;width:112px;height:112px;place-items:center;line-height:1;font-size:48px;object-fit:contain}.product_inside_nutrition{width:min(100%,430px);margin-top:0}.product_inside_nutrition table{overflow:hidden;width:100%;border:1.5px solid color-mix(in srgb,var(--product_primary) 72%,var(--brand-purple-deep));border-radius:18px;border-collapse:collapse;background:color-mix(in srgb,var(--cream-light) 82%,white)}.product_inside_nutrition table.product_inside_nutrition_pending_table{overflow:hidden;border:2px solid var(--brand-purple-deep);border-top:0;border-radius:18px;background:color-mix(in srgb,var(--product_primary) 18%,var(--cream-light));box-shadow:7px 7px color-mix(in srgb,var(--product_secondary) 78%,var(--brand-purple-deep));transform:rotate(-1deg);transform-origin:left center}.product_inside_nutrition_pending_table caption{border-bottom:0}.product_inside_nutrition_pending_table thead th{border-top:0;background:var(--product_secondary);color:var(--cream-light)}.product_inside_nutrition_pending_table thead th:first-child{border-top-left-radius:18px}.product_inside_nutrition_pending_table thead th:last-child{border-top-right-radius:18px}.product_inside_nutrition caption{padding:12px 14px 10px;border-bottom:0;color:var(--brand-purple-deep);font-size:18px;font-weight:900;text-align:left}.product_inside_nutrition th,.product_inside_nutrition td{border-top:1px solid color-mix(in srgb,var(--product_primary) 26%,transparent);padding:10px 14px;color:var(--ink-soft);font-size:14px;line-height:1.25;text-align:left}.product_inside_nutrition thead th{color:var(--product_primary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product_inside_nutrition tbody th{font-weight:750}.product_inside_nutrition td,.product_inside_nutrition thead th:last-child{text-align:right}.product_inside_nutrition td.product_inside_nutrition_pending{background:transparent;font-style:italic;font-weight:650;text-align:left}.product_inside_good_to_know_toggle{display:flex;align-items:center;justify-content:space-between;width:min(100%,520px);margin:30px 0 0;border:0;border-bottom:2px solid var(--product_secondary);background:transparent;padding:25px 4px 10px;color:var(--brand-purple-deep);font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(24px,2.4vw,34px);font-weight:400;line-height:1;text-align:left}.product_inside_good_to_know_toggle span{color:var(--product_secondary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:28px;font-weight:300}.product_inside_good_to_know{width:min(calc(100% - 16px),1030px);margin:0 auto 10px;border:2px solid var(--product_secondary);border-radius:24px 12px 28px 16px;background:color-mix(in srgb,var(--product_primary) 10%,var(--cream-light));padding:20px 24px 22px;box-shadow:7px 7px color-mix(in srgb,var(--product_secondary) 72%,var(--brand-purple-deep));transform:rotate(-.6deg);transform-origin:center}.product_inside_good_to_know_reveal{display:grid;width:100%;grid-template-rows:0fr;margin-top:0;opacity:0;transform:translateY(-12px);transition:grid-template-rows .28s ease,margin-top .28s ease,opacity .2s ease,transform .28s ease,visibility 0s linear .28s;visibility:hidden}.product_inside_good_to_know_reveal[data-state=open]{grid-template-rows:1fr;margin-top:28px;opacity:1;transform:translateY(0);transition-delay:0s;visibility:visible}.product_inside_good_to_know_reveal_inner{min-height:0;overflow:hidden}.product_inside_good_to_know h3{margin:0 0 12px;color:color-mix(in srgb,var(--product_primary) 42%,var(--brand-purple-deep));font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,2.5vw,38px);font-weight:400;line-height:1}.product_inside_good_to_know ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 28px;margin:0;padding:0;color:var(--ink-soft);font-size:15px;font-weight:400;line-height:1.35;list-style:none}.product_inside_good_to_know li{position:relative;padding-left:22px;font-weight:400}.product_inside_good_to_know li:before{position:absolute;left:0;color:var(--product_secondary);content:"–";font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.35em;line-height:1}.product_review_story{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px 32px;align-items:start;border-top:1px solid rgba(64,35,95,.16);padding-block:88px}.product_review_story .product_story_heading{margin-bottom:0}.product_review_list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px}.product_review_card{--review_border_gradient: linear-gradient(135deg, var(--product_primary), var(--product_secondary), var(--brand-purple-deep));overflow:hidden;display:grid;gap:16px;align-content:start;padding:22px;border:2px solid transparent;border-radius:26px;background:linear-gradient(var(--cream-light),var(--cream-light)) padding-box,var(--review_border_gradient) border-box}.product_review_card_instagram{--review_border_gradient: linear-gradient(135deg, var(--product_primary), var(--brand-purple-deep), var(--product_secondary))}.product_review_card_whatsapp{--review_border_gradient: linear-gradient(135deg, var(--product_secondary), var(--product_primary), var(--brand-purple-deep))}.product_review_card header,.product_review_card footer{display:flex;align-items:center;gap:8px}.product_review_card header{justify-content:space-between;gap:18px;color:var(--brand-purple-deep)}.product_review_identity{display:grid;gap:5px}.product_review_identity cite{color:var(--brand-purple-deep);font-size:22px;font-style:normal;font-weight:950;line-height:1}.product_review_source{display:flex;align-items:center;gap:7px;color:var(--ink-soft);font-size:11px;font-weight:850;text-transform:uppercase}.product_review_card header img{width:18px;height:18px}.product_review_source_mark{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--product_secondary);color:var(--cream-light);font-size:11px}.product_review_card_media{width:120px;height:120px;border-radius:16px;object-fit:cover}.product_review_card_body{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:start;gap:14px}.product_review_copy{display:grid;gap:8px}.product_review_card p{margin:0;color:var(--ink-soft);font-size:16px;font-weight:500;line-height:1.5}.product_review_read_more{width:fit-content;padding:0;border:0;background:transparent;color:var(--product_primary);font:inherit;font-size:14px;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.product_review_card footer{flex-wrap:wrap;color:var(--brand-purple-deep);font-size:12px}.product_review_card footer cite{font-style:normal;font-weight:900}.product_review_card footer span{color:var(--product_secondary);font-weight:800}.product_review_stars{color:var(--product_secondary);font-size:17px;line-height:1;letter-spacing:.08em}.product_review_list blockquote{margin:0;border-top:3px solid var(--product_primary);padding-top:18px;color:var(--ink-soft)}.product_review_list blockquote p{margin:0 0 10px;font-size:20px;font-weight:650;line-height:1.4}.product_review_list cite{color:var(--brand-purple-deep);font-size:13px;font-style:normal;font-weight:800}.product_review_action{grid-column:2;grid-row:1;align-self:start;justify-self:end;text-align:right}.product_review_action>button,.product_review_action form button{min-height:40px;border-radius:999px;padding:0 16px;background:var(--product_accent);color:var(--cream-light);font-size:14px;font-weight:900}.product_review_action form{display:grid;gap:12px;max-width:430px}.product_review_action label{display:grid;gap:6px;color:var(--brand-purple-deep);font-size:13px;font-weight:800}.product_review_action input,.product_review_action select,.product_review_action textarea{width:100%;border:1px solid rgba(64,35,95,.22);border-radius:14px;padding:11px 13px;background:#ffffffa6;color:var(--brand-purple-deep)}.product_review_action textarea{min-height:110px;resize:vertical}.product_review_action>p,.product_review_action form+p,.product_review_action form+p+p{margin:14px 0 0;color:var(--ink-soft);font-size:15px;line-height:1.45}.product_review_empty{margin:0 0 58px;border-top:3px solid var(--product_primary);padding-top:24px;color:var(--ink-soft);font-size:18px;font-weight:700;line-height:1.5}.product_recommendations{padding-top:64px}.recommendations.product_recommendations h2{margin-bottom:30px;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(30px,3.4vw,48px);font-weight:400;line-height:1}.product_mobile_buy{display:none}@keyframes product_detail_ticker_move{0%{transform:translate(0)}to{transform:translate(-50%)}}.recommendations{max-width:1280px;margin:0 auto}.recommendations>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.recommendations .product_card,.product_recommendation_item{min-width:0}.product_recommendation_item>img{display:block;width:100%;aspect-ratio:3 / 2;border-radius:42px 24px 46px 28px;object-fit:cover}.product_recommendation_copy{margin-top:18px;border-top:1px solid color-mix(in srgb,var(--product_primary) 42%,transparent);padding-top:16px}.product_recommendation_meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.product_recommendation_meta>span{color:var(--product_primary);font-size:12px;font-weight:950;text-transform:uppercase}.product_recommendation_count{display:none}.product_recommendation_copy h3{margin:10px 0 6px;color:var(--product_primary);font-size:28px;line-height:1.05}.product_recommendation_copy p{margin:0 0 16px;color:var(--product_primary);font-size:16px;line-height:1.45}.product_recommendation_copy button{min-height:48px;border-radius:999px;padding:0 22px;font-weight:900;background:var(--product_primary);color:var(--product_secondary);box-shadow:0 14px 30px #46266624;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.product_recommendation_copy button:hover,.product_recommendation_copy button:focus-visible{background:var(--product_secondary);color:var(--product_primary);box-shadow:0 18px 42px #46266638;transform:translateY(-3px)}.form_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.form_grid section{border-radius:30px;padding:34px;background:var(--cream-warm)}.compact_page ul{padding-left:20px}.form_grid form{display:grid;gap:16px}.nui_field{display:grid;gap:8px;color:var(--brand-purple-deep);font-weight:900}.nui_input{width:100%;min-height:48px;border:1px solid rgba(64,35,95,.18);border-radius:18px;padding:12px 14px;background:#ffffffb8;color:var(--brand-purple-dark)}textarea.nui_input{min-height:120px;resize:vertical}.nui_cart_line{display:flex;justify-content:space-between;gap:18px;margin:16px 0;border-radius:22px;padding:18px;background:var(--cream-warm)}.nui_cart_line_actions{display:flex;align-items:center;gap:12px}.nui_cart_line_actions input{width:74px}.site_footer{position:relative;padding:112px 24px 34px;background:var(--brand-purple-dark);color:var(--cream-light)}.footer_grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:48px 34px;max-width:1240px;margin:0 auto;padding-bottom:72px}.footer_newsletter{grid-column:span 2;padding-right:clamp(0px,3vw,44px)}.footer_eyebrow{display:block;margin-bottom:14px;color:var(--banana-yellow);font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.footer_contact_dialog h2{margin:0;font-family:ByHomie,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(44px,4.4vw,68px);line-height:.92;letter-spacing:-.02em}.footer_brand_icon{display:grid;width:110px;aspect-ratio:1;place-items:center}.footer_brand_icon img{display:block;width:100%;height:100%;object-fit:contain}.footer_newsletter>p{max-width:520px;margin:16px 0 24px;color:var(--banana-yellow);font-size:17px;font-weight:700}.footer_newsletter_form{max-width:560px}.footer_newsletter_label{display:block;margin-bottom:8px;color:var(--cream-light);font-size:13px;font-weight:900}.footer_newsletter_controls{display:flex;min-height:58px;align-items:center;overflow:hidden;border:1px solid rgba(226,213,45,.64);border-radius:999px;padding:4px;background:#e2d52d1a;box-shadow:inset 0 1px #ffffff3d;-webkit-backdrop-filter:blur(16px) saturate(1.25);backdrop-filter:blur(16px) saturate(1.25)}.footer_newsletter_controls input{min-width:0;min-height:46px;flex:1;border:0;padding:0 16px;outline:none;background:transparent;color:var(--cream-light)}.footer_newsletter_controls input::placeholder{color:#fdf7e07a}.footer_newsletter_controls:focus-within{border-color:var(--banana-yellow);box-shadow:inset 0 1px #ffffff57,0 0 0 3px #e2d52d33}.footer_newsletter_controls button,.footer_contact_button{min-height:54px;border-radius:999px;padding:0 24px;font-weight:950}.footer_newsletter_controls button{min-height:46px;flex:0 0 auto;margin-left:auto;background:var(--banana-yellow);color:var(--brand-purple-deep)}.footer_form_status{margin-top:12px!important;color:var(--brand-pink-soft)!important;font-size:13px}.footer_links{display:grid;grid-column:span 2;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.footer_links div,.footer_connect{min-width:0}.site_footer h4{margin:0 0 20px;color:var(--brand-pink-soft);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.footer_links a,.footer_social_links a{display:block;width:fit-content;margin:0 0 12px;color:#fdf7e0d1;font-weight:800;line-height:1.45}.site_footer a:hover{color:var(--banana-yellow)}.footer_connect{grid-column:span 1}.footer_contact_button{display:block;width:100%}.footer_contact_button{border:0;background:var(--brand-pink-soft);color:var(--brand-purple-deep);box-shadow:none}.footer_contact_button:focus-visible{outline:3px solid var(--banana-yellow);outline-offset:3px}.footer_social_links{display:grid;gap:12px;margin-top:22px}.footer_social_links a{display:inline-flex;align-items:center;gap:10px;margin-bottom:0;font-size:14px}.footer_social_links img{display:block;width:24px;height:24px;flex:0 0 24px}.footer_bottom{max-width:1240px;margin:0 auto 32px;border-top:1px solid rgba(253,247,224,.16);padding-top:28px;color:#fdf7e085;font-size:14px}.footer_bottom p{margin:0}.footer_ticket_band{position:relative;width:calc(100% + 48px);min-height:92px;margin:0 -24px -34px;overflow:hidden;border:0;background:var(--banana-yellow);color:var(--brand-purple-deep)}.footer_ticket_track{display:flex;min-width:max-content;align-items:center;animation:butterbar_reel_move 32s linear infinite}.footer_ticket_band span{display:inline-flex;min-height:92px;align-items:center;padding:0 18px;font-family:Avenir Next Condensed,Arial Narrow,Helvetica Neue,Impact,sans-serif;font-size:clamp(40px,5.4vw,70px);font-weight:800;line-height:1;text-transform:uppercase;white-space:nowrap}.footer_ticket_band span:after{margin-left:36px;content:"•";font-size:.62em}.footer_contact_overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#1c0f2bb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer_contact_dialog{position:relative;width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:32px;padding:52px;background:var(--cream-light);color:var(--brand-purple-dark);box-shadow:0 36px 90px #150a2161}.footer_contact_dialog .footer_eyebrow{color:var(--acp-red-anchor)}.footer_contact_dialog h2{margin-bottom:30px;font-size:clamp(42px,7vw,62px)}.footer_contact_close{position:absolute;top:18px;right:18px;display:grid;width:44px;height:44px;min-height:42px;place-items:center;border:0;border-radius:0;padding:0;background:transparent;color:var(--brand-purple-dark);font-size:34px;font-weight:900;line-height:1}.footer_contact_close:hover{color:var(--acp-red-anchor)}.footer_contact_close:focus-visible{outline:3px solid var(--acp-red-anchor);outline-offset:2px}.footer_contact_option{display:flex;width:100%;min-height:78px;align-items:center;justify-content:flex-start;gap:16px;margin-top:12px;border:2px solid rgba(64,35,95,.16);border-radius:18px;padding:16px 20px;background:transparent;color:var(--brand-purple-dark);text-align:left}.footer_contact_option:hover{border-color:var(--acp-red-anchor);color:var(--acp-red-anchor)}.footer_contact_option>img{display:block;width:28px;height:28px;flex:0 0 28px}.footer_contact_option_copy{display:block;margin:0!important}.footer_contact_option_copy strong,.footer_contact_option_copy>span{display:block}.footer_contact_option_copy strong{font-size:17px}.footer_contact_option_copy>span{margin-top:4px;font-size:13px;font-weight:700}@media(max-width:960px){.nav_group{display:none}.menu_button{display:flex}.nav_shell{grid-template-columns:44px 1fr 44px;width:min(420px,calc(100vw - 32px));min-height:58px;padding:7px 10px}.brand_mark{width:60px;height:88px}.brand_mark img{height:88px}.site_header_scrolled .brand_mark{width:34px;height:42px}.site_header_scrolled .brand_mark img{height:42px}.footer_brand_icon{width:100px}.final_cta{grid-template-columns:1fr;min-height:0;gap:42px;padding:72px clamp(32px,8vw,72px)}.final_cta_content{padding:0}.hero_floating_jars{opacity:.9}.proof_grid,.founders_section,.product_detail_hero,.detail_grid,.recommendations>div,.form_grid,.footer_grid{grid-template-columns:1fr}.founder_cards article:nth-child(2){margin-top:0}.recommendations>div{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:24px;scroll-padding-inline:18px;scroll-snap-type:x mandatory}.product_recommendation_item{flex:0 0 min(82vw,390px);scroll-snap-align:start}.product_recommendation_count{display:inline}.product_scroll{grid-template-columns:repeat(2,minmax(0,1fr))}.reaction_wall{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;max-width:760px}.reaction_card_featured{grid-column:1 / -1;grid-row:auto;min-height:400px;order:-1}.reaction_card_butterbar{grid-column:1 / -1;grid-row:auto;min-height:480px;order:-2}.reaction_card_chat,.reaction_card_comment,.reaction_card_verified{align-self:stretch;grid-column:auto;grid-row:auto}.use_case_grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;gap:34px 28px}.proof_story_track{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;gap:80px 28px}.proof_story_connector{display:none}.proof_story_connector_tablet{display:block;inset:0;width:100%;height:100%}.proof_story_track:before{display:none}.proof_story_connector_tablet path{stroke-width:12}.proof_story_copy{width:92%;max-width:332px;padding:18px 2px 0}.proof_story_copy h3{margin-bottom:9px;font-size:clamp(28px,4.6vw,38px)}.proof_story_copy p{font-size:clamp(15px,2.2vw,18px);line-height:1.4}.proof_story_ingredients,.proof_story_intention{transform:translateY(48px)}.proof_story_texture,.proof_story_range{transform:none}.footer_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer_newsletter{grid-column:1 / -1;padding-right:0}.footer_links,.footer_connect{grid-column:span 1}.product_detail_hero{min-height:0;padding:112px 32px 82px}.product_hero_media{width:min(720px,100%);margin-inline:auto}.product_gallery_thumbnails{margin-top:18px}.product_buy_box{max-width:720px;margin-inline:auto}.product_hero_orbit{display:none}.product_inside_story{grid-template-columns:1fr}.product_review_story{grid-template-columns:minmax(0,1fr) auto}.product_review_list{grid-template-columns:repeat(2,minmax(0,1fr))}.product_inside_story{padding:72px 32px}.product_inside_details{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)}.product_inside_good_to_know ul{grid-template-columns:repeat(2,minmax(0,1fr))}.product_taste_intro,.product_taste_notes{width:min(calc(100% - 64px),1300px)}.product_pairing_list{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 0}.product_butterbar_story{padding:92px 28px}.product_butterbar_media,.product_butterbar_overlay{min-height:620px}.product_review_empty{margin-bottom:0}}@media(max-width:640px){.product_review_list{grid-template-columns:1fr}.site_header{top:12px}.nav_shell{width:calc(100vw - 28px)}.cart_button{top:auto;right:16px;bottom:18px;width:56px;height:56px}.hero_section{min-height:100vh;min-height:100dvh;padding:108px 20px 84px}.hero_content{width:min(560px,100%)}.hero_content h1{font-size:clamp(52px,13vw,72px)}.hero_content p{margin-bottom:28px;font-size:16px}.section_header h2,.founders_copy h2,.butterbar_section h2,.page_hero h1,.compact_page h1,.product_buy_box h1,.recommendations h2{font-size:40px}.final_cta_content{padding:0}.final_cta h2{margin-bottom:26px;font-size:clamp(46px,13vw,60px)}.final_cta p{margin-bottom:36px;font-size:19px}.final_cta button{width:auto;min-width:0}.final_cta_media{border-radius:30px}.final_cta_media img{object-position:50% center}.hero_actions,.buy_actions{align-items:stretch;flex-direction:column}.hero_actions button,.hero_actions a,.buy_actions button{width:100%}.hero_video_poster,.hero_video video{object-position:62% center}.hero_video_overlay{background:linear-gradient(90deg,#083677c7,#0836776b 66%,#0836772e),linear-gradient(0deg,rgba(8,54,119,.66) 0%,transparent 52%)}.hero_sound_button{top:132px;right:20px;bottom:auto}.proof_section,.founders_section,.reactions_section,.product_showcase,.page_shell,.recommendations{padding:72px 18px}.product_showcase{margin-top:0;padding:126px 0 48px}.range_band{margin-top:-42px;margin-bottom:-42px;transform:translate(-50%) rotate(-.7deg)}.range_band_track{animation-duration:44s}.range_band_item{min-height:82px;gap:0;padding:0}.range_band_item strong,.range_band_item em{font-size:52px}.butterbar_section{min-height:470px;padding:88px 18px}.butterbar_reel{width:108vw}.butterbar_reel_top{transform:translate(-50%,-50%) rotate(-1deg)}.butterbar_reel_bottom{transform:translate(-50%,50%) rotate(1deg)}.butterbar_reel span{min-height:68px;padding-inline:12px;font-size:42px}.butterbar_reel span:after{margin-left:24px}.split_header{align-items:flex-start;flex-direction:column}.product_scroll{grid-template-columns:1fr;gap:28px;padding-inline:18px}.reactions_section{padding:88px 18px 92px}.reactions_header h2{font-size:clamp(52px,16vw,72px)}.reaction_wall{grid-template-columns:1fr;gap:22px}.reaction_card_featured,.reaction_card_chat,.reaction_card_comment,.reaction_card_verified,.reaction_card_butterbar{grid-column:auto;grid-row:auto;min-height:0;transform:translateY(28px)}.reaction_wall_visible article{transform:translateY(0)}.reaction_card_featured{min-height:390px;order:-1;padding:30px 24px;box-shadow:8px 8px 0 var(--brand-purple-deep),0 24px 48px #40235f26}.reaction_card_featured blockquote{font-size:clamp(44px,13vw,60px)}.reaction_card_verified p{font-size:38px}.reaction_media_slot{min-height:260px}.reaction_card_butterbar{order:-2}.use_case_grid{display:flex;max-width:none;gap:18px;margin-inline:-18px;overflow-x:auto;padding:8px 18px 30px;scroll-padding-inline:18px;scroll-snap-type:x mandatory;scrollbar-width:none}.use_case_grid::-webkit-scrollbar{display:none}.use_case_tile{--tile_offset: 0px;--tile_rotation: 0deg;flex:0 0 min(78vw,310px);scroll-snap-align:center}.use_case_banner h3{font-size:20px}.product_card{min-height:auto;padding:0}.product_card_media{min-height:260px;margin-bottom:18px}.product_card_body{min-height:auto}.founder_cards,.gallery_tiles{grid-template-columns:1fr}.product_detail_hero{gap:46px;padding:94px 18px 68px}.product_detail{padding-bottom:92px}.product_mobile_buy{position:fixed;right:12px;bottom:12px;left:12px;z-index:26;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(64,35,95,.14);border-radius:999px;padding:8px 8px 8px 14px;background:#fdf7e0f0;box-shadow:0 18px 52px #40235f3d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product_mobile_buy>span{color:var(--brand-purple-deep);font-weight:950}.product_mobile_quantity{display:grid;min-width:96px;min-height:46px;grid-template-columns:32px 30px 32px;align-items:center;overflow:hidden;border:1px solid rgba(64,35,95,.24);border-radius:999px;background:var(--cream-light)}.product_mobile_quantity button{display:grid;width:32px;height:44px;place-items:center;padding:0;background:transparent;color:var(--brand-purple-deep)}.product_mobile_quantity button:hover:not(:disabled),.product_mobile_quantity button:focus-visible:not(:disabled){background:var(--product_primary);color:var(--product_secondary)}.product_mobile_quantity button:disabled{opacity:.34}.product_mobile_quantity svg{width:14px;height:14px}.product_mobile_quantity output{color:var(--brand-purple-deep);text-align:center;font-size:14px;font-weight:950}.product_mobile_buy>button{min-height:48px;border-radius:999px;padding:0 22px;background:var(--product_accent);color:var(--cream-light);font-weight:950}.product_hero_image,.product_gallery_canvas{border-radius:38px 24px 46px 28px}.product_gallery_arrow{width:36px;height:36px}.product_gallery_arrow_previous{left:10px}.product_gallery_arrow_next{right:10px}.product_gallery_thumbnails{gap:8px;margin-top:14px}.product_gallery_thumbnails button{width:48px;height:48px;border-width:3px}.product_buy_box .loud_line{font-size:26px}.product_detail_ticker{width:104vw;margin-top:18px;transform:translate(-50%) rotate(-.35deg)}.product_detail_ticker span{min-height:82px;padding-inline:24px}.product_detail_ticker strong,.product_detail_ticker em{font-size:34px}.product_pairing_story,.product_inside_story,.product_review_story{padding:82px 18px}.product_taste_story{padding:82px 0 88px}.product_taste_intro,.product_taste_notes{width:calc(100% - 36px)}.product_taste_marquee{margin:18px 0 44px}.product_taste_marquee_track span{font-size:112px}.product_taste_notes{grid-template-columns:1fr;gap:30px}.product_pairing_image img{min-height:360px;border-radius:40px 26px 44px 30px}.product_pairing_list{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 10px}.product_pairing_list li,.product_pairing_list li:first-child{padding:16px 6px 0}.product_butterbar_story{padding:72px 18px}.product_butterbar_media{min-height:560px;border-width:5px;border-radius:42px 24px 50px 28px}.product_butterbar_overlay{min-height:560px;padding:48px 20px}.product_butterbar_overlay h2{font-size:48px}.product_butterbar_overlay ul{gap:7px 14px}.product_butterbar_overlay li{font-size:12px}.product_inside_story{gap:44px;padding-bottom:120px}.product_inside_copy{padding-top:0}.product_inside_story h2{margin-bottom:28px;font-size:clamp(40px,11.4vw,56px)}.product_inside_nutrition{margin-top:40px}.product_inside_good_to_know{margin-top:0}.product_inside_good_to_know_toggle{width:min(100%,330px)}.product_inside_details{grid-template-columns:1fr;gap:0}.product_inside_good_to_know ul{grid-template-columns:1fr}.product_inside_ingredient_list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.product_inside_ingredient_icon{width:132px;height:132px}.product_review_story{gap:28px}.footer_bottom{align-items:flex-start;flex-direction:column}.site_footer{padding:96px 18px 32px}.footer_grid{grid-template-columns:1fr;gap:46px;padding-bottom:54px}.footer_newsletter,.footer_links,.footer_connect{grid-column:span 1}.footer_brand_icon{width:92px}.footer_newsletter_controls{align-items:center;flex-direction:row}.footer_newsletter_controls button{width:auto}.footer_links{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.footer_ticket_band{width:calc(100% + 36px);min-height:78px;margin:0 -18px -32px}.footer_ticket_band span{min-height:78px;font-size:clamp(34px,11vw,48px)}.footer_contact_dialog{border-radius:24px;padding:48px 20px 24px}.hero_floating_jars>div:nth-child(3),.hero_floating_jars>div:nth-child(4){display:none}.proof_section{padding:84px 18px 132px}.proof_intro{margin-bottom:48px;text-align:left}.proof_intro h2{font-size:clamp(52px,15vw,72px)}.proof_intro p{font-size:18px}.proof_story_track{display:flex;flex-direction:column;gap:26px;padding-left:0}.proof_story_track:before{display:none}.proof_story_connector_tablet{display:none}.proof_story_connector_mobile{display:block;inset:0;width:100%;height:100%}.proof_story_connector_mobile path{stroke-width:8}.proof_story{display:grid;grid-template-columns:minmax(118px,38vw) minmax(0,1fr);align-items:center;column-gap:14px;height:180px;min-height:0;transform:none}.proof_story_ingredients,.proof_story_intention{grid-template-columns:minmax(0,1fr) minmax(118px,38vw)}.proof_story_ingredients .proof_story_media,.proof_story_intention .proof_story_media{grid-column:2}.proof_story_ingredients .proof_story_copy,.proof_story_intention .proof_story_copy{grid-column:1;text-align:right}.proof_story_range{margin-bottom:80px}.proof_story_media,.proof_story_texture .proof_story_media,.proof_story_ingredients .proof_story_media,.proof_story_range .proof_story_media,.proof_story_intention .proof_story_media,.proof_story_media_image{width:100%;min-height:0;aspect-ratio:1}.proof_story_media_image img{min-height:0}.proof_story_marquee{inset:-3px}.proof_story_marquee_copy{font-size:2.9px}.proof_story_copy{width:100%;max-width:none;padding:0}.proof_story_copy h3{margin-bottom:8px;font-size:clamp(24px,6.6vw,30px);line-height:1.02}.proof_story_copy p{font-size:clamp(14px,3.8vw,15.5px);line-height:1.36}.proof_action{margin-top:60px}.proof_action button{width:100%}}@keyframes jar_enter_left{0%{opacity:0;translate:-96px 26px}to{opacity:1;translate:0 0}}@keyframes jar_enter_right{0%{opacity:0;translate:110px 32px}to{opacity:1;translate:0 0}}@keyframes jar_enter_top{0%{opacity:0;translate:48px -120px}to{opacity:1;translate:0 0}}@keyframes jar_enter_bottom{0%{opacity:0;translate:-56px 120px}to{opacity:1;translate:0 0}}@keyframes product_reveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes product_add_bump{0%,to{transform:translateY(0) scale(1)}42%{transform:translateY(-18px) scale(1.03)}}@keyframes product_jar_drift{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(.7deg)}}@keyframes product_og_grounded{0%,to{transform:translateY(0) rotate(0)}28%{transform:translateY(-10px) rotate(-1deg)}46%{transform:translateY(-6px) translate(-3px) rotate(.8deg)}64%{transform:translateY(-8px) translate(2px) rotate(-.5deg)}}@keyframes product_berry_bounce{0%,to{transform:translateY(0) scale(1) rotate(0)}38%{transform:translateY(-22px) scale(1.035) rotate(1.8deg)}68%{transform:translateY(-8px) scale(.992) rotate(-.8deg)}}@keyframes product_mango_pop{0%,to{transform:translateY(0) scale(1) rotate(0)}34%{transform:translateY(-20px) scale(1.045) rotate(-2.2deg)}58%{transform:translateY(-12px) scale(1.01) rotate(1.4deg)}}@keyframes product_dark_truth_tilt{0%,to{transform:translateY(0) rotate(0) scale(1)}44%{transform:translateY(-13px) rotate(-4deg) scale(1.025)}72%{transform:translateY(-8px) rotate(-2.2deg) scale(1.01)}}@keyframes product_pistachio_premium{0%,to{transform:translateY(0) rotate(0) scale(1)}48%{transform:translateY(-18px) rotate(3deg) scale(1.018)}76%{transform:translateY(-12px) rotate(1.6deg) scale(1.01)}}@keyframes product_acp_lift{0%,to{transform:translateY(0) rotate(0)}42%{transform:translateY(-17px) rotate(-2.8deg)}}@keyframes product_almonds_glide{0%,to{transform:translateY(0) translate(0) rotate(0)}48%{transform:translateY(-13px) translate(8px) rotate(.8deg)}}@keyframes product_hazelnut_lean{0%,to{transform:translateY(0) rotate(0)}42%{transform:translateY(-14px) rotate(4.2deg)}68%{transform:translateY(-10px) rotate(2.2deg)}}@keyframes product_swaad_chip{0%{opacity:0;transform:translateY(14px) rotate(-8deg) scale(.86)}26%{opacity:1}76%{opacity:1;transform:translate(42px,-42px) rotate(5deg) scale(1)}to{opacity:0;transform:translate(72px,-64px) rotate(9deg) scale(.92)}}@keyframes cart_badge_pulse{0%,to{transform:scale(1)}36%{transform:scale(1.28)}}@keyframes cart_microcopy{0%{opacity:0;transform:translateY(-6px)}24%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.product_inside_good_to_know_reveal{transition:none}.product_taste_marquee_track{animation:none;transform:none}.proof_story_marquee animate,.product_hero_orbit animate{display:none}.reactions_anything{min-width:auto}.reactions_anything.is_visible .reactions_anything_initial{opacity:0}.reactions_anything.is_visible .reactions_anything_extended{opacity:1;transform:none}.reactions_header h2.is_visible .reactions_just{transform:none}.range_band_track,.product_detail_ticker_track,.butterbar_reel_track,.footer_ticket_track,.product_card,.product_card_added .product_card_media,.product_card_media>img,.product_card_media>.jar_mockup,.product_swaad_chip,.cart_button_pulse strong,.cart_button em,.product_motion_the_dark_truth .product_card_media:after{opacity:1;animation:none}.hero_video video{display:none}.reaction_wall article{opacity:1;transform:none;transition:none}.use_case_tile,.use_case_tile_media,.use_case_tile_media img,.use_case_tile_media video{transform:none;transition:none}.product_motion_the_dark_truth .product_card_media:after{opacity:0}.product_swaad_chip,.cart_button em{display:none}.product_card,.product_card_media{transition:none}.range_band{width:auto;margin-inline:18px;transform:none}.range_band_track{flex-wrap:wrap;min-width:0;justify-content:center;padding:18px 0}.range_band_item{min-height:62px}.butterbar_reel{width:100%;transform:translate(-50%,-50%)}.butterbar_reel_bottom{transform:translate(-50%,50%)}}@media(max-width:960px){.proof_section{padding:104px 24px 128px}.proof_intro,.proof_poster_wall{max-width:760px}.proof_intro{margin-bottom:48px}.proof_intro h2{font-size:clamp(60px,10vw,96px)}.proof_poster_wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 36px}.proof_poster{min-height:380px}.proof_poster_mouthfeel{margin-top:42px}.proof_poster_range{margin-top:0}}@media(max-width:640px){.proof_section{padding:84px 18px 104px}.proof_intro{display:block;margin-bottom:38px}.proof_intro h2{font-size:clamp(54px,16vw,74px)}.proof_intro p{max-width:190px;margin:20px 0 0 10px;font-size:28px}.proof_poster_wall{display:flex;flex-direction:column;gap:28px}.proof_poster{width:calc(100% - 16px);min-height:330px}.proof_poster_mouthfeel{align-self:flex-start;margin-top:0}.proof_poster_ingredients{align-self:flex-end;min-height:300px}.proof_poster_range{align-self:flex-start}.proof_poster_intention{align-self:flex-end;min-height:300px}.proof_poster_copy{padding:16px}.proof_poster_copy p{max-width:156px;font-size:10px}.proof_poster_copy h3{font-size:clamp(40px,12vw,54px)}}
