:root{--gold:#eda31d;--ink:#011246;--ink-rgb:1 18 70;--cream:#f8f0de;--terracotta:#a8432b;--brown:#4a4238;--muted:#8a8378;--dark-muted:#b5ad9f;--nav-clearance:4.75rem}*{box-sizing:border-box}html{scroll-behavior:smooth}#how,#join,#thali{scroll-margin-top:calc(var(--nav-clearance) + 1rem)}body{background:var(--gold);color:var(--ink);font-family:var(--font-body), Georgia, serif;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:hover{color:var(--terracotta)}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #fff}input:focus-visible{outline-color:var(--terracotta)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--font-display), serif;font-weight:400}h2{margin-bottom:0;font-size:clamp(2rem,4.5vw,3rem);line-height:1.1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav-shell{z-index:50;pointer-events:none;background:0 0;justify-content:center;align-items:center;padding:.65rem calc(.75rem + 5px) .65rem .75rem;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s;display:flex;position:fixed;top:0;left:0;right:0}.nav-shell>*{pointer-events:auto}.nav-shell--hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - .5rem))}.nav-shell--intro{opacity:0;pointer-events:none}.nav{z-index:1;width:max-content;max-width:calc(100vw - 5.5rem);box-shadow:5px 5px 0 var(--ink);color:var(--ink);background:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:clamp(.75rem,2vw,1.75rem);margin:0;padding:.4rem 1.25rem .4rem .4rem;transition:opacity .52s cubic-bezier(.23,1,.32,1),transform .52s cubic-bezier(.23,1,.32,1);display:flex;position:relative}.nav--intro{opacity:0;pointer-events:none;transform:translateY(-8px)}.nav>a{align-items:center;display:inline-flex}.nav-home{flex-shrink:0;gap:0}.nav-brand{background:var(--gold);height:2.6rem;box-shadow:none;border:0;border-radius:8px;grid-template-columns:2rem max-content 2rem;place-items:center;column-gap:.35rem;padding:.3rem .45rem;display:grid}.nav-brand .heldi-logo{width:auto;height:1.25rem;margin:0;display:block}.nav-elephant-logo{object-fit:contain;object-position:center;width:2rem;height:2rem;display:block}.nav-elephant-logo--face-in{transform-origin:50%;transform:scaleX(-1)}.nav a:hover{color:var(--terracotta)}.nav-brand:hover{color:inherit}.nav .button{background:var(--ink);color:var(--gold)}.nav .button:hover{background:var(--terracotta);color:var(--cream)}.nav-links{flex-wrap:wrap;align-items:center;gap:clamp(.875rem,2.5vw,1.75rem);font-size:.9375rem;font-weight:700;display:flex}.nav-links--desktop{display:flex}.nav-links--mobile{display:none}.nav-join{border:2px solid var(--ink);background:var(--gold);color:var(--ink);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-size:.9375rem;font-weight:700;transition:background-color .15s,color .15s}.nav-join:hover{background:var(--ink);color:var(--gold)}.nav-burger{width:3.4rem;height:3.4rem;box-shadow:5px 5px 0 var(--ink);color:var(--ink);cursor:pointer;background:#fff;border:0;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;padding:0;display:flex}.nav-menu-toggle{z-index:2;display:none;position:absolute;top:50%;left:.75rem;transform:translateY(calc(-50% - 2.5px))}.nav-actions{display:none}.nav-cart{z-index:2;position:absolute;top:50%;right:calc(.75rem + 5px);transform:translateY(calc(-50% - 2.5px))}.nav-cart .cart-icon{width:3.4rem;height:3.4rem;box-shadow:5px 5px 0 var(--ink);color:var(--ink);background:#fff;border:0;border-radius:12px}.nav-cart .cart-icon:hover{color:var(--terracotta);background:#fff;transform:none}.cart-icon{width:2.5rem;height:2.5rem;color:var(--gold);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.cart-icon:hover{color:var(--cream)}.cart-icon:focus-visible{outline-color:var(--gold)}.nav-cart .cart-icon__badge{background:var(--ink);color:#fff}.nav-burger:focus-visible{outline-color:var(--ink)}.nav-burger-bar{background:var(--ink);width:1.125rem;height:2px;margin:0 auto;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s;display:block}.nav-burger[aria-expanded=true] .nav-burger-bar:nth-child(2){transform:translateY(7px)rotate(45deg)}.nav-burger[aria-expanded=true] .nav-burger-bar:nth-child(3){opacity:0}.nav-burger[aria-expanded=true] .nav-burger-bar:nth-child(4){transform:translateY(-7px)rotate(-45deg)}.floating-cta{z-index:60;border:3px solid var(--ink);background:var(--gold);box-shadow:4px 4px 0 var(--ink);color:var(--ink);cursor:pointer;border-radius:999px;padding:.875rem 1.375rem;font-size:.9375rem;font-weight:600;transition:transform .15s,background-color .15s;animation:.28s ease-out floating-cta-in;position:fixed;bottom:1rem;right:1rem}.floating-cta:hover{background:var(--cream);color:var(--ink);transform:translateY(-2px)}.scroll-top{z-index:60;border:3px solid var(--ink);background:var(--gold);width:3rem;height:3rem;box-shadow:4px 4px 0 var(--ink);color:var(--ink);cursor:pointer;border-radius:999px;place-items:center;font-size:1.25rem;font-weight:700;line-height:1;transition:transform .15s,background-color .15s;animation:.28s ease-out floating-cta-in;display:grid;position:fixed;bottom:1rem;right:1rem}.scroll-top:hover{background:var(--cream);transform:translateY(-2px)}.heldi-logo{object-fit:contain;width:auto;height:1.75rem;display:block}.heldi-logo--large{aspect-ratio:1934/609;object-fit:contain;width:clamp(18rem,52vw,42rem);max-width:100%;height:auto}.heldi-logo--footer{height:1.25rem}.heldi-logo--on-dark{filter:brightness(0)saturate()invert(72%)sepia(67%)saturate(638%)hue-rotate(1deg)brightness(98%)contrast(92%)}.button{background:var(--ink);color:var(--gold);cursor:pointer;border:0;font-weight:600;transition:transform .15s,background-color .15s}.button:hover{background:var(--terracotta);color:var(--cream);transform:translateY(-2px)}.button--pill{border-radius:999px;padding:.75rem 1.625rem}.button--square{white-space:nowrap;border-radius:8px;padding:.75rem 1.375rem}.button--outline{border:2px solid var(--ink);color:var(--ink);background:0 0}.button--outline:hover{background:var(--ink);color:var(--gold)}.button--ghost{color:var(--ink);text-underline-offset:.2em;background:0 0;font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.button--ghost:hover{color:var(--terracotta);background:0 0;transform:translateY(-2px)}.hero{background:var(--gold)}.hero--video,.hero--reveal{overflow:hidden}.hero--reveal.hero--intro .ticker,.hero--reveal.hero--intro .double-rule{opacity:0;visibility:hidden;transform:translateY(12px)}.hero--reveal:not(.hero--intro) .ticker,.hero--reveal:not(.hero--intro) .double-rule{opacity:0;visibility:visible;animation:.64s cubic-bezier(.23,1,.32,1) .42s forwards hero-part-in}.hero-reveal{max-width:1280px;min-height:clamp(420px,58vh,580px);margin:0 auto;padding:clamp(1.5rem,3vw,2.25rem) clamp(1.25rem,4vw,2.5rem) 0;position:relative}.hero-reveal-panel{visibility:hidden}.hero-reveal-panel.is-revealed{visibility:visible}.hero-reveal-showcase,.hero-reveal-actions{opacity:0;transform:translateY(14px)}.hero-reveal-panel.is-revealed .hero-reveal-showcase{animation:.64s cubic-bezier(.23,1,.32,1) 80ms forwards hero-part-in}.hero-reveal-panel.is-revealed .hero-reveal-actions{animation:.64s cubic-bezier(.23,1,.32,1) .32s forwards hero-part-in}.hero-reveal-split{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3.5rem);display:flex}.hero-reveal-columns{grid-template-rows:auto auto;row-gap:clamp(1rem,2.5vw,1.25rem);width:100%;max-width:920px;margin:0 auto;display:grid}.hero-reveal-showcase{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;flex-direction:column;grid-row:1;padding:clamp(1rem,2.5vw,1.5rem);display:flex;position:relative}.hero-reveal-call-elephants{z-index:1;border:2px solid var(--ink);background:var(--gold);width:clamp(1.875rem,3.2vw,2.125rem);height:clamp(1.875rem,3.2vw,2.125rem);box-shadow:3px 3px 0 var(--ink);cursor:pointer;opacity:0;pointer-events:none;border-radius:8px;justify-content:center;align-items:center;padding:.2rem;transition:opacity .48s,transform .12s,box-shadow .12s;display:flex;position:absolute;bottom:clamp(.375rem,1vw,.625rem);right:clamp(.5rem,1.25vw,.75rem)}.hero-reveal-call-elephants.is-visible{opacity:1;pointer-events:auto}.hero-reveal-call-elephants:disabled{cursor:default}.hero-reveal-call-elephants:hover:not(:disabled),.hero-reveal-call-elephants:focus-visible:not(:disabled){box-shadow:4px 4px 0 var(--ink);transform:translate(-1px,-1px)}.hero-reveal-call-elephants:active:not(:disabled){box-shadow:2px 2px 0 var(--ink);transform:translate(1px,1px)}.hero-reveal-call-elephants__icon{pointer-events:none;width:100%;height:auto;display:block}.hero-reveal-call-elephants:after{content:attr(data-tooltip);border:2px solid var(--ink);width:max-content;max-width:min(220px,70vw);box-shadow:3px 3px 0 var(--ink);color:var(--ink);text-align:center;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:8px;padding:.4375rem .625rem;font-size:.75rem;line-height:1.25;transition:opacity .14s,visibility .14s;position:absolute;bottom:calc(100% + .5rem);right:0}@media (hover:hover) and (pointer:fine){.hero-reveal-call-elephants:hover:after,.hero-reveal-call-elephants:focus-visible:after{opacity:1;visibility:visible}}.hero-reveal-showcase__main{grid-template-columns:1fr minmax(220px,280px);align-items:center;column-gap:clamp(1.5rem,3vw,2.25rem);display:grid}.hero-reveal-showcase__copy{min-width:0}.hero-reveal-showcase__foot{display:none}.hero-reveal-showcase__rule{background:rgb(var(--ink-rgb) / 14%);height:1px;margin-bottom:.875rem}.hero-reveal-showcase__pills{flex-wrap:wrap;justify-content:center;gap:.5rem .625rem;margin:0;padding:0;list-style:none;display:flex}.hero-reveal-showcase__pill{border:1.5px solid rgb(var(--ink-rgb) / 32%);color:var(--ink);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.375rem;padding:.4375rem .75rem;font-size:.8125rem;display:inline-flex}.hero-reveal-showcase__pill-icon{flex-shrink:0;width:auto;height:1.25rem}.hero-reveal-actions--in-showcase{display:none}.hero-reveal-lines{flex-direction:column;gap:.2rem;display:flex}.hero-reveal-definition{margin:0 calc(-1 * var(--card-pad-x)) calc(-1 * var(--card-pad-b));padding:.5625rem var(--card-pad-x);padding-right:calc(var(--card-pad-x) + 2.25rem);border-radius:0 0 calc(var(--card-radius) - 3px) calc(var(--card-radius) - 3px);background:var(--ink);color:var(--cream);flex-wrap:wrap;align-items:baseline;gap:0 .5ch;font-style:italic;line-height:1.35;display:flex}.hero-reveal-definition__term{color:var(--gold);letter-spacing:.01em;font-weight:700}.hero-reveal-lede__prefix-line:nth-child(3){letter-spacing:0;font-size:.62em}.hero-reveal-claim{color:var(--ink);text-wrap:balance;margin:0;font-weight:700;line-height:1.25}.hero-reveal-claim__support{color:rgb(var(--ink-rgb) / 82%);text-wrap:balance;margin:0;line-height:1.45}.hero-reveal-claim__support strong{color:var(--ink);font-weight:700}.hero-reveal-claim__grams{white-space:nowrap}.hero-reveal-lede{min-width:0;color:var(--ink);text-align:left;margin:0;font-size:clamp(.72rem,9.5cqw,3.9rem);line-height:1.04;container-type:inline-size}.hero-reveal-pouch{width:100%}.hero-reveal-actions{flex-wrap:wrap;grid-row:2;justify-content:center;align-items:center;gap:.75rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);display:flex}.hero-reveal-lede__prefix{flex-shrink:0;margin-bottom:.15em;font-size:calc(1.08em + 10px);line-height:1.02;display:block}.hero-reveal-lede__prefix-line{display:block}.hero-reveal-columns .word-board{justify-content:flex-start;align-items:flex-start;min-height:calc(2.1216em + 21.216px);display:flex}.hero-reveal-columns .dissolve-board{color:var(--gold);text-align:left;letter-spacing:.02em;flex-direction:column;align-items:flex-start;gap:.02em;font-size:calc(1em + 10px);line-height:1.02;display:flex}.hero-reveal-columns .dissolve-word{display:block}.hero-reveal-columns .dissolve-word+.dissolve-word{margin-left:0}.hero-reveal-pouch__image{width:100%;height:auto;display:block}.hero-reveal-curtain{z-index:2;background:var(--gold);opacity:1;visibility:visible;pointer-events:auto;transition:opacity .52s;position:absolute;inset:0;overflow:hidden}.hero-reveal-curtain.is-fading,.hero-reveal-curtain.is-dismissed{opacity:0;pointer-events:none}.hero-reveal-curtain.is-dismissed{visibility:hidden}.hero-reveal-curtain__video{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.hero-reveal-curtain__canvas{width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-reveal-call-elephants{transition:none}}.pronunciation--on-gold{color:var(--ink);margin:0}.hero-subline--on-gold{color:#2c2418;margin:0}@media (max-width:899px){.hero-reveal{min-height:auto;padding:clamp(1rem,3vw,1.5rem) clamp(1rem,4vw,1.5rem) 0}.hero-reveal-columns{row-gap:1.25rem;max-width:100%}.hero-reveal-showcase{--card-radius:16px;--card-pad-x:clamp(.875rem, 3vw, 1.125rem);--card-pad-b:clamp(.875rem, 3vw, 1.125rem);padding:clamp(.875rem, 3vw, 1.125rem) var(--card-pad-x) var(--card-pad-b);border-radius:var(--card-radius);box-shadow:6px 6px 0 var(--ink);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(.375rem,1.2vw,.5rem) clamp(.375rem,1.5vw,.625rem);display:grid}.hero-reveal-showcase__main{display:contents}.hero-reveal-pouch{grid-area:1/2;justify-content:center;align-items:center;width:100%;display:flex}.hero-reveal-pouch__image{width:100%;max-width:none;height:auto;max-height:none}.hero-reveal-showcase__copy{grid-area:1/1;align-self:center;container-type:inline-size}.hero-reveal-showcase__foot{grid-area:2/1/auto/-1;display:block}.hero-reveal-definition{grid-area:4/1/auto/-1;margin-top:clamp(.25rem,1.5vw,.5rem);font-size:clamp(.875rem,3.4vw,1rem)}.hero .hero-reveal-lede{font-size:clamp(1rem,19cqw,2.5rem);line-height:1.03;container-type:normal}.hero-reveal-lede__prefix-line:first-child,.hero-reveal-lede__prefix-line:nth-child(2){display:inline}.hero-reveal-lede__prefix-line:nth-child(3){display:block}.hero-reveal-lede__prefix{letter-spacing:-.02em;font-size:1.3em}.hero-reveal-columns .dissolve-board{flex-flow:wrap;font-size:1.3em}.hero-reveal-columns .dissolve-word+.dissolve-word{margin-left:.15em}.hero-reveal-columns .word-board{align-items:flex-start;min-height:2.73156em}.hero-reveal-showcase__rule,.hero-reveal-showcase__pills,.hero-reveal-call-elephants:after{display:none}.hero-reveal-call-elephants{border-color:var(--cream);box-shadow:none}.hero-reveal-call-elephants:hover:not(:disabled),.hero-reveal-call-elephants:focus-visible:not(:disabled),.hero-reveal-call-elephants:active:not(:disabled){box-shadow:none}.hero-reveal-lines--copy{display:none}.hero-reveal-lines--foot{text-align:left;align-items:flex-start;width:100%;margin-top:0}.hero-reveal-lines--foot .hero-reveal-claim{text-wrap:pretty;font-size:clamp(.9375rem,3.8vw,1.125rem)}.hero-reveal-lines--foot .hero-reveal-claim__support{text-wrap:pretty;font-size:clamp(.8125rem,3.1vw,.9375rem)}.hero-reveal-actions--in-showcase{display:none}.hero-reveal-actions--below{grid-area:3/1/auto/-1;grid-template-columns:1fr 1fr;align-items:stretch;gap:.5rem;width:100%;margin-bottom:0;display:grid}.hero-reveal-columns{padding-bottom:clamp(2rem,6vw,3rem)}.hero-reveal-actions>.button{text-align:center;width:100%;padding:.5625rem .75rem;font-size:.875rem;line-height:1.2}.hero-reveal-columns .dissolve-board{text-align:left;line-height:1.02}}@media (max-width:899px) and (max-height:740px){.hero-reveal-showcase{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);row-gap:.5rem}.hero .hero-reveal-lede{font-size:clamp(1rem,17.5cqw,2.25rem)}}.hero--sequence{background:var(--cream);color:var(--ink)}.hero-sequence-inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.25rem,3vw,1.75rem);max-width:960px;margin:0 auto;padding:clamp(1.25rem,3vw,2rem) clamp(1.25rem,4vw,2.5rem) clamp(1.5rem,3.5vw,2.25rem);display:flex}.hero-sequence-stage{aspect-ratio:16/9;border:3px solid var(--ink);width:min(100%,720px);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;position:relative;overflow:hidden}.hero-sequence-elephants{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .42s;display:block;position:absolute;inset:0}.hero-sequence-stage--pouch .hero-sequence-elephants{opacity:0;pointer-events:none}.hero-sequence-pouch{opacity:0;place-items:center;padding:clamp(1rem,4vw,2rem);transition:opacity .52s,transform .52s cubic-bezier(.23,1,.32,1);display:grid;position:absolute;inset:0;transform:scale(.96)}.hero-sequence-stage--pouch .hero-sequence-pouch{opacity:1;transform:scale(1)}.hero-sequence-pouch__image{width:min(42%,220px);height:auto;display:block}.hero-sequence-copy{opacity:0;flex-direction:column;align-items:center;gap:.875rem;width:100%;transition:opacity .56s,transform .56s cubic-bezier(.23,1,.32,1);display:flex;transform:translateY(12px)}.hero-sequence-copy.is-visible{opacity:1;transform:translateY(0)}.hero-sequence-header{flex-direction:column;align-items:center;gap:.5rem;display:flex}.hero-sequence-lede{flex-direction:column;align-items:center;gap:.125rem;margin:0;font-size:clamp(1.875rem,4.5vw,2.75rem);line-height:1.04;display:flex}.hero-sequence-lede__line{display:block}.hero-video-inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(1rem,2.5vw,1.375rem);max-width:960px;margin:0 auto;padding:clamp(1.25rem,3vw,2rem) clamp(1.25rem,4vw,2.5rem) clamp(1.5rem,3.5vw,2.25rem);display:flex}.hero-video-header{flex-direction:column;align-items:center;gap:.5rem;display:flex}.hero-video-shell{border:3px solid var(--ink);background:var(--ink);width:100%;box-shadow:0 16px 48px rgb(var(--ink-rgb) / 16%);border-radius:12px;overflow:hidden}.hero-video{aspect-ratio:16/9;object-fit:cover;vertical-align:middle;width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.hero-video{object-fit:cover}}.hero-video-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero-video-header .pronunciation{font-family:var(--font-display), serif;letter-spacing:.02em;font-size:clamp(.9375rem,2vw,1.125rem);font-style:normal;font-weight:400}.hero-video-header .pronunciation em{font-family:var(--font-body), Georgia, serif;font-style:italic;font-weight:600}.hero-video-lede{max-width:42rem;color:var(--ink);font-family:var(--font-display), serif;letter-spacing:.01em;text-align:center;flex-direction:column;align-items:center;gap:.125rem;margin:0;font-size:clamp(2rem,5.5vw,3.25rem);font-weight:400;line-height:1.12;display:flex}.hero-video-lede__line{display:block}.hero-dish-rotator{color:var(--terracotta);display:block}.hero-dish-rotator__track{place-items:center;min-height:1.15em;display:grid}.hero-dish-rotator__word{grid-area:1/1;animation:.56s cubic-bezier(.23,1,.32,1) both hero-dish-in}@keyframes hero-dish-in{0%{opacity:0;filter:blur(8px);transform:translateY(.4em)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-inner{justify-content:center;align-items:flex-end;gap:1rem;max-width:1280px;margin:0 auto;padding:clamp(1.5rem,3.5vw,2.25rem) clamp(1.25rem,4vw,2.5rem) 0;display:flex}.hero-copy{text-align:center;flex-direction:column;flex:auto;align-items:center;gap:.875rem;min-width:0;max-width:640px;padding-bottom:clamp(1.5rem,3.5vw,2.25rem);display:flex}.hero-elephant{flex:none;width:clamp(6.5rem,13vw,10.5rem);height:auto;display:block}.hero-elephant--left{transform:scaleX(-1)}.pronunciation{color:var(--ink);margin:0;font-size:clamp(.8125rem,1.6vw,1rem);font-style:italic}.hero h1{margin:.25rem 0 0;font-size:clamp(1.875rem,4.5vw,2.75rem);line-height:1.04}.word-board{place-items:center;min-height:clamp(2.75rem,7vw,4rem);display:grid}.flap-board{perspective:700px;justify-content:center;display:flex}.flap-tile{opacity:0;background:var(--ink);width:0;height:60px;box-shadow:inset 0 -3px 0 rgb(var(--ink-rgb) / 45%);border-radius:7px;justify-content:center;align-items:center;margin-right:0;transition:width .32s,margin .32s,opacity .24s;display:flex;position:relative;overflow:hidden}.flap-tile.is-active{opacity:1;width:44px;margin-right:6px}.flap-letter{color:var(--gold);font-family:var(--font-display), serif;transform-origin:50%;font-size:34px;line-height:1;animation:90ms ease-out flap-tick}.flap-hinge{background:rgb(var(--ink-rgb) / 55%);height:2px;margin-top:-1px;position:absolute;top:50%;left:0;right:0}.dissolve-board{color:var(--terracotta);font-family:var(--font-display), serif;letter-spacing:.04em;font-size:clamp(1.875rem,5vw,3rem);line-height:1.1}.dissolve-board span{white-space:pre;animation:.5s ease-out both dissolve-in;display:inline-block}.dissolve-word{white-space:nowrap;display:inline-block}.dissolve-word+.dissolve-word{margin-left:.12em}.hero-subline{color:#2c2418;margin:0;font-size:clamp(1rem,2.2vw,1.25rem);font-style:italic}.hero-body{color:#2c2418;max-width:540px;margin:0;font-size:1rem;line-height:1.55}.hero-body__tagline{margin-top:.625rem;font-size:clamp(1.125rem,3.2vw,1.5rem);font-weight:700;line-height:1.35;display:block}.hero-incentive{color:var(--ink);text-align:center;margin:.15rem 0 0;font-size:clamp(.8125rem,1.7vw,.9375rem);font-weight:700;line-height:1.35}.waitlist-form{flex-wrap:wrap;justify-content:center;gap:.625rem;width:min(480px,100%);display:flex}.waitlist-form input[type=email]{border:2px solid var(--ink);background:var(--cream);min-width:0;color:var(--ink);border-radius:8px;flex:200px;padding:.75rem 1rem;font-size:1rem}.waitlist-form__trap{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.waitlist-consent{color:var(--ink);text-align:left;cursor:pointer;flex-basis:100%;justify-content:center;align-items:flex-start;gap:.5rem;margin:0;font-size:.875rem;line-height:1.5;display:flex}.waitlist-consent input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--ink);flex-shrink:0;margin:.15rem 0 0}.waitlist-consent span{max-width:46ch}.waitlist-smallprint{color:var(--ink);text-align:center;flex-basis:100%;margin:0;font-size:.8125rem}.waitlist-smallprint a{color:inherit}.waitlist-error{color:var(--terracotta);text-align:center;flex-basis:100%;margin:0;font-size:.875rem;font-weight:700}.waitlist-success{border-bottom:2px solid var(--ink);margin:0;padding-bottom:.125rem;font-size:1rem;font-style:italic}.double-rule{border-block:3px solid var(--ink);height:7px}.ticker{background:var(--ink);white-space:nowrap;padding:.9375rem 0;overflow:hidden}.ticker-track{width:max-content;animation:30s linear infinite ticker-move;display:inline-flex}.ticker-track span{color:var(--gold);letter-spacing:.24em;padding-right:3rem;font-size:.875rem;font-weight:600}.section{padding:clamp(3.5rem,8vw,6rem) clamp(1.25rem,5vw,4rem)}.hero,.section[data-nav-hero],[data-nav-hero]{padding-top:calc(var(--nav-clearance) + .75rem)}.section--cream{background:var(--cream)}.section--gold{background:var(--gold)}.section--ink{background:var(--ink);color:var(--cream)}.section--bordered{border-top:3px solid var(--ink)}.content,.split-layout{max-width:1152px;margin:0 auto}.split-layout{flex-wrap:wrap;gap:clamp(2.25rem,5vw,4.5rem);display:flex}.split-layout--center{justify-content:center;align-items:center}.split-layout--top{align-items:flex-start}.split-layout--between{justify-content:space-between}.pouch-section{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.75rem,4vw,2.5rem);max-width:640px;margin:0 auto;display:flex}.pouch-section__copy{flex-direction:column;gap:1.125rem;display:flex}.pouch-section__copy p:not(.eyebrow){max-width:34rem;color:var(--brown);margin:0 auto;font-size:1.125rem;line-height:1.65}.pouch-section__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;display:grid}.pouch-stat{border:3px solid var(--ink);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;min-height:8.5rem;padding:1.5rem 1rem;display:flex}.pouch-stat--gold{background:var(--gold);box-shadow:8px 8px 0 var(--ink)}.pouch-stat--white{box-shadow:8px 8px 0 var(--gold);background:#fff}.pouch-stat strong{color:var(--ink);font-family:var(--font-display), serif;font-size:clamp(2.25rem,6vw,3rem);font-weight:400;line-height:1}.pouch-stat--white strong{color:var(--terracotta)}.pouch-stat span{color:var(--ink);font-size:1rem;line-height:1.35}.pouch-section__badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;width:100%;margin:0;padding:0;list-style:none;display:grid}.pouch-badge{border:2px solid var(--ink);min-height:3rem;box-shadow:4px 4px 0 var(--ink);color:var(--ink);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;display:inline-flex}.pouch-badge svg,.pouch-badge__icon{flex-shrink:0;width:auto;height:1.25rem}.section-copy{flex-direction:column;flex:380px;gap:1.375rem;min-width:0;display:flex}.section-copy p:not(.eyebrow){max-width:560px;color:var(--brown);margin:0;font-size:1.125rem;line-height:1.65}.eyebrow{color:var(--terracotta);letter-spacing:.22em;margin:0;font-size:.875rem;font-weight:600}.eyebrow--gold{color:var(--gold)}.copy-emphasis{font-weight:600}.section--cream .copy-emphasis{color:var(--ink)}.section--ink .copy-emphasis{color:var(--gold)}.section--gold .copy-emphasis,.final-cta .copy-emphasis{color:var(--ink)}.menu-gallery{max-width:1152px;margin:0 auto}.menu-gallery__header{text-align:center;margin-bottom:clamp(1.5rem,4vw,2rem)}.menu-gallery__header h2{max-width:18ch;color:var(--cream);font-family:var(--font-display), serif;margin:0 auto .875rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:400;line-height:1.12}.menu-gallery__lede{max-width:42rem;color:var(--dark-muted);margin:0 auto;font-size:clamp(.875rem,2.4vw,1rem);line-height:1.6}.menu-gallery__lede strong{color:var(--cream);font-weight:600}.menu-gallery__scroller{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;margin:0 calc(-1*clamp(1.25rem,5vw,4rem));padding:.25rem 49px .5rem;display:flex;overflow-x:auto}.menu-gallery__scroller::-webkit-scrollbar{display:none}@supports not (scroll-snap-type:x mandatory){.menu-gallery__scroller{scroll-snap-type:none;flex-wrap:wrap;justify-content:center;padding-inline:0;overflow-x:visible}}.menu-gallery__dots{justify-content:center;gap:.5rem;margin-top:1.125rem;display:flex}.menu-gallery__dot{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.menu-gallery__dot:before{content:"";background:#f8f0de40;border-radius:999px;width:8px;height:8px;transition:width .25s,height .25s,border-radius .25s,background .25s}@media (prefers-reduced-motion:reduce){.menu-gallery__dot:before{transition:none}}.menu-gallery__dot.is-active:before{background:var(--gold);border-radius:999px;width:24px;height:6px}.menu-card{border:3px solid var(--ink);scroll-snap-align:center;border-radius:18px;flex-direction:column;flex:none;width:292px;min-height:100%;padding:16px 15px;display:flex}.menu-card--cream{background:var(--cream);color:var(--ink);box-shadow:6px 6px #eda31de6}.menu-card--marigold{background:var(--gold);color:var(--ink);box-shadow:6px 6px #f8f0ded9}.menu-card__tag{border:2px solid var(--ink);letter-spacing:.16em;border-radius:999px;align-self:flex-start;margin-bottom:.5rem;padding:.25rem .625rem;font-size:.625rem;font-weight:600}.menu-card__title{font-family:var(--font-display), serif;margin:0 0 .625rem;font-size:1.375rem;font-weight:400;line-height:1.15}.menu-card__rule{border-block:3px solid var(--ink);height:7px;margin-bottom:.875rem}.menu-card__variants{margin-bottom:.75rem}.menu-card__variants-label{letter-spacing:.14em;margin:0 0 .5rem;font-size:.625rem;font-weight:600}.menu-card__variant-chips{gap:.5rem;display:flex}.menu-card__variant-chip{border:2px solid var(--ink);min-width:36px;min-height:36px;color:var(--ink);cursor:pointer;letter-spacing:.04em;background:0 0;border-radius:999px;padding:.5rem .875rem;font-size:.75rem;font-weight:600;transition:background .2s,color .2s}.menu-card__variant-chip.is-active{background:var(--ink);color:var(--cream)}.menu-card__courses{flex-direction:column;gap:.75rem;display:flex}.menu-card__course h4{letter-spacing:.16em;margin:0 0 .375rem;font-size:.625rem;font-weight:600}.menu-card__course ul{margin:0;padding:0;list-style:none}.menu-card__dish{align-items:center;gap:.375rem;font-size:.875rem;line-height:1.35;display:flex}.menu-card__dish+.menu-card__dish{margin-top:.375rem}.menu-card__dish-name{flex:none;max-width:58%}.menu-card__dish-leader{opacity:.45;border-bottom:1px dotted;flex:auto;min-width:.5rem;height:0}.menu-card__dish-grams{min-width:40px;min-height:30px;font-family:var(--font-display), serif;text-align:center;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.25rem .5rem;font-size:.9375rem;line-height:1.2;display:inline-flex}.menu-card--cream .menu-card__dish-grams{color:var(--ink);background:0 0}.menu-card--cream .menu-card__dish--heldi .menu-card__dish-grams{background:var(--gold);color:var(--ink)}.menu-card--marigold .menu-card__dish-grams{color:var(--ink);background:0 0}.menu-card--marigold .menu-card__dish--heldi .menu-card__dish-grams{background:var(--ink);color:var(--gold)}.menu-card__summary{flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.875rem;display:flex}.menu-card__from-food{justify-content:space-between;align-items:flex-end;gap:.5rem;margin:0;font-size:.875rem;display:flex}.menu-card__from-food strong{font-family:var(--font-display), serif;font-size:1rem;font-weight:400}.menu-card__grams-stat{flex-direction:column;align-items:flex-end;gap:.125rem;display:inline-flex}.menu-card__grams-note{letter-spacing:.04em;opacity:.72;font-size:.625rem;font-weight:600;line-height:1}.menu-card__heldi-band{border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:9px 12px;display:flex}.menu-card--cream .menu-card__heldi-band{background:var(--gold);color:var(--ink)}.menu-card--marigold .menu-card__heldi-band{background:var(--ink);color:var(--gold)}.menu-card__heldi-label{font-size:.78125rem;font-weight:600;line-height:1.3}.menu-card__heldi-value{font-family:var(--font-display), serif;font-size:1.3125rem;font-weight:400;line-height:1}.menu-card__table-total{justify-content:space-between;align-items:flex-end;gap:.5rem;margin:.125rem 0 0;display:flex}.menu-card__table-total>span:first-child{letter-spacing:.14em;font-size:.625rem;font-weight:600}.menu-card__grams-stat--table strong{font-family:var(--font-display), serif;font-size:clamp(1.75rem,6vw,2.25rem);font-weight:400;line-height:1}@media (min-width:900px){.menu-gallery__scroller{scroll-snap-type:none;grid-template-columns:repeat(6,minmax(0,1fr));justify-content:center;gap:12px;max-width:924px;margin-inline:auto;padding:0;display:grid;overflow:visible}.menu-card{scroll-snap-align:none;grid-column:span 2;justify-self:center;width:100%;max-width:300px}.menu-card:nth-child(4){grid-column:2/span 2}.menu-card:nth-child(5){grid-column:4/span 2}.menu-gallery__dots{display:none}.audience-gallery__scroller{scroll-snap-type:none;flex-wrap:wrap;justify-content:center;align-items:stretch;row-gap:12px;margin:0;padding:0;overflow:visible}.audience-gallery__card{scroll-snap-align:none;width:300px}.audience-gallery__dots{display:none}}.centered{text-align:center}.how-it-works{max-width:36rem;margin:0 auto;padding:0 clamp(1.25rem,5vw,2rem)}.vs{text-align:center}.vs__header{max-width:560px;margin:0 auto 2.5rem}.vs__header h2{max-width:24ch;font-family:var(--font-display), serif;color:var(--cream);margin:.75rem auto 1rem;font-size:1.75rem;font-weight:400;line-height:1.12}.vs__lede{color:#f8f0ded1;max-width:560px;margin:0 auto;font-size:.875rem;line-height:1.65}.vs__desktop{display:none}.vs__mobile{flex-direction:column;gap:1.25rem;display:flex}.vs-side-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;display:inline-flex}.vs-side-icon img{object-fit:contain;width:100%;height:100%}.vs-side-icon--muted{opacity:.6;filter:brightness(0)saturate()invert(26%)sepia(18%)saturate(600%)hue-rotate(350deg)brightness(95%)contrast(88%)}.vs-side-icon--head,.vs-side-icon--lg{width:1.75rem;height:1.75rem}.vs-scorecard__head .vs-side-icon--lg{width:2rem;height:2rem}.vs-mark{border-radius:999px;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;display:inline-flex}.vs-mark svg{width:1rem;height:1rem}.vs-mark--yes{background:var(--cream);color:var(--ink)}.vs-mark--no{color:#01124666;border:2px solid #01124647}.vs-table .vs-mark--yes{box-shadow:inset 0 0 0 2px var(--ink);background:#fff}.vs-scorecard .vs-mark--yes{box-shadow:inset 0 0 0 2px var(--ink);color:var(--ink);background:#fff}.vs-scorecard .vs-mark--no{color:#01124666;border-color:#01124647}.vs-scorecard{border:3px solid var(--ink);color:var(--ink);text-align:left;background:#fff;border-radius:18px;margin-top:2.75rem;padding:.625rem .625rem .5rem;box-shadow:6px 6px #eda31de6}.vs-scorecard__grid{grid-template-columns:minmax(0,1fr) 4.5rem 4.5rem;column-gap:.5rem;width:100%;display:grid;position:relative}.vs-scorecard__panel{z-index:0;border:3px solid var(--ink);background:var(--gold);pointer-events:none;border-radius:14px;width:4.5rem;position:absolute;top:-6px;bottom:-8px;left:calc(100% - 9.5rem);box-shadow:4px 4px #01124624}.vs-scorecard__pouch{z-index:2;pointer-events:none;width:72px;position:absolute;top:-52px;left:calc(100% + -7.25rem - 36px)}.vs-scorecard__pouch-frame{border:3px solid var(--gold);background:#fff;border-radius:12px;justify-content:center;align-items:center;width:72px;height:88px;padding:.3rem .25rem .2rem;display:flex}.vs-scorecard__pouch-frame img{object-fit:contain;width:100%;height:100%}.vs-scorecard__head,.vs-scorecard__row{display:contents}.vs-scorecard__intro,.vs-scorecard__label,.vs-scorecard__heldi,.vs-scorecard__shakes{z-index:1;align-items:center;min-height:2.75rem;display:flex;position:relative}.vs-scorecard__head .vs-scorecard__intro,.vs-scorecard__head .vs-scorecard__heldi,.vs-scorecard__head .vs-scorecard__shakes{min-height:2.35rem;padding-bottom:.2rem}.vs-scorecard__row .vs-scorecard__label,.vs-scorecard__row .vs-scorecard__heldi,.vs-scorecard__row .vs-scorecard__shakes{border-top:1px solid #01124624}.vs-scorecard__heldi,.vs-scorecard__shakes{text-align:center;flex-direction:column;justify-content:center;gap:.2rem}.vs-scorecard__head .vs-scorecard__shakes{font-family:var(--font-body), serif;letter-spacing:.02em;color:#4a4238c7;font-size:.6875rem;font-weight:600}.vs-scorecard__label{color:var(--ink);font-size:.8125rem;font-weight:600;line-height:1.3}.vs-cards{text-align:left;grid-template-columns:1fr 1fr;gap:13px;display:grid}.vs-card{border:3px solid var(--ink);background:var(--cream);min-width:0;height:100%;color:var(--ink);border-radius:18px;flex-direction:column;padding:.75rem 0 0;display:flex;overflow:hidden;box-shadow:6px 6px #eda31de6}.vs-card__label{color:var(--ink);margin:0 0 .5rem;padding:0 .625rem;font-size:.75rem;font-weight:600;line-height:1.25}.vs-card__heldi,.vs-card__shakes{align-items:center;gap:.375rem;margin:0;padding:.5rem .625rem;display:flex}.vs-card__heldi{background:#eda31d59}.vs-card__shakes{background:#4a42381f;flex:1}.vs-card__heldi p,.vs-card__shakes p{margin:0;line-height:1.35}.vs-card__heldi p{color:var(--ink);font-size:12.5px;font-weight:600}.vs-card__shakes p{color:var(--brown);font-size:11.5px}.vs-card .vs-side-icon{flex-shrink:0;width:1.5rem;height:1.5rem}.vs-table-card{border:3px solid var(--ink);width:min(1040px,100%);color:var(--ink);background:#fff;border-radius:20px;margin:3rem auto 0;padding:.75rem 1rem .875rem;position:relative;box-shadow:8px 8px #eda31de6}.vs-table{text-align:left;grid-template-columns:minmax(0,1.35fr) minmax(0,1.05fr) minmax(0,1fr);width:100%;display:grid;position:relative}.vs-table__panel{z-index:0;border:3px solid var(--ink);background:var(--gold);pointer-events:none;border-radius:16px;width:30.8823%;position:absolute;top:-6px;bottom:-8px;left:39.7059%;box-shadow:5px 5px #01124629}.vs-table__pouch{z-index:2;pointer-events:none;width:92px;position:absolute;top:-58px;left:calc(55.1471% - 46px)}.vs-table__pouch-frame{border:3px solid var(--gold);background:#fff;border-radius:14px;justify-content:center;align-items:center;width:92px;height:112px;padding:.4rem .35rem .3rem;display:flex}.vs-table__pouch-frame img{object-fit:contain;width:100%;height:100%}.vs-table__head,.vs-table__row{display:contents}.vs-table__feature,.vs-table__heldi,.vs-table__shakes{z-index:1;align-items:center;min-height:48px;padding:.45rem .75rem;display:flex;position:relative}.vs-table__row .vs-table__feature,.vs-table__row .vs-table__heldi,.vs-table__row .vs-table__shakes{border-top:1px solid #01124624}.vs-table__feature{color:var(--ink);justify-content:flex-start;padding-left:.5rem;font-size:.875rem;font-weight:600;line-height:1.3}.vs-table__heldi{color:var(--ink);justify-content:center}.vs-table__shakes{color:var(--brown);justify-content:center}.vs-table__head .vs-table__heldi,.vs-table__head .vs-table__shakes{flex-direction:column;gap:.25rem;min-height:2.5rem;padding-top:.75rem;padding-bottom:.35rem}.vs-table__heldi-name{font-family:var(--font-display), serif;letter-spacing:.06em;color:var(--ink);font-size:1.125rem;font-weight:400}.vs-table__shakes-name{font-family:var(--font-body), serif;color:#4a4238c7;font-size:.8125rem;font-weight:600}.vs-table__heldi--text{text-align:center;color:var(--ink);font-size:.8125rem;font-weight:600;line-height:1.3}.vs-table__shakes--text{text-align:center;color:#4a4238c7;font-size:.75rem;line-height:1.3}.vs-table .vs-mark{width:1.5rem;height:1.5rem}.vs-table .vs-mark svg{width:.85rem;height:.85rem}@media (min-width:900px){.vs__header{margin-bottom:1rem}.vs__header h2{font-size:clamp(1.75rem,4.5vw,2.75rem)}.vs__lede{font-size:1.125rem}.vs__desktop{display:block}.vs__mobile{display:none}}@media (max-width:420px){.vs-cards{gap:10px}.vs-scorecard__grid{grid-template-columns:minmax(0,1fr) 3.75rem 3.75rem}.vs-scorecard__panel{width:3.75rem;left:calc(100% - 8rem)}.vs-scorecard__pouch{width:64px;left:calc(100% + -6.125rem - 32px)}.vs-scorecard__pouch-frame{width:64px;height:78px}.vs-card{padding-top:.625rem}.vs-card__label{padding:0 .5rem}.vs-card__heldi,.vs-card__shakes{padding:.4rem .5rem}}.how-it-works__header{text-align:center;margin-bottom:clamp(2rem,5vw,2.75rem)}.how-it-works__header h2{max-width:14ch;margin:.75rem auto 0}.how-it-works__header-laptop{display:none}.how-it-works__header-laptop h2{max-width:none;margin:.75rem auto 0}.how-it-works__steps{flex-direction:column;gap:clamp(1.75rem,4vw,2.25rem);margin:0;padding:0;list-style:none;display:flex;position:relative}.how-it-works__steps:before{content:"";background:var(--ink);width:2px;position:absolute;top:2.625rem;bottom:2.625rem;left:2.625rem;transform:translate(-50%)}.how-it-works__step{grid-template-columns:5.25rem minmax(0,1fr);align-items:center;gap:1.125rem;display:grid}.how-it-works__icon{z-index:1;background:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:5.25rem;height:5.25rem;display:flex;position:relative}.how-it-works__icon span{justify-content:center;align-items:center;line-height:0;width:3.375rem!important;height:3.375rem!important;display:flex!important}.how-it-works__icon img{object-fit:contain;width:100%!important;height:100%!important}.how-it-works__copy{flex-direction:column;gap:.375rem;display:flex}.how-it-works__copy h3{margin:0;font-size:1.375rem}.how-it-works__copy p{color:var(--brown);margin:0;font-size:1.0625rem;line-height:1.55}.how-it-works__note{color:var(--brown);text-align:center;margin:clamp(1.75rem,4vw,2.25rem) 0 0;font-size:.9375rem;font-style:italic}.how-it-works__foot{text-align:center}.audience-gallery{margin-top:clamp(2rem,5vw,3rem)}.audience-gallery__scroller{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;margin:0 calc(-1*clamp(1.25rem,5vw,4rem));padding:.25rem 49px .5rem;display:flex;overflow-x:auto}.audience-gallery__scroller::-webkit-scrollbar{display:none}@supports not (scroll-snap-type:x mandatory){.audience-gallery__scroller{scroll-snap-type:none;flex-wrap:wrap;justify-content:center;padding-inline:0;overflow-x:visible}}.audience-gallery__card{scroll-snap-align:center;flex:none;width:292px;min-height:100%}.audience-gallery__dots{justify-content:center;gap:.5rem;margin-top:1.125rem;display:flex}.audience-gallery__dot{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.audience-gallery__dot:before{content:"";background:rgb(var(--ink-rgb) / 25%);border-radius:999px;width:8px;height:8px;transition:width .25s,height .25s,border-radius .25s,background .25s}@media (prefers-reduced-motion:reduce){.audience-gallery__dot:before{transition:none}}.audience-gallery__dot.is-active:before{background:var(--ink);border-radius:999px;width:24px;height:6px}.sticker-card{border:3px solid var(--ink);background:var(--cream);box-shadow:6px 6px 0 var(--ink);border-radius:18px;flex-direction:column;gap:.875rem;padding:2rem;display:flex}.sticker-card h3{font-family:var(--font-display), serif;margin:0;font-size:1.6875rem;font-weight:400;line-height:1.2}.sticker-card ul{color:var(--brown);flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.sticker-card li{gap:.625rem;line-height:1.5;display:flex}.sticker-card li:before{color:var(--terracotta);content:"+";flex:none;font-weight:600}.sticker-card li>span{flex:1;min-width:0}.faq{max-width:860px;margin:0 auto}.faq--grouped+.faq--grouped{margin-top:4.5rem}.faq-list{border-top:2px solid var(--ink);margin-top:2.25rem}.faq-list article{border-bottom:2px solid var(--ink)}.faq-list h3{margin:0}.faq-list button{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.375rem 0;font-size:clamp(1.0625rem,2.4vw,1.25rem);font-weight:600;display:flex}.faq-list button b{color:var(--terracotta);font-family:var(--font-display), serif;flex:none;font-size:1.75rem;font-weight:400;line-height:1}.faq-list article>p{max-width:720px;color:var(--brown);margin:0;padding:0 0 1.5rem;font-size:1.0625rem;line-height:1.65;animation:.18s ease-out answer-in}.section-copy--dark p:not(.eyebrow){color:var(--dark-muted)}.jar-layout{max-width:min(640px,100%);margin:0 auto}.jar-layout .section-copy+.jar-card,.jar-layout .jar-card+.section-copy{margin-top:clamp(1.5rem,4vw,2rem)}.jar-card{border:2px dashed var(--gold);text-align:center;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:min(100%,380px);margin-inline:auto;padding:clamp(1rem,3vw,2.125rem) clamp(.75rem,2.5vw,2rem);display:flex;overflow:visible}.jar-preview-card{border:3px solid var(--ink);width:100%;box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;padding:clamp(.625rem,2vw,1.25rem);overflow:visible}.jar-preview-card>span{line-height:0;width:100%!important;height:auto!important;display:block!important}.jar-preview-image{object-fit:contain;max-width:100%;display:block;width:100%!important;height:auto!important}.final-cta{background:var(--gold);justify-content:space-between;align-items:flex-end;min-height:410px;padding:clamp(4rem,9vw,6rem) clamp(1.25rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.final-cta-copy{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;gap:1.625rem;max-width:720px;margin:auto;display:flex;position:relative}.final-cta h2{font-size:clamp(2.125rem,5.5vw,3.25rem)}.final-cta-copy>p{color:#2c2418;margin:0;font-size:1.125rem;font-style:italic}.cta-elephant{opacity:.9;width:190px;height:auto;position:absolute;bottom:1rem}.cta-elephant--left{left:1.5rem;transform:scaleX(-1)}.cta-elephant--right{right:1.5rem}footer{background:var(--ink);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.625rem clamp(1.25rem,5vw,4rem);font-size:.875rem;display:flex}@keyframes flap-tick{0%{transform:rotateX(-85deg)}to{transform:rotateX(0)}}@keyframes hero-part-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes dissolve-in{0%{opacity:0;filter:blur(10px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes floating-cta-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes ticker-move{to{transform:translate(-50%)}}@keyframes answer-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (min-width:900px){.nav-burger,.nav-actions,.nav-menu-toggle{display:none}.nav-links--desktop{box-shadow:none;opacity:1;pointer-events:auto;visibility:visible;background:0 0;border:0;border-radius:0;flex-direction:row;align-items:center;gap:clamp(.875rem,2.5vw,1.75rem);padding:0;position:static;transform:none}.nav-links a{border-bottom:0;padding:0;font-size:.9375rem}}@media (max-width:899px){main{padding-bottom:4.5rem}.hero-inner>.hero-elephant,.cta-elephant{display:none}.nav-shell{background:0 0;padding:.5rem calc(.65rem + 5px) .5rem .65rem;position:fixed;top:0;left:0;right:0}:root{--nav-clearance:4.35rem}.nav{width:auto;max-width:calc(100vw - 9.5rem);padding:.4rem}.nav-links--desktop{display:none}.nav-menu-toggle{display:block}.nav-menu-toggle .nav-burger{width:3.2rem;height:3.2rem}.nav-actions{display:none}.nav-cart .cart-icon{width:3.2rem;height:3.2rem}.nav-brand{grid-template-columns:1.55rem max-content 1.55rem;column-gap:.3rem;height:2.4rem;padding:.25rem .4rem}.nav-brand .heldi-logo{height:1.05rem;display:block}.nav-elephant-logo{width:1.55rem;height:1.55rem}.heldi-logo--large{width:clamp(16rem,84vw,28rem)}.final-cta{min-height:auto}.nav-links--mobile{box-shadow:5px 5px 0 var(--ink);color:var(--ink);visibility:hidden;opacity:0;pointer-events:none;background:#fff;border:0;border-radius:12px;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.25rem 1rem;transition:transform .32s cubic-bezier(.32,.72,0,1),opacity .24s,visibility 0s linear .32s;display:flex;position:fixed;top:4.15rem;left:.65rem;right:.65rem;transform:translateY(-12px)}.nav-links--mobile.is-open{visibility:visible;opacity:1;pointer-events:auto;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .26s,visibility;transform:translateY(0)}.nav-links--mobile a{opacity:0;border-bottom:1px solid #0112461f;padding:.875rem 0;font-size:1.0625rem;transition:opacity .18s,transform .2s;transform:translateY(-8px)}.nav-links--mobile a:last-child{border-bottom:0}.nav-links--mobile.is-open a{opacity:1;transition:opacity .26s,transform .32s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.nav-links--mobile.is-open a:first-child{transition-delay:70ms}.nav-links--mobile.is-open a:nth-child(2){transition-delay:.13s}.nav-links--mobile.is-open a:nth-child(3){transition-delay:.19s}.nav-links--mobile.is-open a:nth-child(4){transition-delay:.25s}.nav-links--mobile.is-open a:nth-child(5){transition-delay:.31s}.nav-links--mobile.is-open a:nth-child(6){transition-delay:.37s}.nav-links--mobile.is-open a:nth-child(7){transition-delay:.43s}.nav-links__cta{border:2px solid var(--ink);background:var(--gold);color:var(--ink);text-align:center;cursor:pointer;opacity:0;border-radius:999px;margin-top:.75rem;padding:.875rem 1rem;font-size:1.0625rem;font-weight:700;transition:opacity .18s,transform .2s;transform:translateY(-8px)}.nav-links--mobile.is-open .nav-links__cta{opacity:1;transition:opacity .26s .49s,transform .32s cubic-bezier(.22,1,.36,1) .49s;transform:translateY(0)}}@media (max-width:719px){.flap-tile{border-radius:5px;height:46px}.flap-tile.is-active{width:32px;margin-right:4px}.flap-letter{font-size:24px}}@media (max-width:560px){.hero-inner,.hero-video-inner,.hero-sequence-inner{padding-inline:1rem}.hero-video-actions{flex-direction:column;align-items:stretch;width:100%}.hero-video-actions .button,.waitlist-form .button{width:100%}.jar-card{max-width:100%;padding-inline:.5rem}.jar-preview-card{padding:.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nav--intro{opacity:1;pointer-events:auto;transform:none}.hero-reveal-panel,.hero-reveal-showcase,.hero-reveal-actions{visibility:visible;opacity:1;transform:none;animation:none!important}.hero--reveal.hero--intro .ticker,.hero--reveal.hero--intro .double-rule{opacity:1;visibility:visible;transform:none;animation:none!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.stir-gallery{max-width:1152px;margin:0 auto}.stir-gallery__header{text-align:center}.stir-gallery__header h2{margin:10px auto 0;font-size:clamp(2rem,4.5vw,3rem);line-height:1.12}.section--ink .stir-gallery__header h2{color:var(--cream)}.section--cream .stir-gallery__header h2{color:var(--ink)}.stir-gallery__lede{max-width:34rem;margin:10px auto 0;font-size:.875rem;line-height:1.55}.section--ink .stir-gallery__lede{color:var(--dark-muted)}.section--cream .stir-gallery__lede{color:var(--brown)}.stir-gallery__foot{display:none}.stir-gallery__all{border:3px solid var(--ink);background:var(--gold);color:var(--ink);cursor:pointer;border-radius:999px;padding:12px 30px;font-size:15px;font-weight:600;transition:transform .12s}.stir-gallery__all:hover{transform:translateY(-2px)}.stir-gallery__all:focus-visible{outline-color:var(--gold)}.stir-gallery__all:disabled{color:var(--gold);cursor:default;background:0 0;border-color:#f8f0de73;transform:none}.stir-gallery__hint{text-align:right;margin:14px 0 6px;font-size:.75rem;font-style:italic;font-weight:600}.section--ink .stir-gallery__hint{color:var(--gold)}.section--cream .stir-gallery__hint{color:var(--terracotta)}.stir-gallery__rail{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;margin:0 calc(-1*clamp(1.25rem,5vw,4rem));padding:4px 24px 20px;display:flex;position:relative;overflow-x:auto}.stir-gallery__rail::-webkit-scrollbar{display:none}.stir-card{border:3px solid var(--ink);scroll-snap-align:center;border-radius:18px;flex-direction:column;flex:0 0 280px;align-items:center;padding:18px 18px 16px;display:flex}.stir-card--cream{background:var(--cream);box-shadow:6px 6px #eda31de6}.stir-card--marigold{background:var(--gold);box-shadow:6px 6px #f8f0ded9}.stir-card__head{justify-content:space-between;align-self:stretch;align-items:center;gap:6px;min-height:34px;display:flex}.stir-card__name{color:var(--ink);font-family:var(--font-display), serif;white-space:nowrap;font-size:19px;line-height:1.15}.stir-card__tag{border:2px solid var(--ink);color:var(--ink);text-align:center;border-radius:999px;flex:0 auto;padding:2px 7px;font-size:10px;font-weight:600;line-height:1.2}.stir-card__photo{width:190px;height:190px;margin-top:14px;position:relative}.stir-card__photo-circle{border:3px solid var(--ink);background:var(--gold);border-radius:50%;position:absolute;inset:0;overflow:hidden}.stir-card__photo-frame{transform-origin:50%;position:absolute;inset:0}.stir-card__photo-frame img,.stir-card__photo-circle>img{object-fit:cover;width:100%;height:100%}.stir-card__video{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .45s;position:absolute;inset:0}.stir-card__video.is-fading{opacity:0}.stir-card__burst{pointer-events:none;position:absolute;inset:0}.stir-card__burst span{border:1px solid var(--ink);background:var(--cream);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in both stir-fall;position:absolute;top:-4px}@keyframes stir-fall{0%{opacity:0;transform:translateY(-8px)scale(1)}15%{opacity:1}to{opacity:0;transform:translateY(110px)scale(.4)}}.stir-card__badge{background:var(--ink);color:var(--gold);white-space:nowrap;border-radius:999px;padding:4px 11px;font-size:12px;font-weight:600;position:absolute;top:-6px;right:-6px}.stir-card__counter{color:var(--ink);font-family:var(--font-display), serif;margin:14px 0 0;font-size:52px;line-height:1;transition:transform .25s,color .25s}.stir-card__counter.is-boosted{color:var(--terracotta)}.stir-card__counter.is-popping{transform:scale(1.15)}.stir-card__counter-label{color:var(--brown);margin:0;font-size:12px}.stir-card__button{border:3px solid var(--ink);background:var(--ink);box-shadow:4px 4px 0 rgb(var(--ink-rgb) / 25%);color:var(--gold);cursor:pointer;border-radius:999px;margin-top:12px;padding:10px 22px;font-size:14px;font-weight:600}.stir-card__button:focus-visible{outline-color:var(--terracotta)}.stir-card__button:disabled{cursor:not-allowed;opacity:.72}.stir-card__caption{min-height:36px;color:var(--ink);text-align:center;margin:10px 0 0;font-size:13px;font-style:italic;font-weight:600;line-height:1.35}.stir-gallery__dots{justify-content:center;gap:7px;padding-bottom:16px;display:flex}.stir-gallery__dot{cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:background .15s}.section--ink .stir-gallery__dot{border:2px solid #f8f0de59}.section--ink .stir-gallery__dot.is-active{border-color:var(--gold);background:var(--gold)}.section--cream .stir-gallery__dot{border:2px solid var(--ink)}.section--cream .stir-gallery__dot.is-active{background:var(--ink)}.stir-gallery__dot:focus-visible{outline-color:var(--gold)}@media (min-width:900px){#pouch{display:none}.section{padding:clamp(2.75rem,4.5vw,4.25rem) clamp(1.25rem,5vw,4rem)}.hero--reveal{flex-direction:column;display:flex}.hero--reveal .ticker,.hero--reveal .double-rule{flex-shrink:0}.hero-reveal{flex:none;width:100%;max-width:min(920px,92vw);min-height:auto;margin-inline:auto;padding:clamp(1rem,2.5vh,1.5rem) clamp(1.25rem,4vw,2.5rem) clamp(1rem,2vh,1.5rem)}.hero-reveal-panel{height:auto}.hero-reveal-columns{flex-direction:column;align-items:center;row-gap:clamp(.75rem,1.5vw,1rem);width:100%;max-width:100%;display:flex}.hero-reveal-showcase{--card-radius:20px;--card-pad-x:clamp(1.375rem, 2.5vw, 2rem);--card-pad-b:clamp(1rem, 1.75vw, 1.375rem);--hero-lede-size:clamp(1.875rem, 4.5vw, 2.75rem);width:100%;padding:clamp(1.125rem, 2vw, 1.625rem) var(--card-pad-x) var(--card-pad-b);border-radius:var(--card-radius)}.hero-reveal-definition{margin-top:clamp(.75rem,1.5vw,1.125rem);font-size:clamp(.9375rem,min(1.2vw,1.8svh),1.0625rem)}.hero-reveal-showcase__main{justify-content:space-between;align-items:center;gap:clamp(1rem,2.5vw,2rem);display:flex}.hero-reveal-showcase__copy{flex-direction:column;flex:auto;align-items:flex-start;gap:clamp(.625rem,1.25vw,.875rem);min-width:min(100%,25rem);max-width:none;display:flex}.hero-reveal-lede{width:auto;max-width:none;font-size:clamp(2.5rem,3.6vw + .9vh,4.75rem);container-type:normal}.hero-reveal-lede__prefix{margin-bottom:.04em;font-size:calc(1em + 8px)}.hero-reveal-lede__prefix-line:first-child,.hero-reveal-lede__prefix-line:nth-child(2){display:inline}.hero-reveal-lede__prefix-line:nth-child(3){display:block}.hero-reveal-columns .word-board{min-height:auto}.hero-reveal-columns .dissolve-board{color:var(--gold);flex-flow:wrap;align-items:baseline;font-size:calc(1em + 10px)}.hero-reveal-columns .dissolve-word{display:inline}.hero-reveal-columns .dissolve-word+.dissolve-word{margin-left:.15em}.hero-reveal-lines--foot{display:none}.hero-reveal-lines--copy{max-width:calc(7.2 * (var(--hero-lede-size) + 8px));text-align:left}.hero-reveal-lines--copy .hero-reveal-claim{text-wrap:pretty;font-size:clamp(1.0625rem,min(1.45vw,2.2svh),1.125rem)}.hero-reveal-lines--copy .hero-reveal-claim__support{text-wrap:pretty;font-size:clamp(.9375rem,min(1.2vw,1.85svh),1.0625rem)}.hero-reveal-showcase__foot{flex-direction:column;align-items:center;gap:.625rem;margin-top:clamp(.75rem,1.5vw,1.125rem);display:flex;position:relative;container-type:inline-size}.hero-reveal-showcase__rule{order:2;width:100%;margin-bottom:0}.hero-reveal-showcase__pills{flex-wrap:nowrap;order:3;gap:.5cqw .75cqw;padding-right:2.4cqw}.hero-reveal-call-elephants{width:clamp(1.625rem,2.4vw,1.875rem);height:clamp(1.625rem,2.4vw,1.875rem);box-shadow:2px 2px 0 var(--ink);border-width:1.5px;border-radius:6px;padding:.15rem;bottom:0;right:0}.hero-reveal-call-elephants:hover:not(:disabled),.hero-reveal-call-elephants:focus-visible:not(:disabled){box-shadow:3px 3px 0 var(--ink)}.hero-reveal-call-elephants:active:not(:disabled){box-shadow:1px 1px 0 var(--ink)}.hero-reveal-call-elephants:after{max-width:min(180px,62vw);font-size:.6875rem}.hero-reveal-pouch{flex:0 auto;justify-content:center;align-items:center;width:clamp(280px,32vw,480px);display:flex}.hero-reveal-pouch__image{width:100%;max-width:clamp(260px,26vw + 2.4vh,440px);height:auto}.hero-reveal-actions--in-showcase{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.625rem;width:auto;margin:0;display:flex}.hero-reveal-actions--in-showcase .waitlist-form{flex:none;width:auto}.hero-reveal-actions--in-showcase .waitlist-form--expanded{flex:100%;justify-content:flex-start;width:min(420px,100%)}.hero-reveal-actions--below{display:none}.hero-reveal-showcase__pill{gap:.5cqw;padding:.62cqw .95cqw;font-size:1.6cqw}.hero-reveal-showcase__pill-icon{height:2.85cqw}.how-it-works__header-mobile{display:none}.how-it-works__header-laptop{display:block}.how-it-works__header-laptop h2{font-size:clamp(2.25rem,3.5vw,3.25rem)}.stir-gallery__hint{display:none}.stir-gallery__lede{max-width:42rem;font-size:clamp(.9375rem,1.2vw,1.0625rem)}.stir-gallery__foot{justify-content:center;margin-top:clamp(1.5rem,3vw,2.25rem);display:flex}.stir-gallery__rail{scroll-snap-type:none;grid-template-columns:repeat(6,minmax(0,1fr));justify-content:center;gap:clamp(12px,1.5vw,16px);max-width:872px;margin-inline:auto;padding:0;display:grid;overflow:visible}.stir-card{scroll-snap-align:none;flex:none;grid-column:span 2;justify-self:center;width:100%;max-width:280px}.stir-card:nth-child(4){grid-column:2/span 2}.stir-card:nth-child(5){grid-column:4/span 2}.stir-gallery__dots{display:none}.how-it-works{max-width:1152px;padding:0}.how-it-works__header h2{max-width:none;font-size:clamp(2.25rem,3.5vw,3.25rem)}.how-it-works__steps{flex-direction:row;align-items:flex-start;gap:clamp(2rem,4vw,3rem)}.how-it-works__steps:before{display:none}.how-it-works__step{text-align:center;flex:1;grid-template-rows:auto auto;grid-template-columns:1fr;gap:1rem}.how-it-works__icon{width:6rem;height:6rem;margin-inline:auto}.how-it-works__copy h3{font-size:clamp(1.375rem,1.8vw,1.625rem)}.how-it-works__copy p{font-size:clamp(1.0625rem,1.3vw,1.1875rem)}.audience-gallery{margin-top:clamp(2rem,3.5vw,2.75rem)}.audience-gallery__dots{display:none!important}.audience-gallery__scroller{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);display:grid}.audience-gallery__card{width:auto}.sticker-card{height:100%;padding:clamp(1.75rem,2.5vw,2.25rem)}.sticker-card h3{font-size:clamp(1.6875rem,2.2vw,2rem)}.sticker-card li{font-size:clamp(1rem,1.15vw,1.0625rem)}.faq{max-width:min(960px,88vw)}.faq-list button{padding:1.5rem 0;font-size:clamp(1.125rem,1.6vw,1.375rem)}.faq-list article>p{max-width:none;font-size:clamp(1.0625rem,1.25vw,1.1875rem)}.final-cta{min-height:360px;padding:clamp(3rem,6vw,4.5rem) clamp(1.25rem,5vw,4rem)}.final-cta h2{font-size:clamp(2.5rem,4vw,3.5rem)}.final-cta-copy>p{font-size:clamp(1.125rem,1.5vw,1.3125rem)}.cta-elephant{width:clamp(190px,14vw,240px)}}@media (min-width:1100px){.jar-layout{grid-template-rows:auto;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:center;gap:clamp(1.75rem,3vw,2.75rem);max-width:960px;display:grid}.jar-layout .section-copy:first-of-type{grid-area:1/1;align-self:center}.jar-layout .jar-card{grid-area:1/2;max-width:none;margin-top:0!important}.jar-layout .section-copy p:not(.eyebrow){max-width:none;font-size:clamp(1.0625rem,1.2vw,1.1875rem)}.jar-layout .section-copy h2{font-size:clamp(2rem,2.8vw,2.75rem)}}@media (min-width:1280px){.hero-reveal{max-width:min(960px,90vw)}.hero-reveal-lede{font-size:clamp(2.75rem,3.8vw + .9vh,5rem)}.hero-reveal-columns .dissolve-board{font-size:calc(1em + 12px)}.hero-reveal-pouch{width:clamp(360px,27vw,520px)}.hero-reveal-pouch__image{max-width:clamp(300px,22vw + 2.5vh,440px)}.hero-reveal-showcase__main{gap:clamp(1.25rem,3vw,2.25rem)}.content>h2.centered{font-size:clamp(2.25rem,3vw,3.25rem)}.waitlist-form{width:min(540px,100%)}.waitlist-form input{padding:.875rem 1.125rem;font-size:1.0625rem}.final-cta-copy{max-width:800px}}@media (min-width:1500px){.stir-gallery{max-width:min(1500px,94vw)}.stir-gallery__rail{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1464px}.stir-card,.stir-card:nth-child(4),.stir-card:nth-child(5){grid-column:auto}.menu-gallery{max-width:min(1560px,94vw)}.menu-gallery__scroller{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1548px}.menu-card,.menu-card:nth-child(4),.menu-card:nth-child(5){grid-column:auto}}@media (min-width:900px) and (max-height:900px){.hero-reveal-lede{font-size:clamp(2.125rem,3.2vw + 1vh,3.75rem)}.hero-reveal-pouch__image{max-width:clamp(240px,20vw + 2vh,360px)}.hero-reveal-showcase{--card-pad-x:clamp(1.25rem, 2.5vw, 1.75rem);--card-pad-b:clamp(.875rem, 1.5vh, 1.125rem);padding:clamp(1rem, 1.75vh, 1.375rem) var(--card-pad-x) var(--card-pad-b)}}@media (min-width:900px) and (max-height:820px){.hero-reveal{padding-top:.75rem;padding-bottom:.75rem}.hero-reveal-showcase{--card-pad-x:1.25rem;--card-pad-b:.75rem;padding:.875rem var(--card-pad-x) var(--card-pad-b)}.hero-reveal-lede{font-size:clamp(1.75rem,4.5vh + 1.5vw,2.75rem)}.hero-reveal-pouch__image{max-width:clamp(170px,17vh + 9vw,270px)}.hero-reveal-showcase__main{gap:.875rem}.hero-reveal-showcase__copy{gap:.5rem}.hero-reveal-showcase__foot{gap:.5rem;margin-top:.5rem}}.pouch-section__ingredient{color:var(--muted);margin:.75rem 0 0;font-size:.9375rem}.pill-link{border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);color:var(--ink);background:#fff;border-radius:999px;margin-top:1rem;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .16s;display:inline-block}.pill-link:hover{background:var(--gold);transform:translateY(-2px)}.pill-links{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.pill-links .pill-link{margin-top:0}.faq-more{text-align:center;margin-top:2.5rem}.pill-link--dark{border-color:var(--gold);color:var(--gold);background:0 0;box-shadow:3px 3px #0006}.pill-link--dark:hover{background:var(--gold);color:var(--ink)}.pouch-equation{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.75rem;margin:1.5rem 0 .5rem;display:flex}.pouch-eq__item{border:3px solid var(--ink);min-width:108px;box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:16px;flex-direction:column;justify-content:center;padding:.875rem 1rem;display:flex}.pouch-eq__item strong{font-family:var(--font-display), serif;color:var(--ink);font-size:1.75rem;font-weight:400;line-height:1.1}.pouch-eq__item span{color:var(--brown);font-size:.8125rem}.pouch-eq__item--gold{background:var(--gold)}.pouch-eq__item--ink{background:var(--ink)}.pouch-eq__item--ink strong,.pouch-eq__item--ink span{color:var(--cream)}.pouch-eq__item--ink strong{color:var(--gold)}.pouch-eq__op{font-family:var(--font-display), serif;color:var(--terracotta);align-self:center;font-size:1.75rem}.founder-band__inner{text-align:center;max-width:720px;margin:0 auto}.founder-band__figure.story-photo-card{max-width:440px;margin:0 auto 3rem}.founder-band__quote{color:var(--cream);font-family:var(--font-body), Georgia, serif;margin:0;font-size:clamp(1.25rem,2.6vw,1.625rem);font-style:italic;line-height:1.5}.founder-band__signature{color:var(--gold);letter-spacing:.04em;margin:1.25rem 0 0;font-weight:600}.founder-band--gold .founder-band__quote{color:var(--ink)}.founder-band--gold .founder-band__signature{color:var(--terracotta)}.nav--subpage{opacity:1}.truth-block{text-align:center;max-width:760px;margin:0 auto}.truth-block h2{font-family:var(--font-display), serif;margin:.75rem 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15}.truth-block>p{max-width:620px;margin:0 auto 1.5rem;line-height:1.65}.section--cream .truth-block>p,.section--gold .truth-block>p{color:var(--brown)}.truth-block__lede{font-style:italic}.story-hero__inner{text-align:center;max-width:880px;margin:0 auto}.story-hero__title{max-width:18ch;font-family:var(--font-display), serif;color:var(--ink);margin:.75rem auto 2rem;font-size:clamp(2.125rem,5.5vw,3.25rem);font-weight:400;line-height:1.1}.story-photo-card{border:3px solid var(--ink);width:100%;box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;margin:0 auto;padding:clamp(.625rem,2vw,1rem) clamp(.625rem,2vw,1rem) .75rem}.story-photo-card__image{border-radius:12px;width:100%;height:auto;display:block}.story-photo-card__caption{color:var(--brown);letter-spacing:.01em;text-align:center;margin:.7rem .25rem 0;font-size:.9375rem;font-style:italic}.story-photo-card--on-ink{box-shadow:8px 8px #00000073}.story-hero__figure{max-width:480px;margin-bottom:2rem}.story-hero__lede{max-width:38rem;color:var(--brown);margin:0 auto;font-size:1.0625rem;line-height:1.7}.story-hero__easy{font-family:var(--font-display), serif;color:var(--ink);margin:1rem auto 0;font-size:clamp(1.375rem,3.5vw,1.875rem);line-height:1.15}.story-pull{text-align:center;padding-block:clamp(2.5rem,5vw,3.5rem)}.story-pull__line{max-width:26ch;font-family:var(--font-display), serif;color:var(--ink);margin:0 auto;font-size:clamp(1.5rem,3.5vw,2.125rem);line-height:1.2}.story-copy__inner{text-align:center;max-width:640px;margin:0 auto}.story-copy__inner h2{font-family:var(--font-display), serif;color:var(--ink);margin:.75rem 0 1.35rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15}.story-copy__inner>p:not(.eyebrow){color:var(--brown);text-align:left;margin:0 0 1.25rem;font-size:1.0625rem;line-height:1.7}.story-copy__inner>p:not(.eyebrow):last-child{margin-bottom:0}.story-menu-card{border:3px solid var(--ink);max-width:400px;box-shadow:8px 8px 0 var(--ink);text-align:left;background:#fff;border-radius:20px;margin:1.85rem auto;padding:clamp(1.25rem,3vw,1.625rem) clamp(1.125rem,3vw,1.5rem)}.story-menu-card__title{font-family:var(--font-display), serif;color:var(--ink);text-align:center;margin:0;font-size:1.5rem;font-weight:400;line-height:1.1}.story-menu-card__subtitle{color:var(--brown);text-align:center;margin:.35rem 0 1rem;font-size:.875rem;font-style:italic}.story-menu-card__list{border-top:2px dashed rgb(var(--ink-rgb) / .3);gap:.55rem;margin:0;padding:1rem 0 1.1rem;list-style:none;display:grid}.story-menu-card__item{color:var(--ink);align-items:baseline;gap:.5rem;font-size:1rem;display:flex}.story-menu-card__dots{border-bottom:2px dotted rgb(var(--ink-rgb) / .35);flex:1;transform:translateY(-4px)}.story-menu-card__totals{border-top:2px dashed rgb(var(--ink-rgb) / .3);gap:.45rem;padding:1rem 0;display:grid}.story-menu-card__totals p{color:var(--brown);justify-content:space-between;align-items:baseline;margin:0;font-size:.9375rem;display:flex}.story-menu-card__totals strong{color:var(--ink);font-family:var(--font-display), serif;font-size:1.25rem;font-weight:400}.story-menu-card__gap{border:3px solid var(--ink);background:var(--gold);box-shadow:4px 4px 0 var(--ink);color:var(--ink);border-radius:14px;justify-content:space-between;align-items:center;margin:.25rem 0 0;padding:.625rem 1rem;font-weight:600;display:flex}.story-menu-card__gap strong{font-family:var(--font-display), serif;font-size:1.5rem;font-weight:400}.story-copy__inner>p.story-note{color:var(--muted);text-align:center;margin:1.25rem 0 0;font-size:.9375rem;font-style:italic}.story-family__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1.75rem,4vw,3rem);max-width:980px;margin:0 auto;display:grid}.story-family__figure{justify-self:center;width:min(100%,340px)}.story-family__copy{max-width:34rem}.story-family__tagline{font-family:var(--font-display), serif;color:var(--cream);margin:.75rem 0 1.15rem;font-size:clamp(1.75rem,3.8vw,2.375rem);font-weight:400;line-height:1.15}.story-family__badges{flex-wrap:wrap;gap:.625rem;margin:0 0 1.35rem;padding:0;list-style:none;display:flex}.story-family__badge{border:2px solid var(--ink);min-height:2.375rem;color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.3125rem .9375rem .3125rem .3125rem;font-size:.875rem;display:inline-flex;box-shadow:4px 4px #0006}.story-family__badge strong{background:var(--gold);color:var(--ink);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.story-family__badge--verdict{background:var(--gold)}.story-family__badge--verdict strong{background:var(--ink);color:var(--gold)}.story-family__copy>p:not(.eyebrow){color:#fff8ece0;margin:0 0 1.15rem;font-size:1.0625rem;line-height:1.7}.story-family__copy>p:not(.eyebrow):last-child{margin-bottom:0}.story-final .final-cta-copy>p{font-style:italic}@media (max-width:800px){.story-family__grid{text-align:center;grid-template-columns:1fr}.story-hero__figure{max-width:min(100%,400px)}.story-family__figure{width:min(100%,300px)}.story-family__copy{margin-inline:auto}.story-family__badges{justify-content:center}.story-family__copy>p:not(.eyebrow){text-align:left}}@media (prefers-reduced-motion:no-preference){.story-photo-card{transition:transform .28s cubic-bezier(.215,.61,.355,1)}.story-photo-card:hover{transform:translate(-2px,-2px)}.story-pull__line{animation:.7s cubic-bezier(.215,.61,.355,1) both story-pull-in}}@keyframes story-pull-in{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:translateY(0)}}.truth-hero__inner{text-align:center;max-width:720px;margin:0 auto}.truth-hero__inner h1{font-family:var(--font-display), serif;color:var(--ink);margin:.75rem 0 1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.12}.truth-hero__inner p{max-width:620px;color:var(--brown);margin:0 auto;font-size:1.0625rem;line-height:1.7}.truth-day__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.75rem 0;display:grid}.truth-meal{border:3px solid var(--ink);background:var(--cream);min-width:0;color:var(--ink);cursor:pointer;border-radius:18px;flex-direction:column;align-items:center;gap:.375rem;padding:1.125rem 1.25rem;transition:transform .16s;display:flex;box-shadow:6px 6px #00000059}.truth-meal:not(:disabled):hover{transform:translateY(-3px)}.truth-meal.is-eaten{background:var(--gold);cursor:default}.truth-meal__tag{letter-spacing:.2em;color:var(--terracotta);font-size:.75rem;font-weight:600}.truth-meal__dish{font-weight:600}.truth-meal__grams{font-family:var(--font-display), serif;font-size:1.75rem;line-height:1}.truth-meal.is-eaten .truth-meal__grams{animation:.25s truth-pop}@keyframes truth-pop{0%{transform:scale(1)}45%{transform:scale(1.35)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.truth-meal.is-eaten .truth-meal__grams,.truth-meter__value.is-reached{animation:none}}.truth-meter{max-width:560px;margin:1.5rem auto 0}.truth-meter__head{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.truth-meter__label{letter-spacing:.18em;text-transform:uppercase;font-size:.8125rem;font-weight:600}.truth-meter__value{font-family:var(--font-display), serif;font-size:1.625rem;animation:.25s truth-pop}.truth-meter__value.is-reached{color:var(--gold)}.section--cream .truth-meter__value.is-reached{color:var(--terracotta)}.truth-meter__score{align-items:baseline;gap:.5rem;display:flex}.truth-meter__goal{font-family:var(--font-display), serif;color:var(--gold);font-size:1.25rem}.section--cream .truth-meter__goal,.section--gold .truth-meter__goal{color:var(--terracotta)}.truth-meter__track{border:3px solid var(--cream);border-radius:999px;height:28px;position:relative;overflow:hidden}.section--cream .truth-meter__track,.section--gold .truth-meter__track{border-color:var(--ink)}.truth-meter__fill{background:var(--gold);border-radius:999px;height:100%;transition:width .5s cubic-bezier(.23,1,.32,1)}.truth-meter__fill.is-reached{background:var(--terracotta)}.truth-day__verdict{min-height:1.75rem;font-family:var(--font-display), serif;color:var(--gold);margin:1.5rem 0 0;font-size:1.25rem}.section--cream .truth-day__verdict{color:var(--terracotta)}.truth-bowls{flex-wrap:nowrap;justify-content:center;gap:1.25rem;margin-top:1.75rem;display:flex}.truth-bowl{border:3px solid var(--ink);min-width:0;max-width:240px;box-shadow:6px 6px 0 var(--ink);border-radius:18px;flex-direction:column;flex:1 1 0;align-items:center;gap:.25rem;padding:1.5rem 1.75rem;display:flex}.truth-bowl--myth{background:#fff}.truth-bowl--real{background:var(--gold)}.truth-hero__inner .truth-bowls__caption{font-family:var(--font-display), serif;color:var(--terracotta);margin:1.75rem auto 0;font-size:1.25rem}.powder-stack{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;margin-bottom:.5rem;display:flex}.powder{border:3px solid var(--ink);background:var(--cream);box-shadow:6px 6px 0 var(--ink);color:var(--ink);border-radius:18px;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1.25rem 1.375rem;display:flex}.powder svg{width:28px;height:28px;margin-bottom:.375rem}.powder__name{letter-spacing:.08em;text-transform:uppercase;font-size:.8125rem;font-weight:600}.powder__grams{font-family:var(--font-display), serif;font-size:2.25rem;line-height:1.1}.powder__per{letter-spacing:.12em;text-transform:uppercase;color:var(--brown);font-size:.6875rem;font-weight:600}.powder__note{text-align:center;max-width:220px;color:var(--brown);margin-top:.375rem;font-size:.875rem;font-style:italic}.powder--hero{background:var(--ink);min-width:min(260px,100%);max-width:280px;color:var(--cream);padding:1.375rem 1.5rem 1.5rem;box-shadow:6px 6px #01124659}.powder--hero svg{width:30px;height:30px;color:var(--gold)}.powder--hero .powder__name{color:var(--gold)}.powder--hero .powder__grams{font-size:2.5rem}.powder--hero .powder__per,.powder--hero .powder__note{color:var(--dark-muted)}.powder-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;width:100%;max-width:760px;display:grid}.powder-row .powder{min-width:0;max-width:none;padding:1.125rem .75rem 1.25rem}.truth-block>p.truth-whey__nonveg{max-width:560px;margin:3.5rem auto 0;font-style:italic}.truth-bowl__name{letter-spacing:.08em;text-transform:uppercase;color:var(--ink);font-size:.8125rem;font-weight:600}.truth-bowl__grams{font-family:var(--font-display), serif;color:var(--ink);font-size:3rem;line-height:1.1}.truth-bowl__grams--struck{color:var(--muted);position:relative}.truth-bowl__grams--struck:after{content:"";background:var(--terracotta);border-radius:3px;height:5px;position:absolute;top:50%;left:-8%;right:-8%;transform:rotate(-8deg)}.truth-bowl__note{color:var(--brown);font-size:.875rem;font-style:italic}.truth-team__chips,.truth-fix__chips{flex-wrap:wrap;justify-content:center;gap:.625rem;margin:1.5rem 0;display:flex}.truth-chip{border:2px solid var(--ink);background:var(--cream);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink);border-radius:999px;padding:.5rem 1.125rem;font-size:.9375rem;font-weight:600}.truth-chip.is-active{background:var(--ink);color:var(--gold)}.truth-chip--dark{border-color:var(--cream);color:var(--cream);background:0 0;box-shadow:3px 3px #0006}.truth-chip--dark.is-active{background:var(--gold);border-color:var(--gold);color:var(--ink);cursor:default}.truth-chip--dark strong{margin-left:.375rem}.truth-team__lineup{flex-wrap:wrap;justify-content:center;gap:.625rem;margin:1.5rem 0 1rem;display:flex}.truth-amino{border:3px solid var(--ink);width:54px;height:54px;color:var(--ink);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;transition:transform .3s,opacity .3s;display:inline-flex}.truth-amino--small{transform:scale(.72)}.truth-amino--low{opacity:.35;transform:scale(.6)}.truth-amino--gold{background:var(--ink);color:var(--gold);transform:scale(1.06)}.truth-team__caption{min-height:1.5rem;color:var(--brown);margin:0;font-style:italic}.truth-chart{width:100%;max-width:560px;height:auto;margin-top:.75rem}.truth-decades__claim{max-width:540px;color:var(--muted);margin:1.25rem auto 0;font-size:.875rem}.truth-fix__cta{margin-top:2rem}.truth-sources{text-align:center;max-width:640px;color:var(--muted);margin:2.5rem auto 0;font-size:.8125rem;line-height:1.6}.truth-fix__cta .button--pill{border:3px solid var(--gold);background:var(--gold);color:var(--ink);border-radius:999px;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;display:inline-block}.truth-fix__cta .button--pill:hover{background:var(--cream);border-color:var(--cream)}@media (max-width:899px){.powder-row{grid-template-columns:1fr 1fr}}@media (max-width:600px){.pouch-equation{flex-direction:column;align-items:center}.pouch-eq__item{text-align:center;width:min(260px,100%)}.truth-bowls{flex-wrap:nowrap;gap:.75rem;margin-top:1.5rem}.truth-bowl{min-width:0;max-width:none;box-shadow:4px 4px 0 var(--ink);flex:1 1 0;padding:1rem .75rem}.truth-bowl__name{letter-spacing:.06em;font-size:.6875rem}.truth-bowl__grams{font-size:2.25rem}.truth-bowl__note{font-size:.75rem;line-height:1.35}.truth-day__cards{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.truth-meal{width:100%;min-width:0;padding:1rem .75rem;box-shadow:4px 4px #00000059}.truth-meal:nth-child(3){grid-column:1/-1;justify-self:center;max-width:calc(50% - .375rem)}.truth-meal__dish{font-size:.875rem}.truth-meal__grams{font-size:1.5rem}.truth-meter__head{flex-wrap:wrap;gap:.25rem .75rem}.truth-meter__track{height:22px}.powder-row{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.powder-row .powder{flex:unset;width:100%;max-width:none;box-shadow:4px 4px 0 var(--ink);padding:1rem .625rem 1.125rem}.powder-row .powder__grams{font-size:1.75rem}.powder-row .powder__note{max-width:none;font-size:.8125rem}.powder--hero{width:100%;max-width:100%}.truth-amino{width:44px;height:44px;font-size:.75rem}.truth-chart{margin-inline:-.25rem}.truth-fix__chips .truth-chip{padding:.5rem .875rem;font-size:.8125rem}}#truth .pouch-eq__item--gold{background:var(--cream)}#truth .pouch-section__ingredient{color:var(--brown);margin-top:1.25rem}.living-index,.living-post-section{padding-top:clamp(2.5rem,6vw,4rem)}.living-index__panel{border:3px solid var(--ink);max-width:920px;box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;margin:0 auto 2rem;padding:clamp(1.25rem,3vw,2rem)}.living-index__hero{text-align:center;max-width:720px;margin:0 auto 1.5rem}.living-index__title{font-family:var(--font-display), serif;color:var(--ink);margin:.75rem 0 1rem;font-size:clamp(2.5rem,7vw,4rem);font-weight:400;line-height:1.05}.living-index__lede{max-width:540px;color:var(--brown);margin:0 auto;font-size:1.125rem;line-height:1.65}.living-feed{max-width:1152px;margin:0 auto}.living-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;display:flex}.living-tag{border:2px solid var(--ink);color:var(--ink);cursor:pointer;background:0 0;border-radius:999px;padding:.4375rem .875rem;font-size:.8125rem;font-weight:600;transition:background-color .16s,color .16s,transform .16s}.living-tag:hover{background:var(--gold);transform:translateY(-1px)}.living-tag.is-active{background:var(--ink);color:var(--gold)}.living-tag--toggle{color:var(--brown);border-style:dashed}.living-feed__count{text-align:center;color:var(--brown);margin:0 0 1.5rem;font-size:.9375rem}.living-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:clamp(1.25rem,3vw,1.75rem);display:grid}.living-card{border:3px solid var(--ink);box-shadow:6px 6px 0 var(--ink);background:#fff;border-radius:20px;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.living-card:hover{box-shadow:8px 8px 0 var(--ink);transform:translate(-2px,-2px)}.living-card__media{border-bottom:3px solid var(--ink);background:var(--cream);aspect-ratio:1;display:block;overflow:hidden}.living-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .32s cubic-bezier(.22,1,.36,1)}.living-card:hover .living-card__media img{transform:scale(1.03)}.living-card__body{flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.5rem;display:flex}.living-card__tags,.living-post-header__tags{flex-wrap:wrap;gap:.375rem;margin:0 0 .875rem;padding:0;list-style:none;display:flex}.living-card__tag{border:1.5px solid var(--ink);background:var(--cream);color:var(--ink);letter-spacing:.04em;cursor:pointer;border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;transition:background-color .16s;display:inline-block}button.living-card__tag{font:inherit;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.living-card__tag:hover,a.living-card__tag:hover{background:var(--gold);color:var(--ink)}.living-card__title{font-family:var(--font-display), serif;color:var(--ink);margin:0 0 .875rem;font-size:clamp(1.375rem,2.5vw,1.625rem);font-weight:400;line-height:1.2}.living-card__title a:hover{color:var(--terracotta)}.living-card__lede{color:var(--terracotta);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.living-card__summary{color:var(--brown);margin:0 0 1.25rem;padding-left:1.125rem;font-size:.9375rem;line-height:1.55}.living-card__summary li+li{margin-top:.375rem}.living-card__body .pill-link{align-self:flex-start;margin-top:auto}.living-post-shell{max-width:820px;margin:0 auto}.living-back{color:var(--ink);align-items:center;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.living-back:hover{color:var(--terracotta)}.living-post-header{text-align:center;margin-bottom:1.5rem}.living-post-header__tags{justify-content:center;margin:1rem 0 0}.living-post-header__title{font-family:var(--font-display), serif;color:var(--ink);margin:0 0 .875rem;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.12}.living-post-header__desc{max-width:560px;color:var(--brown);margin:0 auto;font-size:1.0625rem;line-height:1.65}.living-post-hero{border:3px solid var(--ink);max-width:560px;box-shadow:6px 6px 0 var(--ink);background:#fff;border-radius:20px;margin:0 auto 1.5rem;overflow:hidden}.living-post-hero img{width:100%;height:auto;display:block}.living-post-panel{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);color:var(--ink);background:#fff;border-radius:20px;padding:clamp(1.5rem,4vw,2.75rem)}.living-post-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;margin-top:2rem;display:flex}.living-post-cta .pill-link{margin-top:0}.living-post-cta .button{box-shadow:3px 3px 0 var(--ink)}.heldi-post>p,.heldi-post li,.heldi-post td,.heldi-post th{color:var(--brown);font-size:1.0625rem;line-height:1.75}.heldi-post>p{margin:0 0 1.25rem}.heldi-post h2{font-family:var(--font-display), serif;color:var(--ink);margin:2rem 0 .875rem;font-size:clamp(1.5rem,3vw,1.875rem);line-height:1.2}.heldi-post h3{font-family:var(--font-display), serif;color:var(--ink);margin:1.5rem 0 .5rem;font-size:1.25rem;font-weight:400;line-height:1.3}.heldi-post ul,.heldi-post ol{margin:0 0 1.25rem;padding-left:1.25rem}.heldi-post li+li{margin-top:.375rem}.heldi-post a{color:var(--terracotta);text-underline-offset:2px;text-decoration:underline}.heldi-post a:hover{color:var(--ink)}.heldi-post sup a{font-weight:600;text-decoration:none}.heldi-tldr{border:2px solid var(--ink);background:var(--cream);border-radius:14px;margin:0 0 1.75rem;padding:1.25rem 1.25rem 1.125rem}.heldi-tldr h2{color:var(--terracotta);margin:0 0 .75rem;font-size:1.25rem}.heldi-tldr ul{margin:0}.heldi-tldr li{color:var(--ink)}.heldi-callout{border-left:4px solid var(--gold);background:var(--cream);color:var(--ink);margin:0 0 1.25rem;padding:1rem 1.125rem;font-size:1.0625rem;line-height:1.65}.heldi-callout-number{font-family:var(--font-display), serif;color:var(--terracotta);margin-bottom:.25rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.1;display:block}.heldi-decade{border:2px solid rgb(var(--ink-rgb) / 12%);background:#fbfaf7;border-radius:14px;margin:0 0 1.25rem;padding:1.125rem 1.25rem .25rem}.heldi-decade h3{margin-top:0}.heldi-table{border-collapse:collapse;width:100%;margin:0 0 1.5rem;font-size:.9375rem;display:block;overflow-x:auto}.heldi-table thead,.heldi-table tbody,.heldi-table tr{width:100%}.heldi-table th,.heldi-table td{border:1.5px solid rgb(var(--ink-rgb) / 20%);text-align:left;vertical-align:top;padding:.75rem .875rem}.heldi-table th{background:var(--cream);color:var(--ink);font-weight:600}.heldi-table td{background:#fff}.heldi-faq{margin-bottom:1.5rem}.heldi-faq h3{margin-top:1.75rem}.heldi-references{border-top:2px solid rgb(var(--ink-rgb) / 15%);margin-top:2rem;padding-top:1.5rem}.heldi-references h2{margin-top:0;font-size:1.25rem}.heldi-references li{font-size:.9375rem;line-height:1.55}.price-rrp-label{letter-spacing:.04em;text-transform:uppercase;font-size:.75em}.pdp__legal-name{color:var(--ink);opacity:.85;margin:.25rem 0 0;font-size:.9375rem;font-style:italic}.pdp__disclaimer{margin-top:1.5rem}.heldi-disclaimer{border-top:2px solid rgb(var(--ink-rgb) / 15%);padding-top:1.25rem;color:var(--muted)!important;margin:2rem 0 0!important;font-size:.875rem!important;line-height:1.55!important}@media (max-width:600px){.living-post-panel{box-shadow:5px 5px 0 var(--ink);border-radius:16px;padding:1.25rem 1.125rem 1.5rem}.living-card{box-shadow:4px 4px 0 var(--ink);border-radius:16px}.living-card:hover{box-shadow:5px 5px 0 var(--ink)}.heldi-table{font-size:.8125rem}.heldi-table th,.heldi-table td{padding:.5rem .625rem}}.nav-actions{align-items:center;gap:.65rem;display:flex}@media (min-width:900px){.nav-actions{display:none}}.cart-icon{border:2px solid var(--gold);width:2.5rem;height:2.5rem;color:var(--gold);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:transform .15s,background-color .15s;display:inline-flex;position:relative}.cart-icon:hover{background:var(--gold);color:var(--ink);transform:translateY(-1px)}.cart-icon__badge{border:2px solid var(--ink);background:var(--terracotta);min-width:1.15rem;height:1.15rem;color:var(--cream);border-radius:999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-.45rem;right:-.45rem}.cart-overlay{z-index:90;background:rgb(var(--ink-rgb) / 45%);justify-content:flex-end;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}@keyframes cart-overlay-in{0%{opacity:0}to{opacity:1}}.cart-drawer{border-left:3px solid var(--ink);background:var(--cream);width:min(26rem,100vw);height:100%;color:var(--ink);flex-direction:column;padding:1.5rem 1.5rem 2rem;animation:.26s cubic-bezier(.22,1,.36,1) cart-drawer-in;display:flex;overflow-y:auto}@keyframes cart-drawer-in{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.cart-overlay,.cart-drawer{animation:none}}.cart-drawer__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cart-drawer__header h2{font-family:var(--font-display), serif;font-size:1.5rem;font-weight:400}.cart-drawer__close{border:2px solid var(--ink);width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;background:0 0;border-radius:8px;font-size:1.25rem;line-height:1;transition:background-color .15s,color .15s}.cart-drawer__close:hover{background:var(--ink);color:var(--gold)}.cart-drawer__empty{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:1rem;display:flex}.cart-lines{flex-direction:column;gap:1.25rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.cart-line{border-bottom:2px solid rgb(var(--ink-rgb) / 12%);flex-wrap:wrap;gap:.875rem;padding-bottom:1.25rem;display:flex}.cart-line__included{border-top:1px dashed rgb(var(--ink-rgb) / 25%);flex-direction:column;flex-basis:100%;gap:.375rem;margin:0;padding:.625rem 0 0;list-style:none;display:flex}.cart-line__included li{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.cart-line__included img{object-fit:cover;border:1px solid rgb(var(--ink-rgb) / 25%);background:#fff;border-radius:6px;width:1.5rem;height:1.5rem}.cart-line__included s{color:var(--muted);margin-left:auto}.cart-line__included strong{color:var(--terracotta)}.cart-line__image{border:2px solid var(--ink);object-fit:cover;background:#fff;border-radius:10px;flex-shrink:0;width:72px;height:72px}.cart-line__details{flex:1;min-width:0}.cart-line__title{font-weight:600}.cart-line__variant{color:var(--brown);font-size:.8125rem}.cart-line__pricing{text-align:right;flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.cart-line__compare{color:var(--muted);font-size:.8125rem}.cart-line__price{font-weight:700}.cart-line__savings{max-width:9rem;color:var(--terracotta);font-size:.75rem;font-weight:600}.cart-line__remove{color:var(--brown);text-underline-offset:.2em;cursor:pointer;background:0 0;border:0;padding:0;font-size:.8125rem;text-decoration:underline}.cart-line__remove:hover{color:var(--terracotta)}.cart-line__nudge{color:var(--terracotta);margin:.375rem 0 0;font-size:.75rem;font-weight:600}.qty-stepper{border:2px solid var(--ink);border-radius:999px;align-items:center;gap:.75rem;margin-top:.5rem;padding:.2rem .4rem;display:inline-flex}.qty-stepper button{width:1.5rem;height:1.5rem;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:1rem;font-weight:700;line-height:1}.qty-stepper button:hover:not(:disabled){background:var(--gold)}.qty-stepper button:disabled{opacity:.4;cursor:default}.qty-stepper span{text-align:center;min-width:1.25rem;font-weight:600}.shipping-meter{margin-bottom:1.25rem}.shipping-meter__label{margin-bottom:.45rem;font-size:.875rem;font-weight:600}.shipping-meter__track{border:2px solid var(--ink);background:#fff;border-radius:999px;height:.625rem;overflow:hidden}.shipping-meter__fill{background:var(--gold);height:100%;transition:width .3s}.shipping-meter__fill--full{background:var(--terracotta)}.discount-field{gap:.5rem;margin-bottom:.5rem;display:flex}.discount-field input{border:2px solid var(--ink);min-width:0;color:var(--ink);font:inherit;background:#fff;border-radius:8px;flex:1;padding:.6rem .875rem;font-size:.9375rem}.discount-field input:focus-visible{outline:2px solid var(--gold);outline-offset:1px}.discount-field__applied{color:var(--terracotta);margin-bottom:.5rem;font-size:.875rem}.discount-field__error{color:var(--terracotta);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.cart-drawer__error{border:2px solid var(--terracotta);color:var(--ink);background:var(--cream);border-radius:.5rem;margin:0 0 1rem;padding:.75rem .875rem;font-size:.9375rem;font-weight:600;line-height:1.4}.cart-drawer__summary{border-top:3px solid var(--ink);margin-top:auto;padding-top:1.25rem}.cart-drawer__subtotal-row,.cart-drawer__total-row{justify-content:space-between;align-items:baseline;margin-bottom:.35rem;display:flex}.cart-drawer__subtotal-row s{color:var(--muted)}.cart-drawer__total-row{font-size:1.125rem}.cart-drawer__shipping-note{color:var(--brown);margin-bottom:1rem;font-size:.8125rem}.cart-drawer__checkout{text-align:center;width:100%;display:block}.cart-drawer__checkout:disabled{background:var(--muted);color:var(--cream);cursor:default;transform:none}.cart-drawer__mock-note{color:var(--brown);text-align:center;margin-top:.6rem;font-size:.8125rem}.cart-gifting{border:2px solid var(--ink);background:#fff;border-radius:12px;flex-wrap:wrap;align-items:flex-start;gap:.625rem;margin:0 0 .875rem;padding:.875rem 1rem;display:flex}.cart-gifting label{flex:1;min-width:0}.cart-gifting input{width:1.05rem;height:1.05rem;accent-color:var(--terracotta);flex-shrink:0;margin:.15rem 0 0}.cart-gifting label{color:var(--ink);cursor:pointer;font-size:.875rem;line-height:1.5}.cart-gifting--disabled{opacity:.55}.cart-gifting--disabled label,.cart-gifting--disabled input{cursor:default}.cart-gifting__hint{color:var(--brown);flex-basis:100%;margin:0;font-size:.8125rem}.cart-drawer__saving-line{color:var(--brown);justify-content:space-between;align-items:baseline;margin-bottom:.35rem;font-size:.875rem;display:flex}.cart-drawer__saving-line span:last-child{color:var(--terracotta);font-variant-numeric:tabular-nums}.cart-drawer__savings-row{color:var(--terracotta);justify-content:space-between;align-items:baseline;margin-bottom:.35rem;font-weight:600;display:flex}.cart-drawer__shipping-row{justify-content:space-between;align-items:baseline;margin-bottom:.35rem;display:flex}.cart-drawer__nudge{color:var(--brown);margin:.25rem 0 .5rem;font-size:.8125rem}.dev-mode-toggle{z-index:80;border:2px solid var(--ink);background:var(--cream);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 rgb(var(--ink-rgb) / 35%);border-radius:999px;padding:.5rem .875rem;font-size:.75rem;font-weight:600;position:fixed;bottom:1rem;left:1rem}.dev-mode-toggle:hover{background:var(--gold)}.pdp{flex-wrap:wrap;align-items:flex-start;gap:clamp(2rem,5vw,4rem);max-width:1152px;margin:0 auto;display:flex}.pdp__gallery{flex:24rem;max-width:34rem}@media (min-width:900px){.pdp__gallery{position:sticky;top:5.5rem}}.pdp__buy{flex:22rem;min-width:0}.pdp__hero-image{position:relative}.pdp__hero-image img{aspect-ratio:1;object-fit:cover;border:3px solid var(--ink);width:100%;height:auto;box-shadow:5px 5px 0 rgb(var(--ink-rgb) / 25%);background:#fff;border-radius:24px;display:block}.pdp__annos{pointer-events:none;position:absolute;inset:0}.pdp__anno{border:2px solid var(--ink);color:var(--ink);white-space:nowrap;box-shadow:3px 3px 0 rgb(var(--ink-rgb) / 30%);background:#fff;border-radius:999px;align-items:baseline;gap:.4rem;padding:.3rem .75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.pdp__anno s{color:var(--muted);font-weight:600}.pdp__anno strong{color:var(--terracotta)}.pdp__anno--price{background:var(--ink);color:var(--gold);font-size:1rem;position:absolute;top:1rem;right:1rem}.pdp__anno--price s{color:#f8f0dea6}.pdp__anno-stack{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex;position:absolute;top:1rem;left:1rem}.pdp__thumbs{gap:.625rem;margin-top:.875rem;display:flex}.pdp__thumb{border:2px solid rgb(var(--ink-rgb) / 32%);cursor:pointer;background:#fff;border-radius:14px;width:4.25rem;height:4.25rem;padding:0;overflow:hidden}.pdp__thumb img{object-fit:cover;border-radius:12px;width:100%;height:100%}.pdp__thumb.is-active{border-color:var(--ink);box-shadow:3px 3px 0 var(--ink)}.pdp__title{font-family:var(--font-display), serif;margin:.25rem 0;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:400}.pdp__lede{max-width:34rem;color:var(--brown);font-size:1.0625rem}.pdp__pills{flex-wrap:wrap;justify-content:flex-start;gap:.5rem .625rem;margin:1rem 0 1.5rem;padding:0;list-style:none;display:flex}.pdp__pill{border:1.5px solid rgb(var(--ink-rgb) / 32%);color:var(--ink);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.375rem;padding:.4375rem .75rem;font-size:.8125rem;display:inline-flex}.pdp__pill-icon{flex-shrink:0;width:auto;height:1.25rem}.pdp__group-label{letter-spacing:.18em;text-transform:uppercase;color:var(--ink);margin:1.25rem 0 .625rem;font-size:.8125rem;font-weight:700}.pdp__group-label strong{color:var(--terracotta)}.option-grid{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.875rem;display:grid}.option-grid--size{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}.option-card{border:2px solid var(--ink);cursor:pointer;text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:.25rem;padding:1.125rem .75rem .875rem;transition:box-shadow .15s,background-color .15s;display:flex;position:relative}.option-card:hover{box-shadow:3px 3px 0 rgb(var(--ink-rgb) / 25%)}.option-card.is-selected{background:var(--gold);box-shadow:4px 4px 0 var(--ink)}.option-card input{opacity:0;position:absolute}.option-card:has(input:focus-visible){outline:3px solid var(--terracotta);outline-offset:3px}.option-card__img{object-fit:contain;width:auto;height:3.5rem}.option-card__name{font-weight:700}.option-card__meta{color:var(--brown);font-size:.8125rem}.option-card__price{font-size:1rem}.option-card__price s{color:var(--muted);margin-right:.3rem;font-size:.8125rem}.option-card__flag{border:2px solid var(--ink);background:var(--terracotta);color:var(--cream);letter-spacing:.06em;white-space:nowrap;border-radius:999px;padding:.2rem .65rem;font-size:.6875rem;font-weight:700;position:absolute;top:-.8rem;left:50%;transform:translate(-50%)}.pdp__includes{border:2px solid var(--ink);box-shadow:4px 4px 0 rgb(var(--ink-rgb) / 25%);background:#fff;border-radius:16px;margin-top:1.25rem;padding:1.125rem 1.25rem}.pdp__includes-title{margin-bottom:.625rem;font-weight:700}.pdp__includes-row{align-items:center;gap:.625rem;padding:.375rem 0;font-size:.9375rem;display:flex}.pdp__includes-row s{color:var(--muted);margin-left:auto}.pdp__includes-row strong{color:var(--terracotta)}.pdp__includes-note{color:var(--muted);font-size:.8125rem}.pdp__includes-img{object-fit:contain;flex-shrink:0;width:1.75rem;height:1.75rem}.pdp__cta{border:3px solid var(--ink);background:var(--gold);width:100%;color:var(--ink);text-align:center;cursor:pointer;box-shadow:4px 4px 0 var(--ink);border-radius:999px;margin-top:1.5rem;padding:1.05rem 1.5rem;font-size:1.0625rem;font-weight:700;transition:transform .15s,background-color .15s;display:block}.pdp__cta:hover{background:var(--cream);transform:translateY(-2px)}.pdp__cta:disabled{background:var(--muted);color:var(--cream);box-shadow:none;cursor:default;transform:none}.pdp__promise{color:var(--brown);text-align:center;margin-top:.875rem;font-size:.875rem}.pdp__promise strong{color:var(--ink)}.pdp-review-teasers{margin-top:1.5rem}.pdp-review-teasers__summary{text-align:center;margin-bottom:.75rem}.pdp-review-teasers__count{color:var(--ink);margin:0;font-size:.9375rem;font-weight:700}.pdp-review-teasers__stars{color:var(--terracotta);letter-spacing:.1em;margin:.25rem 0 0;font-size:1.125rem;line-height:1}.pdp-review-teasers__grid{grid-template-columns:repeat(3,1fr);gap:.625rem;margin:0;padding:0;list-style:none;display:grid}.pdp-review-teaser{aspect-ratio:1;border:2px solid var(--ink);background:var(--ink);cursor:pointer;width:100%;box-shadow:3px 3px 0 var(--ink);border-radius:14px;padding:0;transition:transform .15s;display:block;position:relative;overflow:hidden}.pdp-review-teaser:hover{transform:translateY(-2px)}.pdp-review-teaser img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.pdp-review-teaser__play{background:rgb(var(--ink-rgb) / 22%);color:var(--cream);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pdp-review-teaser__play svg{border:2px solid var(--cream);background:rgb(var(--ink-rgb) / 45%);border-radius:999px;width:2rem;height:2rem;padding:.4rem .4rem .4rem .5rem;display:block}.pdp-review-teasers__more{width:100%;color:var(--ink);cursor:pointer;font:inherit;text-align:center;text-underline-offset:.2em;background:0 0;border:0;margin-top:.875rem;padding:0;font-size:.9375rem;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;display:block}.pdp-review-teasers__more:hover{color:var(--terracotta)}.pdp-review-pop-overlay{z-index:95;background:rgb(var(--ink-rgb) / 55%);justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}.pdp-review-pop{border:3px solid var(--ink);background:var(--cream);width:min(24rem,100%);max-height:min(90vh,44rem);color:var(--ink);box-shadow:6px 6px 0 rgb(var(--ink-rgb) / 35%);border-radius:20px;padding:1rem 1rem 1.25rem;position:relative;overflow-y:auto}.pdp-review-pop__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.pdp-review-pop__header .eyebrow{margin:0}.pdp-review-pop__close{border:2px solid var(--ink);width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;box-shadow:2px 2px 0 var(--ink);background:#fff;border-radius:8px;flex:none;font-size:1.25rem;line-height:1}.pdp-review-pop__close:hover{background:var(--gold)}.pdp-review-pop__video{aspect-ratio:1;background:var(--ink);object-fit:cover;border-radius:14px;width:100%;display:block}.pdp-review-pop__body{margin-top:.875rem;padding:0 .15rem}.pdp-review-pop__stars{color:var(--muted);letter-spacing:.08em;margin:0 0 .35rem;font-size:.9375rem;line-height:1}.pdp-review-pop__stars .is-filled{color:var(--terracotta)}.pdp-review-pop__spoons{color:var(--brown);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.pdp-review-pop__spoons span{font-weight:500}.pdp-review-pop__text{color:var(--ink);margin:0 0 .75rem;font-size:.9375rem;line-height:1.5}.pdp-review-pop__byline{color:var(--brown);margin:0;font-size:.8125rem}.pdp-review-pop__byline strong{color:var(--ink)}.pdp-review-pop__verified{color:var(--terracotta);letter-spacing:.06em;margin-left:.5rem;font-size:.6875rem;font-weight:700}.pdp__sale-note{color:var(--terracotta);text-align:center;margin-top:.75rem;font-weight:600}.pdp__desc{color:var(--brown);margin-top:1.75rem;line-height:1.65}.pdp-accordion{border-top:2px solid var(--ink);overflow-anchor:none;margin-top:2rem}.pdp-accordion article{border-bottom:2px solid var(--ink)}.pdp-accordion h3{margin:0}.pdp-accordion button{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.125rem 0;font-size:1.0625rem;font-weight:600;display:flex}.pdp-accordion button b{color:var(--terracotta);font-family:var(--font-display), serif;flex:none;font-size:1.5rem;font-weight:400;line-height:1}.pdp-accordion__answer{max-width:720px;color:var(--brown);margin:0;padding:0 0 1.5rem;font-size:1.0625rem;line-height:1.65;animation:.18s ease-out answer-in}.pdp-accordion__answer p{margin:0 0 .875rem}.pdp-accordion__answer p:last-child{margin-bottom:0}.pdp-accordion__answer a,.pdp__desc a{text-underline-offset:.2em;font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.pdp-accordion__answer a:hover,.pdp__desc a:hover{color:var(--terracotta)}.pdp__nutrition-link{border:2px solid var(--ink);color:var(--ink);cursor:pointer;font:inherit;box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:999px;align-items:center;gap:.4rem;margin-top:.75rem;padding:.4375rem .875rem;font-size:.875rem;font-weight:700;transition:transform .15s,background-color .15s;display:inline-flex}.pdp__nutrition-link:hover{background:var(--gold);transform:translateY(-1px)}.pdp__nutrition-link b{color:var(--terracotta);font-weight:700;transition:transform .15s}.pdp__nutrition-link:hover b{transform:translate(3px)}.nutri-overlay{z-index:95;background:rgb(var(--ink-rgb) / 45%);justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}.nutri-modal{border:3px solid var(--ink);background:var(--cream);width:min(38rem,100%);max-height:min(85vh,46rem);color:var(--ink);box-shadow:6px 6px 0 rgb(var(--ink-rgb) / 35%);border-radius:20px;padding:1.5rem clamp(1.25rem,3vw,2rem) 2rem;overflow-y:auto}.nutri-modal__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.nutri-modal__header h2{font-family:var(--font-display), serif;font-size:1.75rem;font-weight:400}.nutri-modal__close{border:2px solid var(--ink);width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;background:0 0;border-radius:8px;font-size:1.25rem;line-height:1;transition:background-color .15s,color .15s}.nutri-modal__close:hover{background:var(--ink);color:var(--gold)}.nutri-formula{margin-bottom:.625rem;font-size:.9375rem}.nutri-complete{margin-bottom:1.25rem;font-size:.9375rem}.nutri-complete strong,.nutri-formula strong{color:var(--terracotta)}.nutri-table{border-collapse:collapse;width:100%;margin:0 0 .5rem;font-size:.875rem}.nutri-table th,.nutri-table td{border-bottom:1px solid rgb(var(--ink-rgb) / 18%);text-align:right;color:var(--brown);padding:.45rem .5rem;font-weight:400}.nutri-table th[scope=row],.nutri-table thead th:first-child{text-align:left}.nutri-table thead th{border-bottom:2px solid var(--ink);color:var(--ink);font-weight:700}.nutri-table th[scope=row]{color:var(--ink);font-weight:600}.nutri-table__indent th[scope=row]{padding-left:1.25rem;font-style:italic;font-weight:400}.nutri-table+.nutri-table{margin-top:1.25rem}.nutri-footnote{color:var(--muted);margin:.25rem 0 1rem;font-size:.75rem;line-height:1.5}.option-card--slim{padding:.875rem .75rem}.option-card__img{border-radius:10px}.pdp__includes-img{border-radius:6px}@media (max-width:899px){.pdp{gap:1.75rem}.option-grid{grid-template-columns:repeat(3,1fr);gap:.625rem}.option-card__flag{letter-spacing:.04em;padding:.15rem .45rem;font-size:.5625rem}.option-grid--size{grid-template-columns:repeat(2,1fr)}.pdp__anno{padding:.25rem .6rem;font-size:.6875rem}.pdp__anno--price{font-size:.875rem}.nutri-table{font-size:.75rem}}.pdp__launch{margin:1.5rem 0 .25rem}.pdp__launch-title{font-family:var(--font-display), serif;margin:.375rem 0 .25rem;font-size:1.5rem;font-weight:400}.pdp__launch-subline{color:var(--brown);margin:0;font-size:.9375rem;line-height:1.55}.option-card__flag--gold{background:var(--gold);color:var(--ink)}.option-card__save{color:var(--terracotta);font-size:.75rem;font-weight:700}.gifting__copy{text-align:center;align-items:center;max-width:640px;margin:0 auto}.gifting__cta{background:var(--gold);color:var(--ink);margin-top:1rem}.gifting__chip{border:2px solid var(--ink);border-left:3px dotted var(--ink);background:var(--gold);color:var(--ink);cursor:pointer;font-family:var(--font-display), serif;letter-spacing:.14em;border-radius:4px 16px 16px 4px;margin-top:.375rem;padding:.875rem 1.75rem .875rem 2rem;font-size:1.375rem;transition:transform .15s,background-color .15s;box-shadow:4px 4px #eda31d4d}.gifting__chip:hover{background:var(--cream);transform:translateY(-2px)}.gifting__copy p.gifting__small{color:var(--dark-muted);font-size:.8125rem}.gifting-picker{flex-direction:column;align-items:center;gap:.875rem;margin-top:.375rem;display:flex}.gifting-picker__options{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.gifting-picker__option{color:var(--cream);cursor:pointer;background:0 0;border:2px solid #f8f0de73;border-radius:999px;padding:.5rem 1.125rem;font-size:.9375rem;transition:border-color .15s,background-color .15s,color .15s}.gifting-picker__option:hover{border-color:var(--cream)}.gifting-picker__option.is-selected{border-color:var(--gold);background:var(--gold);color:var(--ink);font-weight:700}.gifting-picker__apply{color:var(--dark-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;font-size:.875rem;text-decoration:underline;transition:color .15s}.gifting-picker__apply:hover{color:var(--cream)}.gifting-pop-overlay{z-index:96;background:rgb(var(--ink-rgb) / 45%);justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}.gifting-pop{border:3px solid var(--gold);background:var(--ink);width:min(30rem,100%);max-height:min(85vh,40rem);color:var(--cream);text-align:center;box-shadow:6px 6px 0 rgb(var(--ink-rgb) / 35%);border-radius:20px;padding:2.25rem clamp(1.25rem,4vw,2.25rem) 1.75rem;position:relative;overflow-y:auto}.gifting-pop .eyebrow{margin-bottom:.5rem}.gifting-pop h2{margin-bottom:.75rem;font-size:clamp(1.625rem,4vw,2.125rem)}.gifting-pop>p:not(.eyebrow):not(.gifting__small){color:var(--dark-muted)}.gifting-pop .gifting__small{color:var(--dark-muted);margin-top:1rem;margin-bottom:0;font-size:.8125rem}.gifting-pop__close{border:2px solid var(--cream);width:2.25rem;height:2.25rem;color:var(--cream);cursor:pointer;background:0 0;border-radius:8px;font-size:1.25rem;line-height:1;transition:background-color .15s,color .15s;position:absolute;top:.875rem;right:.875rem}.gifting-pop__close:hover{background:var(--cream);color:var(--ink)}.audience-heading__line2{display:inline}@media (min-width:900px){.audience-heading__line2{display:block}}.legal{max-width:760px;color:var(--brown);margin:0 auto;font-size:1rem;line-height:1.7}.legal h1{color:var(--ink);font-family:var(--font-display), serif;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:400}.legal h2{color:var(--ink);font-family:var(--font-display), serif;margin:2rem 0 .75rem;font-size:1.5rem;font-weight:400}.legal p{margin-bottom:.875rem}.legal a{text-underline-offset:.2em;font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.legal a:hover{color:var(--terracotta)}.legal ul,.legal ol{margin:0 0 1rem 1.25rem}.legal li{margin-bottom:.4rem}.legal blockquote{border:2px solid var(--ink);box-shadow:3px 3px 0 rgb(var(--ink-rgb) / 20%);background:#fff;border-radius:12px;margin:1rem 0;padding:.75rem 1.125rem}.legal blockquote p{margin:0}.legal table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9375rem}.legal th,.legal td{border-bottom:1px solid rgb(var(--ink-rgb) / 18%);text-align:left;vertical-align:top;padding:.5rem .625rem}.legal thead th{border-bottom:2px solid var(--ink);color:var(--ink)}.legal code{background:rgb(var(--ink-rgb) / 8%);color:var(--terracotta);border-radius:6px;padding:.1rem .35rem;font-size:.875em}.legal .table-scroll,.legal table{display:block;overflow-x:auto}@media (min-width:700px){.legal table{display:table;overflow-x:visible}}.footer-legal{border-top:1px solid #eda31d33;flex-wrap:wrap;flex-basis:100%;gap:.4rem 1.25rem;padding-top:.75rem;font-size:.8125rem;display:flex}.footer-legal a{color:var(--dark-muted);text-underline-offset:.2em;text-decoration:underline;text-decoration-thickness:1px}.footer-legal a:hover{color:var(--gold)}.footer-company{color:var(--dark-muted);flex-basis:100%;font-size:.75rem}.dev-mode-toggle--menu{box-shadow:none;color:inherit;background:0 0;border-width:1.5px;padding:.3rem .75rem;font-size:.8125rem;position:static}.dev-mode-toggle--menu:hover{background:var(--gold);color:var(--ink)}.reviews{flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem);max-width:1152px;margin:0 auto;display:flex}.reviews__header{text-align:center;flex-direction:column;align-items:center;gap:.875rem;display:flex}.reviews__header h2{max-width:22ch}.reviews__lede{max-width:40rem;color:var(--brown);margin:0;font-size:1.125rem;line-height:1.65}.review-gallery{flex-direction:column;gap:1.125rem;display:flex}.review-gallery__filters{flex-wrap:wrap;justify-content:center;gap:.625rem;display:flex}.review-filter{border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);color:var(--ink);letter-spacing:.06em;cursor:pointer;background:#fff;border-radius:999px;padding:.45rem 1.15rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.review-filter.is-active{background:var(--ink);box-shadow:3px 3px 0 var(--gold);color:var(--cream)}.review-gallery__rail{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;margin:0 calc(-1*clamp(1.25rem,5vw,4rem));padding:.5rem max(clamp(1.25rem,5vw,4rem),50% - min(78vw,320px)/2) 1rem;display:flex;overflow-x:auto}.review-gallery__rail::-webkit-scrollbar{display:none}@supports not (scroll-snap-type:x mandatory){.review-gallery__rail{scroll-snap-type:none;flex-wrap:wrap;justify-content:center;padding-inline:0;overflow-x:visible}}.review-card{border:3px solid var(--ink);width:min(78vw,320px);box-shadow:6px 6px 0 var(--ink);color:var(--ink);scroll-snap-align:center;background:#fff;border-radius:20px;flex-direction:column;flex:none;padding:12px 12px 16px;display:flex}.section--gold .review-card{background:var(--cream)}.review-card__media{aspect-ratio:1;border:2px solid var(--ink);background:var(--ink);border-radius:14px;position:relative;overflow:hidden}.review-card__media img,.review-card__media video{object-fit:cover;width:100%;height:100%;display:block}.review-card__play{background:rgb(var(--ink-rgb) / 18%);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0}.review-card__play span{border:3px solid var(--ink);background:var(--gold);width:3.5rem;height:3.5rem;box-shadow:3px 3px 0 var(--ink);color:var(--ink);border-radius:999px;justify-content:center;align-items:center;padding-left:3px;transition:transform .15s;display:flex}.review-card__play:hover span{transform:scale(1.08)}.review-card__protein{border:2px solid var(--ink);background:var(--gold);box-shadow:2px 2px 0 var(--ink);color:var(--ink);pointer-events:none;border-radius:999px;padding:.3rem .7rem;font-size:.8125rem;font-weight:600;position:absolute;bottom:10px;left:10px}.review-card__stock-tag{border:2px solid var(--ink);background:var(--cream);color:var(--ink);letter-spacing:.14em;pointer-events:none;border-radius:999px;padding:.25rem .6rem;font-size:.625rem;font-weight:600;position:absolute;top:10px;left:10px}.review-card__body{flex-direction:column;flex:1;gap:.5rem;padding-top:.875rem;display:flex}.review-card__stars{letter-spacing:.14em;margin:0;font-size:1.05rem}.review-card__stars span{color:rgb(var(--ink-rgb) / 18%)}.review-card__stars .is-filled{color:var(--gold)}.review-card__spoons{color:var(--terracotta);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.review-card__text{color:var(--brown);flex:1;margin:0;font-size:.9375rem;line-height:1.55}.review-card__byline{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;font-size:.8125rem;display:flex}.review-card__byline>span{color:var(--muted)}.review-card__verified{border:1.5px solid var(--ink);background:var(--cream);letter-spacing:.12em;border-radius:999px;padding:.15rem .5rem;font-size:.625rem;font-weight:600;color:var(--ink)!important}.review-gallery__dots{justify-content:center;gap:.5rem;display:flex}.review-gallery__dot{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.review-gallery__dot:before{content:"";background:rgb(var(--ink-rgb) / 22%);border-radius:999px;width:8px;height:8px;transition:width .25s,height .25s,border-radius .25s,background .25s}@media (prefers-reduced-motion:reduce){.review-gallery__dot:before{transition:none}}.review-gallery__dot.is-active:before{background:var(--ink);border-radius:999px;width:24px;height:6px}.review-gallery__sample-note{color:var(--muted);text-align:center;margin:0;font-size:.8125rem;font-style:italic}.leaderboard{flex-direction:column;gap:1.25rem;width:100%;max-width:760px;margin:0 auto;display:flex}.leaderboard__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.leaderboard__header h3{font-family:var(--font-display), serif;margin:0;font-size:clamp(1.625rem,4vw,2.25rem);font-weight:400;line-height:1.15}.leaderboard__header p:not(.eyebrow){max-width:36rem;color:var(--brown);margin:0;font-size:1rem;line-height:1.6}.leaderboard__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.leaderboard__row{border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;grid-template-areas:"rank who grams""rank dish grams";align-items:center;gap:.125rem 1rem;padding:.75rem 1rem;display:grid}.leaderboard__rank{border:2.5px solid var(--ink);width:2.5rem;height:2.5rem;font-family:var(--font-display), serif;background:#fff;border-radius:999px;grid-area:rank;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.leaderboard__row:first-child .leaderboard__rank{background:var(--gold);box-shadow:2px 2px 0 var(--ink)}.leaderboard__row:nth-child(2) .leaderboard__rank,.leaderboard__row:nth-child(3) .leaderboard__rank{background:var(--cream)}.leaderboard__who{grid-area:who;font-size:.9375rem}.leaderboard__who span{color:var(--muted);font-weight:400}.leaderboard__dish{color:var(--brown);grid-area:dish;font-size:.875rem}.leaderboard__grams{color:var(--terracotta);font-family:var(--font-display), serif;grid-area:grams;font-size:clamp(1.5rem,4vw,1.875rem);line-height:1}.leaderboard__note{max-width:34rem;color:var(--muted);text-align:center;margin:0 auto;font-size:.8125rem;font-style:italic}@media (min-width:720px){.leaderboard__row{grid-template-columns:auto 1.1fr 1.5fr auto;grid-template-areas:"rank who dish grams"}}.review-shell{max-width:680px;margin-inline:auto}.review-hero{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.review-hero h1{margin-bottom:1rem;font-size:clamp(2.25rem,6.5vw,3.25rem);line-height:1.08}.review-hero__lede{max-width:34rem;color:var(--brown);margin:0 auto;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6}.review-form-card{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;padding:clamp(1.5rem,4.5vw,2.75rem)}.review-form-card button:focus-visible{outline-color:var(--terracotta)}.review-form{gap:1.625rem;display:grid}.review-field{border:0;min-inline-size:auto;margin:0;padding:0}.review-field__label{margin-bottom:.5rem;padding:0;font-weight:600;display:block}.review-field__hint{color:var(--brown);margin:.5rem 0 0;font-size:.8125rem;line-height:1.5}.review-field__error{color:var(--terracotta);margin:.5rem 0 0;font-size:.9375rem;font-weight:600}.review-form input[type=text],.review-form input[type=email],.review-form textarea{border:2px solid var(--ink);background:var(--cream);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:.75rem 1rem}.review-form textarea{resize:vertical;min-height:7rem}.review-form textarea:focus-visible{outline:3px solid var(--terracotta);outline-offset:3px}.review-stars{gap:.25rem;display:flex}.review-star{min-width:2.75rem;min-height:2.75rem;color:rgb(var(--ink-rgb) / 22%);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:2.25rem;line-height:1;display:inline-flex}.review-star.is-filled{color:var(--terracotta)}.review-star:has(input:focus-visible){outline:3px solid var(--terracotta);outline-offset:3px}.review-stars__caption{min-height:1.4em;color:var(--terracotta);margin:.5rem 0 0;font-size:.9375rem;font-weight:600}.review-chips{flex-wrap:wrap;gap:.625rem;display:flex}.review-chip__note{margin-left:.375rem;font-weight:400}.review-upload{border:2px dashed rgb(var(--ink-rgb) / 45%);background:var(--cream);color:var(--brown);text-align:center;cursor:pointer;border-radius:16px;padding:1rem 1.25rem;font-size:.9375rem;display:block}.review-upload:hover{border-color:var(--ink);color:var(--ink)}.review-upload:has(input:focus-visible){outline:3px solid var(--terracotta);outline-offset:3px}.review-upload.has-file{border-style:solid;border-color:var(--ink);color:var(--ink);overflow-wrap:anywhere;font-weight:600}.review-upload__remove{color:var(--terracotta);text-underline-offset:.2em;cursor:pointer;background:0 0;border:0;justify-self:start;margin-top:.5rem;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline}.review-form__pair{gap:1.625rem;display:grid}.review-form__trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.review-consent{cursor:pointer;align-items:flex-start;gap:.625rem;font-size:.9375rem;display:flex}.review-consent input{width:1.25rem;height:1.25rem;accent-color:var(--ink);flex:none;margin:.1rem 0 0}.review-form__submit{width:100%}.review-form__legal{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.55}.review-form-card--success{justify-items:start;gap:1rem;display:grid}.review-form-card--success h2{margin:0;font-size:clamp(1.75rem,4.5vw,2.25rem);line-height:1.15}.review-form-card--success p{color:var(--brown);margin:0;line-height:1.6}.review-next{text-align:center}.review-next__steps{text-align:left;gap:1rem;margin:clamp(1.5rem,4vw,2.25rem) 0 0;padding:0;list-style:none;display:grid}.review-next__step{flex-direction:row;align-items:baseline;gap:1rem;padding:1.25rem 1.5rem}.review-next__step p{color:var(--brown);margin:0;line-height:1.55}.review-next__num{font-family:var(--font-display), serif;color:var(--terracotta);font-size:1.75rem;line-height:1}.reviews__submit-cta{text-align:center;margin:clamp(1.75rem,4vw,2.5rem) 0 0}@media (min-width:900px){.review-form__pair{grid-template-columns:1fr 1fr;gap:1rem 1.25rem}.review-form__submit{justify-self:start;width:auto;padding-inline:2.5rem}.review-next__steps{grid-template-columns:repeat(3,minmax(0,1fr))}.review-next__step{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem}}.ways-jump{flex-wrap:wrap;justify-content:center;gap:.625rem;margin-top:1.75rem;display:flex}.ways-jump .truth-chip{text-decoration:none;transition:transform .16s}@media (max-width:560px){.ways-jump{gap:.5rem}.ways-jump .truth-chip{box-shadow:2px 2px 0 var(--ink);padding:.375rem .75rem;font-size:.8125rem}}@media (hover:hover) and (pointer:fine){.ways-jump .truth-chip:hover{background:var(--gold);transform:translateY(-2px)}}.ways-method__grid{gap:clamp(1.75rem,4vw,3rem);max-width:1020px;margin:0 auto;display:grid}.ways-method__copy{text-align:center}.ways-method__copy h2{max-width:22ch;font-family:var(--font-display), serif;color:var(--ink);margin:.75rem auto 1.25rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15}.ways-method__intro{color:var(--brown);text-align:left;margin:0;font-size:1.0625rem;line-height:1.7}.ways-method--on-ink .ways-method__copy h2{color:var(--cream)}.ways-method--on-ink .ways-method__intro{color:var(--dark-muted)}.ways-steps-card{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;align-self:center;padding:clamp(1.25rem,3vw,1.75rem)}.ways-method--on-ink .ways-steps-card{box-shadow:8px 8px #00000073}.ways-steps{gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.ways-step{grid-template-columns:5.5rem minmax(0,1fr);align-items:start;gap:.875rem;display:grid}.ways-step p{color:var(--brown);margin:0;font-size:1rem;line-height:1.55}.ways-step__num{border:2px solid var(--ink);background:var(--cream);width:5.5rem;min-height:2rem;color:var(--ink);font-family:var(--font-display), serif;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.2rem .5rem;font-size:.9375rem;display:inline-flex}.ways-step__num--protein{background:var(--gold)}.ways-steps-card__serving{border-top:2px dashed rgb(var(--ink-rgb) / .3);color:var(--brown);justify-content:space-between;align-items:baseline;gap:.75rem;margin:1.25rem 0 0;padding-top:1rem;font-size:.9375rem;display:flex}.ways-steps-card__serving strong{color:var(--ink);font-family:var(--font-display), serif;text-align:right;font-size:1.125rem;font-weight:400}.ways-strip{border:3px solid var(--ink);width:100%;box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:20px;gap:clamp(.75rem,1.8vw,1rem);margin:0;padding:clamp(1rem,2.5vw,1.5rem);display:grid}.ways-method--on-ink .ways-strip{box-shadow:8px 8px 0 var(--gold)}.ways-strip__bar{background:var(--ink);color:var(--cream);font-family:var(--font-display), serif;letter-spacing:.22em;text-align:center;text-transform:uppercase;border-radius:10px;padding:.5rem 1rem;font-size:clamp(.8rem,1.6vw,.95rem)}.ways-strip__media{aspect-ratio:2.1;border:2px solid var(--ink);border-radius:12px;position:relative;overflow:hidden}.ways-strip__media img{object-fit:cover;object-position:50% 85%;width:100%;height:100%;display:block}.ways-strip__video{object-fit:cover;object-position:50% 85%;width:100%;height:100%;position:absolute;inset:0}.ways-strip__steps{min-height:3rem;margin:0;padding:0;position:relative}.ways-strip__step{width:32%;color:var(--brown);text-align:center;text-wrap:balance;white-space:pre-line;font-size:clamp(.8125rem,1.8vw,1.0625rem);font-weight:600;line-height:1.3;position:absolute;top:0;transform:translate(-50%)}.ways-strip__serving{border-top:2px dashed rgb(var(--ink-rgb) / .3);color:var(--brown);text-align:center;justify-content:center;align-items:baseline;gap:.6rem;margin:0;padding-top:.85rem;font-size:.9375rem;display:flex}.ways-strip__serving strong{color:var(--ink);font-family:var(--font-display), serif;text-align:right;font-size:1.125rem;font-weight:400}.ways-strip__serving--ladder,.ways-steps-card__serving--ladder{grid-template-columns:minmax(0,1fr);gap:.45rem;display:grid}.ways-strip__serving--ladder p,.ways-steps-card__serving--ladder p{justify-content:center;align-items:baseline;gap:.6rem;margin:0;display:flex}.ways-method__note{max-width:1020px;color:var(--muted);text-align:center;margin:clamp(1.5rem,3vw,2rem) auto 0;font-size:.9375rem;font-style:italic}.ways-method--on-gold .ways-method__note{color:var(--brown)}.ways-method--on-ink .ways-method__note{color:var(--dark-muted)}@media (min-width:900px){.ways-method__grid{grid-template-columns:minmax(0,1fr) minmax(0,420px);align-items:center}.ways-method__copy{text-align:left}.ways-method__copy h2{margin-left:0}.ways-method__grid--strip{grid-template-columns:minmax(0,1fr)}.ways-method__grid--strip .ways-method__copy{text-align:center}.ways-method__grid--strip .ways-method__copy h2{margin-left:auto}.ways-method__grid--strip .ways-method__intro{text-align:center;max-width:62ch;margin:0 auto}}.ways-gallery{max-width:1152px;margin:0 auto}.ways-gallery__header{text-align:center}.ways-gallery__header h2{max-width:18ch;color:var(--ink);margin:10px auto 0;font-size:clamp(2rem,4.5vw,3rem);line-height:1.12}.ways-gallery__lede{max-width:40rem;color:var(--brown);margin:12px auto 0;font-size:1rem;line-height:1.6}.ways-gallery__hint{color:var(--terracotta);text-align:right;margin:clamp(1.25rem,3vw,1.75rem) 0 6px;font-size:.75rem;font-style:italic;font-weight:600}.ways-gallery__rail{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:clamp(16px,3vw,28px);margin:0 calc(-1*clamp(1.25rem,5vw,4rem));padding:6px clamp(1.25rem,5vw,4rem) 24px;display:flex;overflow-x:auto}.ways-gallery__rail::-webkit-scrollbar{display:none}.ways-gallery__card{scroll-snap-align:center;flex:0 0 clamp(300px,82vw,460px)}@supports not (scroll-snap-type:x mandatory){.ways-gallery__rail{scroll-snap-type:none;flex-wrap:wrap;justify-content:center}.ways-gallery__card{scroll-snap-align:none}}.ways-gallery__dots{justify-content:center;gap:7px;padding-bottom:8px;display:flex}.ways-gallery__dot{border:2px solid var(--ink);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:background .15s}.ways-gallery__dot.is-active{background:var(--ink)}.ways-gallery__dot:focus-visible{outline-color:var(--gold)}.ways-gallery__foot{text-align:center;margin-top:clamp(1.25rem,3vw,1.75rem)}@media (min-width:900px){.ways-gallery__hint,.ways-gallery__dots{display:none}.ways-gallery__rail{scroll-snap-type:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.4vw,32px);margin:clamp(1.75rem,3vw,2.5rem) 0 0;padding:6px 0 8px;display:grid;overflow:visible}.ways-gallery__card{flex:initial;scroll-snap-align:none;min-width:0}}.consent-overlay{z-index:97;background:rgb(var(--ink-rgb) / 45%);justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}.consent-modal{border:3px solid var(--ink);background:var(--cream);width:min(26rem,100%);max-height:85vh;color:var(--ink);box-shadow:6px 6px 0 rgb(var(--ink-rgb) / 35%);border-radius:20px;padding:clamp(1.5rem,6vw,2rem);animation:.24s ease-out consent-modal-in;overflow-y:auto}.consent-modal :focus-visible{outline-color:var(--terracotta)}.consent-modal__title{font-family:var(--font-display), serif;margin-bottom:.5rem;font-size:clamp(1.5rem,5vw,1.75rem);line-height:1.15}.consent-modal__body{margin-bottom:1.25rem;font-size:clamp(.875rem,2.4vw,.95rem);line-height:1.55}.consent-modal__actions{gap:.625rem;display:grid}.consent-modal__actions .button{min-height:44px}.consent-modal__link{text-underline-offset:3px;margin-top:.875rem;font-size:.8rem;font-weight:600;text-decoration:underline;display:inline-block}@keyframes consent-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width:900px){.consent-modal__actions{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.consent-overlay,.consent-modal{animation:none}}.waitlist-pop-overlay{z-index:96;background:rgb(var(--ink-rgb) / 45%);justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cart-overlay-in;display:flex;position:fixed;inset:0}.waitlist-pop{border:3px solid var(--ink);background:var(--cream);width:min(28rem,100%);max-height:85vh;color:var(--ink);box-shadow:6px 6px 0 rgb(var(--ink-rgb) / 35%);text-align:center;border-radius:20px;padding:clamp(1.75rem,6vw,2.25rem);animation:.24s ease-out consent-modal-in;position:relative;overflow-y:auto}.waitlist-pop :focus-visible{outline-color:var(--terracotta)}.waitlist-pop__close{border:2px solid var(--ink);width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;background:0 0;border-radius:8px;font-size:1.25rem;line-height:1;transition:background-color .15s,color .15s;position:absolute;top:.75rem;right:.75rem}.waitlist-pop__close:hover{background:var(--ink);color:var(--gold)}.waitlist-pop__title{font-family:var(--font-display), serif;margin-bottom:.5rem;padding:0 1.5rem;font-size:clamp(1.625rem,5vw,2rem);font-weight:400;line-height:1.1}.waitlist-pop__lede{margin-bottom:1.25rem;font-size:clamp(.9375rem,2.4vw,1rem);line-height:1.5}.waitlist-pop .waitlist-form{width:100%}@media (prefers-reduced-motion:reduce){.waitlist-pop-overlay,.waitlist-pop{animation:none}}.analytics-choices{max-width:560px;scroll-margin-top:var(--nav-clearance);margin:clamp(2rem,5vw,3rem) auto 0}.analytics-choices__title{margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,1.875rem)}.analytics-choices__lede{margin-bottom:1.25rem;line-height:1.6}.analytics-choices__options{gap:.625rem;margin-bottom:1.25rem;display:grid}.option-card--row{text-align:left;align-items:flex-start;padding:.875rem 1rem}.option-card--row .option-card__meta{line-height:1.5}.analytics-choices__saved{margin:.75rem 0 0;font-weight:600}.preview-panel{gap:1rem;width:min(34rem,100%);margin:0 auto;display:grid}.preview-panel__form{flex-wrap:wrap;gap:.625rem;display:flex}.preview-panel__form input{border:2px solid var(--ink);min-width:0;color:var(--ink);font:inherit;background:#fff;border-radius:8px;flex:200px;padding:.75rem 1rem;font-size:1rem}.preview-panel__form input:focus-visible{outline:2px solid var(--gold);outline-offset:1px}.preview-panel__status{font-weight:700}.preview-panel__error,.preview-panel__note{margin:0;font-size:.875rem}.preview-panel__error{color:var(--terracotta);font-weight:600}.preview-panel__note{color:var(--muted)}.preview-panel__lock{justify-self:start}
