:root{--ink:#32170f;--muted:#75615a;--paper:#fffaf1;--paper-deep:#f5ead8;--card:#fffefb;--red:#b63721;--red-dark:#812615;--gold:#b88724;--green:#60704a;--line:#dfd1bd;--shadow:0 20px 50px rgba(79,45,23,.1);--radius-lg:28px;--radius-md:18px;font-family:Noto Sans TC,system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.7}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Noto Serif TC",serif;letter-spacing:-.035em;line-height:1.25}h1{font-size:clamp(2.35rem,6vw,5.4rem)}h2{font-size:clamp(1.7rem,3.5vw,3rem)}:focus-visible{outline:3px solid #d49a2e;outline-offset:3px}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow-container{width:min(780px,calc(100% - 40px));margin-inline:auto}.section-space{padding-block:clamp(70px,9vw,120px)}.eyebrow{color:var(--red);font-weight:800;font-size:.77rem;letter-spacing:.18em;text-transform:uppercase}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--red-dark);font-weight:700;border-bottom:1px solid}.skip-link:not(:focus),.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 16px;background:#fff;border-radius:8px}.button{min-height:48px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:12px 22px;border:0;border-radius:999px;font-weight:800;cursor:pointer;transition:transform .2s,background .2s,color .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px #b6372138}.button-primary:hover{background:var(--red-dark)}.button-light{background:var(--paper);color:var(--red-dark)}.button.block{display:flex;width:100%}.button:disabled{opacity:.55;cursor:wait;transform:none}.grow{flex:1}.announcement{padding:5px 20px;background:var(--ink);color:#f7e8cf;text-align:center;font-size:.72rem;letter-spacing:.06em}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(114,78,55,.16);background:#fffaf1f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-shell{min-height:76px;justify-content:space-between;gap:24px}.brand,.nav-shell{display:flex;align-items:center}.brand{gap:10px;flex-shrink:0}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.15}.brand strong{font-family:"Noto Serif TC";font-size:1.18rem}.brand small{margin-top:4px;color:var(--muted);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.brand-mark{position:relative;display:inline-block;width:40px;height:40px;border-radius:50%;background:var(--red);overflow:hidden}.brand-seed{position:absolute;width:9px;height:17px;left:16px;top:15px;border-radius:80% 10%;background:#f8d986;transform:rotate(42deg)}.brand-leaf{position:absolute;width:13px;height:8px;border-radius:100% 10%;background:#fff4d7}.brand-leaf-one{left:7px;top:9px;transform:rotate(25deg)}.brand-leaf-two{right:6px;top:8px;transform:rotate(150deg)}.desktop-nav{display:flex;align-items:center;gap:clamp(18px,3vw,38px);font-size:.92rem;font-weight:700}.desktop-nav a{position:relative;padding-block:9px}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--red);transition:right .2s}.desktop-nav a.router-link-active:after,.desktop-nav a:hover:after{right:0}.nav-actions{display:flex;gap:7px;align-items:center}.icon-link,.menu-button{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.cart-count{position:absolute;right:-4px;top:-4px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border:2px solid var(--paper);border-radius:10px;background:var(--red);color:#fff;font-size:.67rem}.menu-button,.mobile-nav{display:none}.mobile-nav{padding:6px 20px 18px;background:var(--paper)}.hero{position:relative;overflow:hidden;padding:clamp(55px,8vw,110px) 0 80px}.hero:before{content:"";position:absolute;width:360px;height:360px;left:-190px;bottom:-110px;border:70px solid #ead6b8;border-radius:50%;opacity:.45}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:clamp(45px,8vw,100px);align-items:center}.hero-copy h1{margin:14px 0 24px}.hero-copy h1 em{color:var(--red);font-style:normal}.hero-lead{max-width:620px;color:var(--muted);font-size:clamp(1rem,1.5vw,1.17rem)}.hero-actions{display:flex;align-items:center;gap:24px;margin:34px 0 30px}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;color:var(--green);font-size:.86rem;font-weight:700}.hero-proof span{display:inline-flex;align-items:center;gap:6px}.hero-visual{position:relative}.hero-visual>img{width:100%;aspect-ratio:.87;-o-object-fit:cover;object-fit:cover;border-radius:46% 46% 20px 20px;box-shadow:var(--shadow)}.hero-stamp{position:absolute;right:-25px;top:40px;width:110px;height:110px;display:grid;place-content:center;text-align:center;border:1px solid #f2d697;border-radius:50%;background:var(--red);color:#fff;transform:rotate(7deg)}.hero-stamp strong{font-family:"Noto Serif TC";font-size:1.4rem}.hero-stamp span{font-size:.72rem;letter-spacing:.12em}.hero-note{position:absolute;left:-48px;bottom:34px;width:min(295px,72%);display:flex;gap:12px;align-items:center;padding:16px 18px;border:1px solid hsla(0,0%,100%,.7);border-radius:16px;background:#fffefbe8;box-shadow:var(--shadow);color:var(--green)}.hero-note span{color:var(--muted);font-size:.78rem;line-height:1.5}.hero-note strong{display:block;color:var(--ink);font-size:.9rem}.value-strip{border-block:1px solid var(--line);background:var(--paper-deep)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-grid>div{display:flex;gap:14px;align-items:center;padding:26px 25px;border-right:1px solid var(--line)}.value-grid>div:last-child{border:0}.value-grid svg{color:var(--red);flex-shrink:0}.value-grid span{color:var(--muted);font-size:.77rem;line-height:1.45}.value-grid strong{display:block;color:var(--ink);font-size:.9rem}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:42px}.section-heading h2{margin-bottom:9px}.section-heading p:not(.eyebrow){color:var(--muted);margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{min-width:0;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--card);transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{position:relative;display:block;overflow:hidden;background:#eadfcf}.product-image img{width:100%;aspect-ratio:1/1.03;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;left:12px;top:12px;padding:5px 10px;border-radius:999px;background:var(--red);color:#fff;font-size:.69rem;font-weight:800}.product-card-body{padding:19px}.product-card-body .eyebrow{margin-bottom:7px;font-size:.64rem}.product-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800}.product-title svg{flex-shrink:0}.product-card-body>p:not(.eyebrow){min-height:46px;margin:8px 0 14px;color:var(--muted);font-size:.79rem;line-height:1.55}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-footer strong{color:var(--red-dark);font-size:1.05rem}.round-button{min-width:40px;height:40px;display:grid;place-items:center;padding:0 11px;border:0;border-radius:999px;background:var(--ink);color:#fff;cursor:pointer}.added-text{font-size:.72rem;font-weight:700}.story-panel{background:var(--red-dark);color:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:590px}.story-image{margin:70px 0}.story-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:150px 22px 22px}.story-copy{align-self:center;padding:70px clamp(40px,7vw,100px)}.story-copy .eyebrow{color:#efc675}.story-copy p:not(.eyebrow){color:#f4ddd4}.story-copy .button{margin-top:18px}.newsletter{text-align:center}.newsletter-inner{padding:55px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow)}.newsletter-inner h2{margin-bottom:8px}.newsletter-inner>p:not(.eyebrow){color:var(--muted)}.newsletter form{display:flex;gap:10px;max-width:520px;margin:25px auto 0}.newsletter input,.search-box,form input,form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.newsletter input,form input,form textarea{min-height:48px;padding:11px 14px}.site-footer{padding:75px 0 25px;background:var(--ink);color:#f8ead6}.footer-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr 1.1fr;gap:45px}.footer-grid h2{font-family:inherit;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;color:#eacb90}.footer-grid section>a{display:block;margin-block:9px;color:#d9c9bb;font-size:.82rem}.footer-grid section>p{color:#baa99c;font-size:.82rem}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footer-brand>div{display:flex;flex-direction:column}.footer-brand span{color:#baa99c;font-size:.72rem}.company-meta{margin-top:20px}.footer-contact p{display:flex;align-items:flex-start;gap:9px}.footer-contact svg{flex-shrink:0;margin-top:4px;color:#eacb90}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.12);color:#9f8e82;font-size:.72rem}.page-heading{max-width:760px;margin-bottom:44px}.page-heading.compact{margin-bottom:28px}.page-heading h1{margin:8px 0 12px;font-size:clamp(2.5rem,6vw,4.6rem)}.page-heading p:not(.eyebrow){color:var(--muted)}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.category-pills{display:flex;flex-wrap:wrap;gap:8px}.category-pills button{padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:transparent;cursor:pointer}.category-pills button.active{background:var(--ink);border-color:var(--ink);color:#fff}.search-box{width:min(285px,100%);min-height:44px;display:flex;align-items:center;gap:9px;padding:8px 12px}.search-box input{width:100%;border:0;outline:0;background:transparent}.result-count{color:var(--muted);font-size:.8rem}.empty-state{display:grid;justify-items:center;gap:8px;padding:75px 25px;border:1px dashed var(--line);border-radius:var(--radius-lg);text-align:center;background:var(--card)}.empty-state h2{margin-bottom:0;font-size:1.8rem}.breadcrumbs,.empty-state p{color:var(--muted)}.breadcrumbs{display:flex;align-items:center;gap:6px;margin-bottom:25px;font-size:.76rem}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(45px,8vw,100px)}.detail-image{position:relative}.detail-image img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg)}.detail-copy h1{margin:5px 0 8px;font-size:clamp(2.2rem,5vw,4rem)}.detail-description,.detail-subtitle{color:var(--muted)}.detail-price{display:block;margin:22px 0;color:var(--red-dark);font-size:1.6rem}.purchase-row{display:flex;gap:12px;margin:28px 0 18px}.quantity-control{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff}.quantity-control button{width:39px;height:46px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.quantity-control span{min-width:28px;text-align:center}.assurance-list{display:grid;gap:8px;margin:20px 0;color:var(--green);font-size:.82rem}.assurance-list span{display:flex;gap:8px;align-items:center}.food-facts{margin-top:28px;border-top:1px solid var(--line)}.food-facts div{display:grid;grid-template-columns:105px 1fr;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:.8rem}.food-facts dt{font-weight:800}.food-facts dd{margin:0;color:var(--muted)}.cart-grid,.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:55px;align-items:start}.cart-line{display:grid;grid-template-columns:110px 1fr auto auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:14px}.cart-line-copy h2{margin:0;font-family:inherit;font-size:1rem}.cart-line-copy p{margin:3px 0;color:var(--muted);font-size:.75rem}.remove-button{width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.order-summary{padding:26px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow)}.order-summary h2{font-family:inherit;font-size:1.1rem}.order-summary>div:not(.notice-panel){display:flex;justify-content:space-between;gap:20px;padding:12px 0;color:var(--muted);font-size:.82rem}.order-summary .summary-total{margin:10px 0 20px;padding-top:18px!important;border-top:1px solid var(--line);color:var(--ink)!important;font-size:1rem!important}.notice-panel{margin:22px 0;padding:18px 20px;border-left:4px solid var(--gold);border-radius:0 12px 12px 0;background:#f6ecd7}.notice-panel p{margin:5px 0 0;color:var(--muted);font-size:.82rem}.notice-panel.small{display:flex;gap:10px;align-items:flex-start}.notice-panel.small p{margin:0}.back-link{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:14px;color:var(--muted);font-size:.8rem}.checkout-form fieldset{display:grid;gap:16px;margin:22px 0;padding:23px;border:1px solid var(--line);border-radius:var(--radius-md)}.checkout-form legend{padding:0 7px;font-weight:800}.auth-card label,.checkout-form label{display:grid;gap:6px;font-size:.83rem;font-weight:700}.success-panel{padding:40px;border-radius:var(--radius-lg);background:#edf2e7;text-align:center}.form-row{display:grid;grid-template-columns:150px 1fr;gap:14px}.shipping-option{display:flex!important;grid-template-columns:none!important;align-items:center;gap:12px!important;padding:14px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.agreement input,.shipping-option input{width:18px;min-height:18px;flex-shrink:0}.shipping-option span{width:100%;display:flex;justify-content:space-between;gap:15px}.shipping-option small{color:var(--muted)}.account-cards,.contact-grid,.value-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.account-cards a,.account-cards button,.contact-grid article,.value-card-grid article{display:flex;gap:15px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card);color:inherit;text-align:left;cursor:pointer}.account-cards a:hover,.account-cards button:hover{border-color:var(--red)}.account-cards.two{grid-template-columns:1fr 1fr}.account-cards svg,.contact-grid svg,.value-card-grid svg{flex-shrink:0;color:var(--red)}.account-cards span{display:flex;flex-direction:column;color:var(--muted);font-size:.78rem}.account-cards strong{color:var(--ink);font-size:1rem}.auth-page{display:grid;place-items:center}.auth-card{width:min(470px,calc(100% - 40px));padding:40px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow)}.auth-card h1{margin:6px 0;font-size:2.5rem}.auth-card>p:not(.eyebrow){color:var(--muted)}.auth-card form{display:grid;gap:16px;margin-top:25px}.auth-card label small{color:var(--muted);font-weight:400}.auth-card .agreement{display:flex;align-items:flex-start;gap:9px;line-height:1.55;font-weight:400}.agreement a{color:var(--red-dark);text-decoration:underline}.form-error{padding:9px;border-radius:8px;background:#fee5e0;color:#872817;font-size:.78rem}.auth-note{margin-top:20px;font-size:.72rem}.account-register{margin-top:28px;color:var(--muted);text-align:center}.order-list{display:grid;gap:14px}.order-list article{display:flex;justify-content:space-between;gap:24px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card)}.order-list h2{margin:3px 0 8px;font-family:inherit;font-size:1.05rem}.order-list p{margin-bottom:0;color:var(--muted);font-size:.8rem}.order-list article>strong{color:var(--red-dark);white-space:nowrap}.support-shell{min-height:600px;display:grid;grid-template-columns:310px 1fr;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--card);box-shadow:var(--shadow)}.conversation-list{padding:18px;border-right:1px solid var(--line);background:#f4ead9}.conversation-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 14px}.chat-panel header h2,.conversation-head h2{margin:0;font-family:inherit;font-size:1rem}.conversation-head button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--red);color:#fff;cursor:pointer}.conversation-list>button{width:100%;display:flex;gap:10px;align-items:flex-start;padding:13px;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer}.conversation-list>button.active{background:#fff}.conversation-list>button span{min-width:0;display:flex;flex-direction:column}.conversation-list>button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.conversation-list>button small{color:var(--muted)}.new-conversation{display:flex;gap:6px;margin-bottom:10px}.new-conversation input{min-width:0;min-height:40px}.new-conversation button{border:0;border-radius:10px;background:var(--ink);color:#fff}.empty-list{color:var(--muted);text-align:center;font-size:.8rem}.chat-panel{min-width:0;display:grid;grid-template-rows:auto 1fr auto}.chat-panel header{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line)}.chat-panel header p{margin:0;color:var(--muted);font-size:.7rem}.connection-status{padding:5px 9px;border-radius:999px;background:#e9efe1;color:var(--green);font-size:.66rem;font-weight:700}.message-stream{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:24px;background:#fffdf8}.message-bubble{max-width:72%;align-self:flex-end;padding:11px 14px;border-radius:16px 16px 4px;background:var(--red);color:#fff}.message-bubble.staff{align-self:flex-start;border-radius:16px 16px 16px 4px;background:#eadfce;color:var(--ink)}.message-bubble p{margin:0;font-size:.87rem}.message-bubble time{display:block;margin-top:5px;opacity:.68;font-size:.62rem}.chat-placeholder{margin:auto;color:var(--muted);text-align:center}.message-composer{display:flex;gap:10px;align-items:center;padding:15px;border-top:1px solid var(--line)}.message-composer textarea{min-height:50px;resize:none}.message-composer button{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:50%;background:var(--red);color:#fff;cursor:pointer}.message-composer button:disabled{opacity:.4}.about-hero{background:var(--paper-deep)}.about-grid{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.about-grid h1{margin:10px 0 20px;font-size:clamp(2.6rem,6vw,5rem)}.about-grid p:not(.eyebrow){color:var(--muted)}.about-grid img{width:100%;aspect-ratio:.9;-o-object-fit:cover;object-fit:cover;border-radius:150px 20px 20px}.value-card-grid article{display:block}.value-card-grid h2{margin:15px 0 5px;font-family:inherit;font-size:1.1rem}.contact-grid p,.value-card-grid p{color:var(--muted);font-size:.82rem}.company-sheet{margin-top:70px;padding:45px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card)}.company-sheet h2{margin-top:0}.company-sheet dl div{display:grid;grid-template-columns:160px 1fr;padding:12px 0;border-bottom:1px solid var(--line)}.company-sheet dt{font-weight:800}.company-sheet dd{margin:0;color:var(--muted)}.contact-grid{grid-template-columns:1fr 1fr;margin-bottom:30px}.contact-grid article{display:block}.contact-grid h2{margin:12px 0 4px;font-family:inherit;font-size:1.2rem}.contact-grid a{color:var(--red-dark);font-weight:700}.policy-page h1{margin:8px 0;font-size:clamp(2.5rem,7vw,4.7rem)}.policy-updated{color:var(--muted);font-size:.78rem}.legal-copy{margin-top:40px}.legal-copy h2{margin:38px 0 10px;font-family:inherit;font-size:1.18rem}.legal-copy p{color:#5f4a42}@media(max-width:980px){.desktop-nav{display:none}.menu-button{display:inline-grid}.mobile-nav{display:grid;gap:2px}.mobile-nav a{padding:11px 2px;border-bottom:1px solid var(--line);font-weight:700}.about-grid,.hero-grid,.product-detail-grid{grid-template-columns:1fr}.hero-copy{max-width:700px}.hero-visual{width:min(650px,90%);margin-inline:auto}.hero-visual>img{aspect-ratio:1.05;border-radius:140px 140px 20px 20px}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:.9fr 1.1fr}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-contact{grid-column:1/-1}.cart-grid,.checkout-grid{grid-template-columns:1fr 320px;gap:30px}}@media(max-width:720px){.container,.narrow-container{width:min(100% - 28px,1180px)}.section-space{padding-block:62px}.announcement{font-size:.65rem}.nav-shell{min-height:66px}.brand small{display:none}.hero{padding-top:50px}.hero-grid{gap:42px}.hero-copy h1{font-size:clamp(2.8rem,14vw,4.4rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-visual{width:100%}.hero-note{left:10px;bottom:14px}.hero-stamp{width:88px;height:88px;right:-5px;top:18px}.value-grid{grid-template-columns:1fr}.value-grid>div{border-right:0;border-bottom:1px solid var(--line)}.section-heading{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-card-body{padding:13px}.product-card-body>p:not(.eyebrow){display:none}.product-title{font-size:.84rem}.product-title svg{display:none}.product-card-footer{margin-top:10px}.product-card-footer strong{font-size:.88rem}.round-button{min-width:35px;height:35px}.story-grid{grid-template-columns:1fr}.story-image{margin:40px 0 0}.story-image img{height:390px;border-radius:100px 18px 18px}.story-copy{padding:45px 8px 65px}.newsletter-inner{padding:35px 20px}.newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-contact,.footer-grid section:first-child{grid-column:1/-1}.catalog-toolbar,.footer-bottom{flex-direction:column}.catalog-toolbar{align-items:stretch}.search-box{width:100%}.product-detail-grid{gap:30px}.purchase-row{align-items:stretch;flex-direction:column}.food-facts div{grid-template-columns:85px 1fr}.cart-grid,.checkout-grid,.form-row{grid-template-columns:1fr}.cart-line{grid-template-columns:82px 1fr auto;gap:12px}.cart-line img{width:82px;height:82px}.cart-line .quantity-control{grid-column:2/3;width:-moz-fit-content;width:fit-content}.remove-button{grid-column:3;grid-row:1}.account-cards,.contact-grid,.support-shell,.value-card-grid{grid-template-columns:1fr}.conversation-list{border-right:0;border-bottom:1px solid var(--line)}.chat-panel{min-height:560px}.connection-status{display:none}.about-grid{gap:35px}.company-sheet{padding:25px}.company-sheet dl div{grid-template-columns:1fr;gap:3px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}
