:root{--cream:#f4eddd;--paper:#fffaf0;--ink:#17291f;--green:#075b35;--green-2:#008c50;--orange:#ff5a1f;--purple:#8a2aa0;--pink:#ee174e;--yellow:#ffc928;--line:rgba(23,41,31,.18);--display:"Bebas Neue",Impact,sans-serif;--body:"Manrope",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;background:#fff;color:#000;padding:.75rem 1rem;z-index:1000}.skip-link:focus{top:1rem}.section-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.ticker{background:var(--orange);color:#fff;overflow:hidden;padding:.55rem 0;font-weight:800;font-size:.78rem;letter-spacing:.08em}.ticker-track{width:max-content;display:flex;gap:1.25rem;animation:ticker 28s linear infinite}.ticker-track span,.ticker-track b{white-space:nowrap}@keyframes ticker{to{transform:translateX(-50%)}}.site-header{height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;width:min(1240px,calc(100% - 40px));margin:auto}.brand{display:flex;align-items:center;gap:.7rem;font-weight:800;font-size:1.1rem}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%}.site-header nav{display:flex;justify-content:center;gap:2rem;font-weight:700;font-size:.88rem}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-.35rem;height:2px;background:var(--orange);transition:right .2s}.site-header nav a:hover:after,.site-header nav a:focus-visible:after{right:0}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ink);padding:.85rem 1.25rem;border-radius:999px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.header-cta{background:var(--ink);color:#fff}.header-cta:hover,.button:hover{transform:translateY(-3px);box-shadow:0 8px 0 rgba(23,41,31,.14)}.menu-toggle{display:none;background:none;border:0;font-weight:800}.hero{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:clamp(2rem,6vw,6rem);min-height:700px;padding-block:4rem 6rem}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.16em;margin:0 0 1rem;color:var(--green)}.eyebrow.light{color:#fff}.hero h1,.section-heading h2,.combo-intro h2,.difference h2,.story h2,.faq h2,.final-cta h2{font-family:var(--display);font-weight:400;letter-spacing:-.015em;line-height:.86;margin:0}.hero h1{font-size:clamp(5.2rem,12vw,10.5rem)}.hero h1 span{color:var(--orange)}.hero-lead{max-width:590px;font-size:1.12rem;margin:1.5rem 0}.hero-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.7rem}.hero-tags span{border:1px solid var(--line);background:rgba(255,255,255,.35);padding:.5rem .8rem;border-radius:999px;font-size:.82rem;font-weight:700}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button-primary{background:var(--green);border-color:var(--green);color:#fff}.button-ghost{background:transparent}.hero-visual{position:relative;transform:rotate(2deg);padding:1rem;background:var(--orange);border-radius:2rem 2rem 2rem .4rem;box-shadow:14px 16px 0 var(--green)}.hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:1.25rem 1.25rem 1.25rem .2rem}.hero-label{position:absolute;z-index:2;left:-1.5rem;top:2.5rem;background:var(--yellow);padding:.7rem 1.1rem;border:2px solid var(--ink);border-radius:999px;font-weight:800;transform:rotate(-5deg)}.hero-stamp{position:absolute;right:-1.5rem;bottom:2rem;background:var(--green);color:#fff;width:118px;height:118px;border-radius:50%;display:grid;place-content:center;text-align:center;line-height:1.05;transform:rotate(-7deg);border:5px solid var(--cream)}.hero-stamp strong{font-family:var(--display);font-size:2.5rem;font-weight:400}.hero-stamp span{font-size:.72rem;font-weight:800;text-transform:uppercase}.promise{background:var(--green);color:#fff;padding:4rem max(20px,calc((100% - 1180px)/2));overflow:hidden}.promise p{font-family:var(--display);font-size:clamp(4rem,9vw,8rem);line-height:.86;margin:0;white-space:nowrap}.promise .outline{color:transparent;-webkit-text-stroke:2px #fff;transform:translateX(-8%)}.menu-section{padding-block:8rem}.section-heading{display:grid;grid-template-columns:1fr minmax(280px,450px);gap:3rem;align-items:end;margin-bottom:3rem}.section-heading h2,.difference h2,.faq h2{font-size:clamp(4rem,8vw,7.5rem)}.section-heading>p{margin:0;font-size:1.04rem}.filters{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.filter{border:1px solid var(--line);background:transparent;color:var(--ink);padding:.65rem 1rem;border-radius:999px;font-weight:800;cursor:pointer}.filter.active,.filter:hover{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{border:2px solid var(--ink);border-radius:1.5rem 1.5rem 1.5rem .35rem;overflow:hidden;transition:transform .25s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px) rotate(-.5deg)}.product-card.is-hidden{display:none}.product-image{background:#fff;padding:.65rem}.product-image img{width:100%;aspect-ratio:1/1.03;object-fit:cover;border-radius:.95rem}.product-copy{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card.orange{background:var(--orange)}.product-card.green{background:var(--green-2);color:#fff}.product-card.purple{background:var(--purple);color:#fff}.product-card.pink{background:var(--pink);color:#fff}.category{font-size:.7rem;font-weight:800;letter-spacing:.14em}.product-card h3{font-family:var(--display);font-size:2rem;line-height:1;margin:.6rem 0}.product-card p{font-size:.86rem;margin:0 0 1.2rem;opacity:.9}.product-copy>div{display:flex;justify-content:space-between;gap:.8rem;align-items:end;margin-top:auto}.product-copy strong{font-size:1.05rem}.product-copy a{background:var(--paper);color:var(--ink);padding:.48rem .75rem;border-radius:999px;font-size:.75rem;font-weight:800}.text-link{display:inline-block;margin-top:2rem;font-weight:800;border-bottom:2px solid var(--ink)}.combos-section{background:var(--orange);color:#fff;padding-block:7rem}.combos-section .section-shell{display:grid;grid-template-columns:300px 1fr;gap:4rem}.combo-intro h2{font-size:clamp(5rem,8vw,8rem)}.combo-intro>p:last-child{max-width:290px}.combo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-content:center}.combo-card{position:relative;background:var(--paper);color:var(--ink);border:2px solid var(--ink);border-radius:1.4rem 1.4rem 1.4rem .3rem;padding:1.4rem;display:flex;flex-direction:column;min-height:240px}.combo-card>span{font-family:var(--display);font-size:4.7rem;line-height:.8;color:var(--green)}.combo-card h3{margin:.35rem 0 auto}.combo-card strong{font-family:var(--display);font-size:2.4rem;font-weight:400}.combo-card small{font-weight:700}.combo-card a{margin-top:1rem;border-top:1px solid var(--line);padding-top:.8rem;font-weight:800}.combo-card.featured{background:var(--green);color:#fff;transform:rotate(1.5deg)}.combo-card.featured>span{color:var(--yellow)}.best{position:absolute;right:.8rem;top:.8rem;background:var(--yellow);color:var(--ink);padding:.25rem .55rem;border-radius:999px;font-size:.58rem;font-weight:800}.difference{display:grid;grid-template-columns:.9fr 1.1fr;gap:6rem;align-items:center;padding-block:8rem}.difference-image{background:var(--purple);padding:1rem;border-radius:2rem 2rem .4rem 2rem;transform:rotate(-2deg);box-shadow:-14px 14px 0 var(--orange)}.difference-image img{aspect-ratio:1/1;object-fit:cover;border-radius:1.3rem}.difference h2 span{color:var(--green)}.benefit-list{margin-top:2.5rem;border-top:1px solid var(--line)}.benefit-list>div{display:grid;grid-template-columns:52px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.benefit-list>div>span{font-family:var(--display);font-size:1.7rem;color:var(--orange)}.benefit-list p{margin:0}.benefit-list strong{display:block;font-size:1.02rem}.story{background:var(--purple);color:#fff;padding-block:7rem}.story-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:5rem;align-items:center}.story-photo{position:relative}.story-photo img{width:100%;border-radius:2rem 2rem .4rem 2rem;border:8px solid var(--paper);transform:rotate(-2deg)}.story-photo span{position:absolute;left:-1rem;bottom:1.5rem;background:var(--yellow);color:var(--ink);padding:.7rem 1rem;border:2px solid var(--ink);border-radius:999px;font-size:.78rem;font-weight:800;transform:rotate(2deg)}.story h2{font-size:clamp(4rem,7vw,7rem);margin-bottom:2rem}.story-copy>p:not(.eyebrow){max-width:700px;font-size:1.05rem}.story blockquote{font-family:var(--display);font-size:2rem;line-height:1.05;color:var(--yellow);margin:2rem 0 0}.faq{padding-block:8rem}.faq-list{max-width:900px;margin-left:auto}.faq details{border-top:2px solid var(--ink);padding:1.2rem 0}.faq details:last-child{border-bottom:2px solid var(--ink)}.faq summary{cursor:pointer;font-weight:800;font-size:1.08rem;list-style:none;display:flex;justify-content:space-between;gap:1rem}.faq summary:after{content:"+";font-size:1.5rem}.faq details[open] summary:after{content:"−"}.faq details p{max-width:760px;margin:.8rem 0 0;color:#415248}.final-cta{background:var(--green);color:#fff;text-align:center;padding-block:7rem}.final-cta h2{font-size:clamp(5rem,10vw,9rem)}.final-cta p:not(.eyebrow){font-size:1.08rem}.button-light{background:var(--yellow);color:var(--ink);border-color:var(--ink);margin-top:1rem}footer{background:var(--ink);color:#fff;padding-block:4rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.footer-grid a{opacity:.8}.footer-grid a:hover{opacity:1}.footer-brand img{border:2px solid #fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;margin-top:3rem;font-size:.78rem;opacity:.75}.whatsapp-float{position:fixed;right:1rem;bottom:1rem;z-index:20;background:#21a55b;color:#fff;border:2px solid var(--ink);border-radius:999px;padding:.85rem 1rem;font-weight:800;box-shadow:0 7px 0 var(--ink)}
@media(max-width:1000px){.site-header nav{display:none}.site-header nav.open{position:absolute;display:flex;flex-direction:column;top:104px;left:20px;right:20px;background:var(--paper);border:2px solid var(--ink);padding:1.5rem;border-radius:1.2rem;z-index:30}.menu-toggle{display:block;justify-self:end}.site-header{grid-template-columns:auto 1fr auto}.header-cta{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-top:2rem}.hero-visual{max-width:650px;margin:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.combos-section .section-shell{grid-template-columns:1fr}.combo-intro>p:last-child{max-width:600px}.difference{grid-template-columns:1fr;gap:4rem}.difference-image{max-width:640px;margin:auto}.story-grid{grid-template-columns:.8fr 1.2fr;gap:3rem}}
@media(max-width:680px){.section-shell{width:min(100% - 28px,1180px)}.site-header{height:76px;width:min(100% - 28px,1240px)}.site-header nav.open{top:94px;left:14px;right:14px}.hero{padding-block:2rem 5rem;gap:3rem}.hero h1{font-size:clamp(4.5rem,25vw,7rem)}.hero-lead{font-size:1rem}.hero-visual{padding:.65rem;border-radius:1.4rem 1.4rem 1.4rem .3rem;box-shadow:8px 10px 0 var(--green)}.hero-label{left:-.5rem;top:1.3rem;font-size:.72rem}.hero-stamp{right:-.3rem;bottom:1rem;width:96px;height:96px}.promise{padding-block:3rem}.promise p{font-size:3.8rem}.menu-section,.difference,.faq{padding-block:5.5rem}.section-heading{grid-template-columns:1fr;gap:1.5rem}.section-heading h2,.difference h2,.faq h2{font-size:4.5rem}.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.filter{white-space:nowrap}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:42% 58%}.product-image{height:100%}.product-image img{height:100%;aspect-ratio:auto}.product-card h3{font-size:1.7rem}.product-copy>div{align-items:start;flex-direction:column}.combo-grid{grid-template-columns:repeat(2,1fr)}.combo-card:last-child{grid-column:1/-1}.combo-card{min-height:220px}.combo-intro h2{font-size:5.4rem}.difference{gap:3.5rem}.story{padding-block:5.5rem}.story-grid{grid-template-columns:1fr}.story-photo{max-width:500px}.story h2{font-size:4.5rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:.4rem}.whatsapp-float{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-track{animation:none}.product-card,.button,.header-cta{transition:none}}

.hero-belt{height:590px;display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;overflow:hidden;isolation:isolate}
.hero-belt:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 45px 55px rgba(255,90,31,.7),inset 0 -45px 55px rgba(255,90,31,.7);pointer-events:none;z-index:1}
.hero-belt .belt-column{display:flex;flex-direction:column;gap:.7rem;will-change:transform}
.hero-belt .belt-column img{width:100%;height:auto;aspect-ratio:1/1.16;object-fit:cover;border-radius:.9rem;border:3px solid var(--paper);flex:0 0 auto}
.belt-up{animation:belt-up 18s linear infinite}.belt-down{animation:belt-down 21s linear infinite;transform:translateY(-45%)}.belt-up.slow{animation-duration:24s}
@keyframes belt-up{from{transform:translateY(0)}to{transform:translateY(-48%)}}
@keyframes belt-down{from{transform:translateY(-48%)}to{transform:translateY(0)}}
.order-section{padding-block:8rem}.order-heading{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end;margin-bottom:3rem}
.order-heading h2{font-family:var(--display);font-size:clamp(5rem,9vw,9rem);font-weight:400;letter-spacing:-.015em;line-height:.84;margin:0}.order-heading h2 span{color:var(--orange)}
.order-steps{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.order-steps span{display:flex;align-items:center;gap:.45rem;border:1px solid var(--line);padding:.55rem .75rem;border-radius:999px;font-size:.76rem;font-weight:800;opacity:.55}.order-steps span b{display:grid;place-items:center;width:22px;height:22px;background:rgba(23,41,31,.1);border-radius:50%}.order-steps span.active{background:var(--green);color:#fff;opacity:1;border-color:var(--green)}.order-steps span.active b{background:var(--yellow);color:var(--ink)}
.order-app{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.2rem;align-items:start}.order-main,.cart-panel{background:var(--paper);border:2px solid var(--ink);border-radius:1.5rem 1.5rem 1.5rem .35rem}.order-main{min-height:640px;padding:1.4rem}.order-pane{display:none}.order-pane.active{display:block}
.catalog-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.4rem}.order-categories{display:flex;gap:.45rem;flex-wrap:wrap}.order-category{border:1px solid var(--line);background:transparent;padding:.55rem .75rem;border-radius:999px;font-weight:800;font-size:.78rem;cursor:pointer}.order-category.active{background:var(--orange);color:#fff;border-color:var(--orange)}
.catalog-search{display:flex;align-items:center;gap:.55rem;font-size:.75rem;font-weight:800}.catalog-search input{width:185px;border:1px solid var(--line);background:#fff;padding:.65rem .8rem;border-radius:999px;font:inherit}.order-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-height:650px;overflow:auto;padding-right:.3rem}
.order-product{display:grid;grid-template-columns:1fr auto;gap:.75rem;border:1px solid var(--line);border-radius:1rem 1rem 1rem .2rem;padding:.95rem;background:#fff}.order-product h4{margin:0;font-size:.92rem;line-height:1.25}.order-product p{margin:.3rem 0 0;font-size:.75rem;color:#637168;line-height:1.35}.order-product-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.7rem}.order-product-price strong{white-space:nowrap;font-size:.9rem}.add-product{border:0;background:var(--green);color:#fff;border-radius:999px;width:34px;height:34px;font-size:1.25rem;cursor:pointer}.add-product:hover{background:var(--orange)}
.cart-panel{position:sticky;top:1rem;padding:1.2rem}.cart-title{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:1rem}.cart-title>div{display:flex;flex-direction:column}.cart-title span{font-size:.68rem;font-weight:800;letter-spacing:.15em}.cart-title strong{font-size:1.05rem}.cart-title button{border:0;background:none;text-decoration:underline;font-size:.72rem;cursor:pointer}.cart-items{display:flex;flex-direction:column;gap:.75rem;max-height:330px;overflow:auto;padding:1rem 0}.empty-cart{font-size:.85rem;color:#69756e;margin:0}.cart-item{display:grid;grid-template-columns:1fr auto;gap:.7rem}.cart-item-name{font-size:.82rem;font-weight:800;line-height:1.25}.cart-item-price{font-size:.72rem;color:#637168}.quantity-control{display:flex;align-items:center;gap:.45rem}.quantity-control button{border:1px solid var(--line);background:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer}.quantity-control span{min-width:18px;text-align:center;font-size:.8rem;font-weight:800}.cart-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:1rem}.cart-total strong{font-size:1.25rem}.delivery-note{font-size:.7rem;color:#69756e}.cart-actions{display:flex;gap:.5rem}.cart-actions .button{flex:1;padding:.7rem .75rem;cursor:pointer}.cart-actions button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.delivery-form{padding:1rem 1rem 2rem}.delivery-form h3,.review-panel h3{font-family:var(--display);font-size:clamp(3.3rem,6vw,5rem);font-weight:400;line-height:.9;margin:0 0 1rem}.delivery-form>div:first-child>p:last-child{max-width:620px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.form-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:800}.form-grid label span{font-weight:500;color:#69756e}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select{border:1px solid var(--line);background:#fff;border-radius:.7rem;padding:.85rem;font:inherit;min-height:48px}.form-grid input:focus,.form-grid select:focus,.catalog-search input:focus{outline:3px solid rgba(255,90,31,.22);border-color:var(--orange)}.form-error{color:#b3261e;font-size:.82rem;font-weight:700}
.review-panel{padding:1rem}.review-order-list{display:flex;flex-direction:column;gap:.6rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1rem 0}.review-order-item{display:flex;justify-content:space-between;gap:1rem;font-size:.87rem}.review-order-item strong{white-space:nowrap}.review-delivery-card{margin-top:1rem;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1rem;font-size:.85rem}.review-delivery-card strong{display:block;margin-bottom:.35rem}.review-note{background:var(--yellow);border-radius:.9rem;padding:1rem;margin-top:1rem;font-size:.82rem;font-weight:700}
@media(max-width:1000px){.order-app{grid-template-columns:1fr}.cart-panel{position:relative;top:auto}.order-products{max-height:540px}}
@media(max-width:680px){.hero-belt{height:440px;gap:.4rem}.hero-belt .belt-column{gap:.4rem}.order-section{padding-block:5.5rem}.order-heading{grid-template-columns:1fr;gap:1.5rem}.order-heading h2{font-size:5rem}.order-steps{justify-content:flex-start}.order-app{width:calc(100% + 12px);margin-left:-6px}.order-main{padding:.8rem;min-height:560px}.catalog-toolbar{align-items:stretch;flex-direction:column}.order-categories{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.3rem}.order-category{white-space:nowrap}.catalog-search{justify-content:space-between}.catalog-search input{width:75%}.order-products{grid-template-columns:1fr;max-height:570px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.cart-actions{position:sticky;bottom:0;background:var(--paper);padding-top:.7rem}}
@media(prefers-reduced-motion:reduce){.belt-up,.belt-down{animation:none}.belt-down{transform:translateY(-15%)}}

/* Mobile-first refinements and loading performance */
html{scroll-padding-top:1rem}body{overflow-x:hidden}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}.menu-section,.combos-section,.difference,.story,.faq,.final-cta,footer{content-visibility:auto;contain-intrinsic-size:1px 900px}.mobile-cart-jump{display:none}
@media(hover:none){.header-cta:hover,.button:hover,.product-card:hover{transform:none;box-shadow:none}}
@media(max-width:680px){
  .site-header nav.open{position:fixed;inset:0 0 auto;padding:7rem 1.25rem 2rem;border:0;border-bottom:2px solid var(--ink);border-radius:0;box-shadow:0 18px 45px rgba(23,41,31,.22)}
  .brand,.menu-toggle{position:relative;z-index:31}.menu-toggle{min-width:48px;min-height:48px}
  .hero h1{font-size:clamp(4rem,22vw,6.4rem)}.hero-actions .button{width:100%;min-height:50px}.hero-belt{height:min(440px,116vw)}
  .order-heading h2{font-size:clamp(4rem,20vw,5rem)}.order-steps{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:.35rem}.order-steps span{justify-content:center;padding:.5rem .25rem;font-size:.69rem}
  .order-category,.filter{min-height:44px}.catalog-search{display:grid;grid-template-columns:auto 1fr}.catalog-search input{width:100%;min-width:0;min-height:48px}
  .order-product{padding:1rem;min-height:112px}.add-product{width:44px;height:44px}.quantity-control button{width:36px;height:36px}.cart-title button{min-height:44px;padding-inline:.5rem}.cart-actions .button{min-height:50px}
  .form-grid input,.form-grid select{font-size:16px}.delivery-form,.review-panel{padding:.55rem .25rem 1rem}
  .mobile-cart-jump{position:fixed;left:14px;right:14px;bottom:12px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:calc(100% - 28px);min-height:58px;padding:.75rem 1rem;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);color:var(--ink);box-shadow:0 7px 0 var(--ink);font-weight:800}.mobile-cart-jump[hidden]{display:none}.mobile-cart-jump strong{font-size:.78rem}.order-section:has(.mobile-cart-jump:not([hidden]))~.menu-section{scroll-margin-top:5rem}.whatsapp-float{bottom:1rem;padding:.75rem .9rem}
  .footer-grid{gap:2rem}.footer-grid>div{min-width:0}.footer-grid span,.footer-grid a{overflow-wrap:anywhere}
}
@media(max-width:430px){
  .section-shell{width:min(100% - 24px,1180px)}.ticker{font-size:.7rem}.brand img{width:42px;height:42px}.brand{font-size:1rem}.hero{padding-top:1rem}.hero h1{font-size:clamp(3.7rem,21vw,5.4rem)}.hero-label{max-width:62%;line-height:1.2}.hero-stamp{width:82px;height:82px}.hero-stamp strong{font-size:2rem}
  .promise p{font-size:3rem}.section-heading h2,.difference h2,.faq h2,.story h2{font-size:clamp(3.6rem,18vw,4.25rem)}.combo-intro h2{font-size:4.5rem}
  .product-card{display:flex}.product-image img{aspect-ratio:1.35/1;height:auto}.product-copy>div{flex-direction:row;align-items:center}.combo-grid{grid-template-columns:1fr}.combo-card:last-child{grid-column:auto}.combo-card{min-height:205px}.benefit-list>div{grid-template-columns:42px 1fr}.story-photo span{left:.25rem;right:.25rem;text-align:center}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{padding-bottom:5rem}
}
@media(max-width:360px){.hero h1{font-size:3.7rem}.order-steps span{font-size:.62rem}.order-steps span b{display:none}.review-order-item{font-size:.8rem}.mobile-cart-jump{left:10px;right:10px;width:calc(100% - 20px)}}

@media(max-width:680px){.promise{padding:3rem 14px}.promise p{max-width:100%;margin-inline:auto;white-space:normal;text-align:center;font-size:clamp(2.65rem,14vw,3.8rem);line-height:.92;overflow-wrap:normal}.promise .outline{transform:none;margin-top:.65rem;-webkit-text-stroke:1.5px #fff}}
@media(max-width:360px){.promise p{font-size:2.45rem}}

/* Performance: paint long lists only when needed and pause off-screen motion. */
.order-product{content-visibility:auto;contain-intrinsic-size:112px}.motion-paused .belt-column,.motion-paused .ticker-track{animation-play-state:paused!important;will-change:auto}
