:root{--cream: #fbf5ea;--cream-soft: #fff9ec;--ink: #2a1a0a;--ink-soft: #5a4530;--orange: #e8782c;--orange-deep: #c4571a;--orange-bright: #f08a3a;--ochre: #d9952d;--terracotta: #c25a3a;--moss: #5a6b3a;--line: #e8c891;--shadow: rgba(196, 87, 26, .12)}*{margin:0;padding:0;box-sizing:border-box}*:focus-visible{outline:2px solid var(--orange);outline-offset:2px}html{scroll-behavior:smooth;overflow-x:hidden;overscroll-behavior-x:none;scrollbar-gutter:stable}body{font-family:Poppins,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6;font-weight:400;background-image:radial-gradient(circle at 15% 8%,rgba(232,120,44,.08) 0%,transparent 45%),radial-gradient(circle at 85% 50%,rgba(217,149,45,.06) 0%,transparent 50%),radial-gradient(circle at 50% 95%,rgba(232,120,44,.05) 0%,transparent 50%);min-height:100vh}header{text-align:center;padding:3.5rem 1.5rem 2.5rem;border-bottom:1px solid var(--line);position:relative;background:linear-gradient(180deg,rgba(232,120,44,.06) 0%,transparent 100%)}.since{font-family:Caveat,cursive;color:var(--orange);font-size:1.2rem;letter-spacing:.15em;margin-bottom:1rem}.logo-button{display:block;width:85%;max-width:480px;margin:0 auto;border:none;background:none;padding:0;cursor:pointer}.logo-button:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.logo{width:100%;height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(196,87,26,.1))}.brand-sub{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--ink-soft);font-size:clamp(1rem,2vw,1.2rem);letter-spacing:.08em;margin-top:1rem}.ornament{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.2rem auto 0;max-width:200px;color:var(--orange)}.ornament:before,.ornament:after{content:"";flex:1;height:1px;background:var(--line)}.ornament svg{width:18px;height:18px}nav.categories{position:sticky;top:0;background:var(--cream);border-bottom:1px solid var(--line);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4ede0f2}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;gap:.4rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav-inner::-webkit-scrollbar{display:none}.nav-inner a{flex-shrink:0;padding:1rem .9rem;color:var(--ink-soft);text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-bottom:2px solid transparent;transition:all .25s ease;white-space:nowrap}.nav-inner a:hover,.nav-inner a.active{color:var(--orange-deep);border-bottom-color:var(--orange)}.search-wrap{max-width:1200px;margin:2rem auto 0;padding:0 1.5rem}.search-box{position:relative;max-width:480px;margin:0 auto}.search-box input{width:100%;padding:.85rem 2.6rem .85rem 2.8rem;background:var(--cream-soft);border:1px solid var(--line);border-radius:2px;font-family:Poppins,sans-serif;font-size:1rem;color:var(--ink);transition:border-color .2s}.search-box input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #e8782c1f}.search-box>svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--ink-soft);pointer-events:none}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;padding:0;color:var(--ink-soft);cursor:pointer;transition:background .2s,color .2s}.search-clear:hover{background:#c4571a1a;color:var(--orange-deep)}.search-clear svg{width:16px;height:16px}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 5rem}section.category{margin-top:4rem;scroll-margin-top:80px}.category-header{text-align:center;margin-bottom:2.5rem}.category-eyebrow{font-family:Caveat,cursive;color:var(--orange);font-size:1.35rem;margin-bottom:.3rem}.category-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);position:relative;display:inline-block}.category-title:after{content:"";position:absolute;bottom:-.6rem;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,var(--orange),var(--ochre));border-radius:2px}.category-desc{margin-top:1.5rem;font-family:Cormorant Garamond,serif;font-style:italic;color:var(--ink-soft);font-size:1.05rem;max-width:580px;margin-left:auto;margin-right:auto}.items{display:grid;grid-template-columns:1fr;gap:2rem}.item-card{position:relative}.item-card.hidden{display:none}.item{display:grid;grid-template-columns:90px 1fr;gap:1rem;width:100%;padding:1rem;background:#ffffff80;border:1px solid var(--line);border-radius:10px;transition:all .25s ease;font:inherit;color:inherit;text-align:left;cursor:pointer}.item:hover{background:#fff;border-color:var(--orange);transform:translateY(-1px);box-shadow:0 4px 14px #c4571a14}.item-image{width:90px;height:90px;border-radius:8px;background:linear-gradient(135deg,#e8782c14,#d9952d1f);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;border:1px dashed rgba(232,120,44,.25)}.item-image img{width:100%;height:100%;object-fit:cover;display:block}.item-image-placeholder{width:32px;height:32px;color:var(--orange);opacity:.5}.item-image:has(img){border:1px solid var(--line);background:var(--cream-soft)}.item-image:has(img) .item-image-placeholder{display:none}.item-content{flex:1;min-width:0}.item-head{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;margin-bottom:.3rem;flex-wrap:wrap}.item-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--ink);line-height:1.25;flex:1;min-width:0}.item-dots{display:none}.item-price{font-family:Poppins,sans-serif;font-weight:600;color:var(--orange-deep);font-size:.95rem;white-space:nowrap}.item-desc{font-family:Poppins,sans-serif;font-size:.85rem;color:var(--ink-soft);line-height:1.5;margin-top:.25rem;font-weight:400}.item-sizes{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.size-tag{font-family:Poppins,sans-serif;font-size:.74rem;padding:.22rem .6rem;background:#e8782c1a;border:1px solid rgba(232,120,44,.25);border-radius:3px;color:var(--orange-deep);font-weight:500;letter-spacing:.01em}.item-tag{display:inline-block;font-family:Caveat,cursive;font-size:.95rem;color:var(--terracotta);margin-left:.4rem;font-weight:600}.serves{display:inline-block;font-family:Poppins,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--moss);background:#5a6b3a1a;padding:.2rem .55rem;margin-top:.5rem;border-radius:3px;font-weight:500}.item-select{position:absolute;right:1rem;bottom:-.85rem;z-index:2;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;border:1px solid var(--line);background:#fffffff2;color:var(--orange-deep);font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 3px 10px #2a1a0a29;transition:background .2s,border-color .2s,color .2s,transform .15s}.item-select svg{width:15px;height:15px;flex-shrink:0}.item-select:hover{border-color:var(--orange)}.item-select:active{transform:scale(.9)}.item-select:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.item-select.selected{background:var(--orange);border-color:var(--orange);color:#fff}@media(min-width:700px){.items{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem 1.5rem}.item{grid-template-columns:110px 1fr;gap:1.1rem;padding:1.1rem}.item-image{width:110px;height:110px}.item-name{font-size:1.2rem}}@media(min-width:1100px){.item{grid-template-columns:120px 1fr}.item-image{width:120px;height:120px}}.note-box{max-width:700px;margin:1.5rem auto 0;padding:1.2rem 1.5rem;background:var(--cream-soft);border-left:3px solid var(--orange);font-size:.9rem;color:var(--ink-soft);font-style:italic;font-family:Cormorant Garamond,serif;font-size:1rem}footer{text-align:center;padding:4rem 1.5rem 3rem;border-top:1px solid var(--line);margin-top:4rem;background:linear-gradient(180deg,var(--cream-soft) 0%,rgba(232,120,44,.06) 100%)}.footer-brand{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:500;letter-spacing:.08em;margin-bottom:.3rem;color:var(--ink)}.footer-cachacaria{font-family:Poppins,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.3em;color:var(--orange-deep);margin-bottom:1rem}.footer-tag{font-family:Caveat,cursive;color:var(--orange);font-size:1.3rem;margin-bottom:2rem}.footer-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:1.5rem 0 2rem}.footer-action-btn{display:inline-block;background:var(--orange);color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s}.footer-action-btn:hover{background:var(--orange-deep)}.footer-action-btn:focus-visible{outline:2px solid var(--orange-deep);outline-offset:2px}.footer-contact{max-width:500px;margin:0 auto 1.5rem;padding:1.5rem;background:#ffffff80;border:1px solid var(--line);border-radius:4px}.footer-contact-label{font-family:Caveat,cursive;color:var(--orange);font-size:1.1rem;margin-bottom:.5rem}.footer-address{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--ink);line-height:1.5;margin-bottom:.8rem}.footer-phone{font-family:Poppins,sans-serif;font-size:1rem;color:var(--orange-deep);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--orange);border-radius:30px;transition:all .25s}.footer-phone:hover{background:var(--orange);color:#fff}.footer-phone svg{width:16px;height:16px}.footer-note{font-size:.82rem;color:var(--ink-soft);max-width:500px;margin:1.5rem auto 0;font-style:italic}.footer-credit{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-family:Poppins,sans-serif;font-size:.78rem;color:var(--ink-soft);text-decoration:none;transition:color .2s}.footer-credit:hover{color:var(--orange-deep)}.footer-credit-icon{display:inline-block;width:16px;height:16px;flex-shrink:0;background-color:var(--orange);-webkit-mask-image:url(/ditus-marketing-icone.webp);mask-image:url(/ditus-marketing-icone.webp);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.category.hidden{display:none}.no-results{text-align:center;padding:4rem 1rem;font-family:Cormorant Garamond,serif;font-style:italic;color:var(--ink-soft);font-size:1.2rem;display:none}.no-results.show{display:block}.back-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--orange);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;pointer-events:none;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px var(--shadow);z-index:50}.back-top.visible{opacity:1;pointer-events:auto}.back-top:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:0 6px 18px var(--shadow)}.search-fab{position:fixed;right:1rem;bottom:calc(env(safe-area-inset-bottom,0px) + 1.75rem + 48px);width:48px;height:48px;background:var(--orange);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px var(--shadow);z-index:50}.search-fab:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:0 6px 18px var(--shadow)}.search-fab svg{width:20px;height:20px}@media(min-width:768px){.search-fab{display:none}}.selection-fab{position:fixed;right:1rem;bottom:calc(env(safe-area-inset-bottom,0px) + 2.5rem + 96px);z-index:50;display:inline-flex;align-items:center;gap:.5rem;min-height:48px;padding:.65rem 1.1rem;border:none;border-radius:999px;background:var(--orange);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;white-space:nowrap;cursor:pointer;box-shadow:0 4px 14px var(--shadow);transition:all .3s ease}.selection-fab:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:0 6px 18px var(--shadow)}.selection-fab:focus-visible{outline:2px solid #fff;outline-offset:2px}.selection-fab svg{width:18px;height:18px;flex-shrink:0}.selection-fab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .35rem;border-radius:999px;background:#ffffff47;font-size:.75rem;font-weight:700}@media(min-width:768px){.selection-fab{right:2rem;bottom:calc(2.75rem + 48px)}}@media(max-width:640px){header{padding:2.5rem 1rem 1.5rem}section.category{margin-top:3rem}.nav-inner a{padding:.85rem .7rem;font-size:.75rem}main{padding:1.5rem 1rem 4rem}.back-top{bottom:1rem;right:1rem}}@media(max-width:420px){.item{grid-template-columns:75px 1fr;gap:.85rem;padding:.85rem}.item-image{width:75px;height:75px}.item-image-placeholder{width:26px;height:26px}.item-name{font-size:1.05rem}.item-desc{font-size:.82rem}}.fade-in{animation:fadeIn .8s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.product-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;height:var(--app-height, 100svh);z-index:200;background:#0f0906;overflow:hidden;animation:productModalFadeIn .2s ease both}.product-modal-backdrop{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;filter:blur(40px) brightness(.55) saturate(1.15);transform:scale(1.15);cursor:pointer}.product-modal-backdrop-noimage{background:radial-gradient(circle at 15% 20%,rgba(232,120,44,.3),transparent 55%),radial-gradient(circle at 85% 75%,rgba(217,149,45,.22),transparent 50%),linear-gradient(160deg,#2f1d0f,#150d06)}.product-modal{position:absolute;inset:0;z-index:10;background:#2a1a0a;overflow:hidden;outline:none;touch-action:pan-y;animation:productModalSlideUp .35s cubic-bezier(.22,1,.36,1) both}.product-modal-media{position:absolute;inset:0}.product-modal.product-modal-photo-mode .product-modal-media{touch-action:none}.product-modal-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:productModalImageFade .3s ease both;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-modal-media-placeholder{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,rgba(232,120,44,.35),transparent 55%),radial-gradient(circle at 80% 70%,rgba(217,149,45,.28),transparent 50%),linear-gradient(160deg,#3a2513,#2a1a0a)}.product-modal-scrim{position:absolute;inset:0;background:linear-gradient(to top,#140c05e0,#140c058c 16%,#140c0529 38%,#140c0508 55%,#140c0500 62%);pointer-events:none}.product-modal-close,.product-modal-nav{position:absolute;z-index:20;width:42px;height:42px;border-radius:50%;border:none;background:#0006;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s,border-color .2s;border:1px solid rgba(255,255,255,.18)}.product-modal-close:hover,.product-modal-nav:hover{background:#0009;border-color:#fff6}.product-modal-close:active,.product-modal-nav:active{transform:scale(.92)}.product-modal-close:focus-visible,.product-modal-nav:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-modal-close svg{width:20px;height:20px}.product-modal-nav svg{width:22px;height:22px}.product-modal-close{right:max(1.25rem,env(safe-area-inset-right,0px));bottom:calc(env(safe-area-inset-bottom,0px) + 1.375rem)}.product-modal-select-fab{position:absolute;z-index:20;right:max(1.25rem,env(safe-area-inset-right,0px));bottom:calc(env(safe-area-inset-bottom,0px) + 2.5rem + 42px);display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#0006;color:#fff;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:background .2s,transform .15s,border-color .2s}.product-modal-select-fab:hover{background:#0009;border-color:#fff6}.product-modal-select-fab:active{transform:scale(.96)}.product-modal-select-fab:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-modal-select-fab svg{width:15px;height:15px;flex-shrink:0}.product-modal-select-fab.selected{background:var(--orange);border-color:var(--orange)}.product-modal-nav{top:16%}.product-modal-nav-prev{left:.75rem}.product-modal-nav-next{right:.75rem}.product-modal-content{position:absolute;left:0;right:0;bottom:0;z-index:3;max-height:88vh;max-height:88svh;overflow:hidden;padding:1.5rem 8rem calc(env(safe-area-inset-bottom,0px) + 3.5rem) 1.5rem;animation:productModalContentUp .35s cubic-bezier(.22,1,.36,1) .05s both}.product-modal-eyebrow{display:inline-block;font-family:Caveat,cursive;font-size:1.15rem;color:var(--orange-bright);margin-bottom:.2rem}@media(max-width:767px){.product-modal-eyebrow{max-width:100%;width:fit-content;padding:.22rem .7rem;border-radius:999px;background:#140c058c;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-bottom:.55rem;line-height:1.3;overflow-wrap:anywhere;text-shadow:none}}.product-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.product-modal-name{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:600;color:#fff;line-height:1.15;margin:0}.product-modal-price{font-family:Poppins,sans-serif;font-weight:600;font-size:1.15rem;color:var(--orange-bright);white-space:nowrap}@media(max-width:767px){.product-modal-name{text-shadow:0 1px 8px rgba(0,0,0,.5)}.product-modal-price{text-shadow:0 1px 6px rgba(0,0,0,.45)}}.product-modal-desc-wrap{position:relative;margin-top:.7rem}.product-modal-desc{margin:0;font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;color:#ffffffe0;transition:max-height .35s ease}.product-modal-desc-wrap.full .product-modal-desc{max-height:none;overflow:visible;cursor:default}.product-modal-desc-wrap.truncated .product-modal-desc{max-height:4.8em;overflow:hidden;cursor:pointer}.product-modal-desc-wrap.truncated.expanded .product-modal-desc{max-height:35vh;max-height:35dvh}@media(max-height:650px)and (max-width:767px){.product-modal-desc-wrap.truncated .product-modal-desc{font-size:.88rem;max-height:3.2em}}@media(min-height:850px)and (max-width:767px){.product-modal-desc-wrap.truncated .product-modal-desc{max-height:6.4em}}.product-modal-desc-toggle{display:inline-flex;align-items:center;gap:.3rem;margin-top:.45rem;padding:.3rem .75rem;border-radius:999px;border:1px solid rgba(232,120,44,.4);background:#140c0580;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--orange-bright);cursor:pointer;transition:background .2s,border-color .2s}.product-modal-desc-toggle:hover{background:#140c05ad;border-color:#e8782ca6}.product-modal-desc-toggle:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-modal-desc-toggle svg{width:12px;height:12px;flex-shrink:0;transition:transform .2s ease}.product-modal-desc-toggle.expanded svg{transform:rotate(180deg)}.product-modal-content .item-sizes,.product-modal-content .serves{margin-top:.8rem}.product-modal-select{display:none;align-items:center;gap:.4rem;margin-top:.6rem;padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#00000040;color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.02em;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s,border-color .2s,color .2s,transform .15s}.product-modal-select svg{width:15px;height:15px}.product-modal-select:hover{border-color:#ffffff80}.product-modal-select:active{transform:scale(.96)}.product-modal-select:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-modal-select.selected{background:var(--orange);border-color:var(--orange);color:#fff}@keyframes productModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes productModalSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes productModalImageFade{0%{opacity:0}to{opacity:1}}@keyframes productModalContentUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.product-modal-overlay{padding:3vw;display:flex;align-items:center;justify-content:center}.product-modal{position:relative;inset:auto;width:min(1100px,92vw);height:min(680px,88vh);border-radius:24px;box-shadow:0 40px 100px #0000008c;display:flex}.product-modal-media{position:relative;inset:auto;width:50%;height:100%;flex-shrink:0}.product-modal-bg{position:absolute;inset:0;width:100%;height:100%}.product-modal-close{top:max(1rem,env(safe-area-inset-top,0px));bottom:auto;right:max(1rem,env(safe-area-inset-right,0px))}.product-modal-scrim{display:none}.product-modal-nav{top:50%;transform:translateY(-50%)}.product-modal-nav-prev{left:1.5rem}.product-modal-nav-next{right:1.5rem}.product-modal-content{position:relative;inset:auto;flex:1;max-height:none;height:100%;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;background:#fff9ec;padding:3rem 3.25rem}.product-modal-eyebrow{color:var(--orange-deep);background:none;border:none;padding:0;backdrop-filter:none;-webkit-backdrop-filter:none}.product-modal-name{color:var(--ink)}.product-modal-desc-wrap.truncated .product-modal-desc,.product-modal-desc-wrap.full .product-modal-desc,.product-modal-desc{color:var(--ink-soft);font-size:1rem;max-height:none;overflow:visible;cursor:default}.product-modal-desc-wrap.truncated:not(.expanded):after,.product-modal-desc-wrap:after{display:none}.product-modal-desc-toggle{display:none}.product-modal-select{display:inline-flex;background:#e8782c14;border-color:#e8782c59;color:var(--orange-deep)}.product-modal-select:hover{border-color:var(--orange)}.product-modal-select.selected{background:var(--orange);border-color:var(--orange);color:#fff}.product-modal-select-fab{display:none}}.product-modal-hidden-for-lightbox{opacity:0!important;pointer-events:none!important}.product-modal-photo-close{position:absolute;z-index:25;top:max(1rem,env(safe-area-inset-top,0px));right:max(1rem,env(safe-area-inset-right,0px));width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,transform .15s}.product-modal-photo-close svg{width:18px;height:18px}.product-modal-photo-close:hover{background:#0009}.product-modal-photo-close:active{transform:scale(.92)}.product-modal-photo-close:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@media(min-width:768px){.product-modal-photo-close{display:none}}.product-modal-zoom-trigger{display:none}@media(min-width:768px){.product-modal-zoom-trigger{display:flex;position:absolute;z-index:15;right:1rem;bottom:1rem;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:#00000059;color:#fff;opacity:.55;cursor:zoom-in;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity .2s,background .2s,transform .15s}.product-modal-zoom-trigger svg{width:17px;height:17px}.product-modal-zoom-trigger:hover,.product-modal-zoom-trigger:focus-visible{opacity:1;background:#0000008c}.product-modal-zoom-trigger:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-modal-zoom-trigger:active{transform:scale(.94)}.product-modal-bg{cursor:zoom-in}}.product-image-lightbox{position:fixed;inset:0;height:100vh;height:100svh;height:var(--app-height, 100svh);z-index:300;background:#060301f0;display:flex;align-items:center;justify-content:center;animation:productModalFadeIn .2s ease both}.product-image-lightbox-dialog{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image-lightbox-viewport{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none}.product-image-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform}@media(prefers-reduced-motion:reduce){.product-image-lightbox-img{transition:none!important}}.product-image-lightbox-close{position:absolute;z-index:20;top:max(1rem,env(safe-area-inset-top,0px));right:max(1rem,env(safe-area-inset-right,0px));width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,transform .15s}.product-image-lightbox-close svg{width:18px;height:18px}.product-image-lightbox-close:hover{background:#0009}.product-image-lightbox-close:active{transform:scale(.92)}.product-image-lightbox-close:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-image-lightbox-mobile .product-image-lightbox-close{width:34px;height:34px;background:#00000052}.product-image-lightbox-controls{position:absolute;z-index:20;left:50%;bottom:max(1.5rem,env(safe-area-inset-bottom,0px));transform:translate(-50%);display:flex;gap:.5rem;padding:.4rem;border-radius:999px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18)}.product-image-lightbox-controls button{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.product-image-lightbox-controls button svg{width:18px;height:18px}.product-image-lightbox-controls button:hover{background:#ffffff26}.product-image-lightbox-controls button:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.product-image-lightbox-hint{position:absolute;z-index:20;bottom:max(4.5rem,calc(env(safe-area-inset-bottom,0px) + 4rem));left:50%;transform:translate(-50%);padding:.5rem 1rem;border-radius:999px;background:#0000008c;color:#fff;font-family:Poppins,sans-serif;font-size:.8rem;white-space:nowrap;pointer-events:none;animation:productModalFadeIn .25s ease both,lightboxHintOut .4s ease 2.2s both}@keyframes lightboxHintOut{to{opacity:0}}@media(prefers-reduced-motion:reduce){.product-image-lightbox,.product-image-lightbox-hint{animation:none}}.selection-panel-overlay{position:fixed;inset:0;z-index:190;background:#0f09068c;display:flex;align-items:flex-end;justify-content:center;animation:productModalFadeIn .2s ease both}.selection-panel{position:relative;width:100%;max-width:480px;max-height:85vh;max-height:85svh;background:var(--cream-soft);border-radius:20px 20px 0 0;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem 1.5rem calc(env(safe-area-inset-bottom,0px) + 1.5rem);outline:none;animation:selectionPanelSlideUp .3s cubic-bezier(.22,1,.36,1) both}.selection-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0}.selection-panel-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--ink);margin:0}.selection-panel-subtitle{font-family:Poppins,sans-serif;font-size:.85rem;color:var(--ink-soft);margin:.3rem 0 0}.selection-panel-close{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,transform .15s}.selection-panel-close svg{width:16px;height:16px}.selection-panel-close:hover{border-color:var(--orange)}.selection-panel-close:active{transform:scale(.92)}.selection-panel-close:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.selection-panel-disclaimer{font-family:Poppins,sans-serif;font-size:.78rem;color:var(--orange-deep);background:#e8782c14;border:1px solid rgba(232,120,44,.25);border-radius:10px;padding:.6rem .8rem;margin:1rem 0 0;flex-shrink:0}.selection-panel-list{flex:1;overflow-y:auto;margin-top:1rem;display:flex;flex-direction:column;gap:.8rem}.selection-panel-empty{font-family:Poppins,sans-serif;font-size:.9rem;color:var(--ink-soft);text-align:center;padding:2rem 1rem;margin:0}.selection-panel-item{display:grid;grid-template-columns:56px 1fr auto;gap:.75rem;align-items:center;padding:.6rem;background:#fff9;border:1px solid var(--line);border-radius:12px}.selection-panel-item-image{width:56px;height:56px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#e8782c14,#d9952d1f);display:flex;align-items:center;justify-content:center;flex-shrink:0}.selection-panel-item-image img{width:100%;height:100%;object-fit:cover;display:block}.selection-panel-item-image svg{width:22px;height:22px}.selection-panel-item-content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.selection-panel-item-name{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--ink);line-height:1.2}.selection-panel-item-category{font-family:Poppins,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.selection-panel-item-price{font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;color:var(--orange-deep)}.selection-panel-item-remove{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,color .2s,transform .15s}.selection-panel-item-remove svg{width:14px;height:14px}.selection-panel-item-remove:hover{border-color:var(--terracotta);color:var(--terracotta)}.selection-panel-item-remove:active{transform:scale(.9)}.selection-panel-item-remove:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.selection-panel-footer{flex-shrink:0;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:1rem}.selection-panel-count{display:flex;align-items:center;gap:.4rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;color:var(--ink);margin:0}.selection-panel-count svg{width:16px;height:16px;color:var(--orange)}.selection-panel-clear{flex-shrink:0;border:1px solid var(--line);background:#fff;color:var(--terracotta);font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;padding:.55rem 1rem;border-radius:999px;cursor:pointer;transition:border-color .2s,background .2s}.selection-panel-clear:hover{border-color:var(--terracotta);background:#c25a3a14}.selection-panel-clear:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@keyframes selectionPanelSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.selection-panel-overlay{align-items:center;padding:3vw}.selection-panel{max-height:85vh;border-radius:20px;box-shadow:0 40px 100px #00000059;padding:2rem 2.25rem calc(env(safe-area-inset-bottom,0px) + 2rem)}}@media(prefers-reduced-motion:reduce){.product-modal-overlay,.product-modal,.product-modal-bg,.product-modal-content,.selection-panel-overlay,.selection-panel{animation:none}}:root{--font-cjk: "Noto Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif}html[lang=zh-CN] body,html[lang=zh-CN] .since,html[lang=zh-CN] .brand-sub,html[lang=zh-CN] .category-eyebrow,html[lang=zh-CN] .category-title,html[lang=zh-CN] .category-desc,html[lang=zh-CN] .item-name,html[lang=zh-CN] .item-desc,html[lang=zh-CN] .item-price,html[lang=zh-CN] .product-modal-name,html[lang=zh-CN] .product-modal-eyebrow,html[lang=zh-CN] .product-modal-desc,html[lang=zh-CN] .product-modal-price,html[lang=zh-CN] .selection-panel-title,html[lang=zh-CN] .footer-tag,html[lang=zh-CN] .footer-brand,html[lang=zh-CN] .nav-link{font-family:var(--font-cjk);font-style:normal;line-height:1.7;word-break:normal;overflow-wrap:anywhere}.header-lang{position:absolute;top:.9rem;right:.9rem;z-index:5}.lang-selector{position:relative;display:inline-block}.lang-trigger{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding:.4rem .7rem;border:1px solid var(--line);border-radius:999px;background:#fff9ecd9;color:var(--ink-soft);font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.02em;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s ease,color .2s ease,background .2s ease}.lang-trigger:hover{border-color:var(--orange);color:var(--orange)}.lang-trigger-label{line-height:1}.lang-menu{position:absolute;top:calc(100% + .4rem);right:0;min-width:160px;padding:.35rem;background:var(--cream-soft);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px #c4571a2e;display:flex;flex-direction:column;gap:.15rem;z-index:20}.lang-option{display:flex;align-items:center;gap:.5rem;width:100%;min-height:40px;padding:.5rem .7rem;border:none;border-radius:9px;background:none;color:var(--ink);font-family:Poppins,sans-serif;font-size:.9rem;text-align:left;cursor:pointer;transition:background .15s ease}.lang-option:hover,.lang-option:focus-visible{background:#e8782c1a}.lang-option.current{color:var(--orange-deep);font-weight:700}.lang-option-check{width:1rem;flex:0 0 auto;text-align:center;color:var(--orange);font-weight:700}.lang-option-name{flex:1 1 auto}.lang-option-name{font-family:"Poppins",var(--font-cjk, sans-serif),sans-serif}@media(max-width:480px){.header-lang{top:.7rem;right:.7rem}.lang-trigger{padding:.35rem .6rem;font-size:.78rem}.lang-menu{right:0;min-width:150px;max-width:calc(100vw - 1.4rem)}}.lang-trigger-flag,.lang-option-flag{flex:0 0 auto;border-radius:2px;box-shadow:0 0 0 1px #2a1a0a1f}.menu-content-behind-gate{pointer-events:none!important}.language-gate-overlay{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:1.5rem;min-height:100vh;min-height:100dvh;min-height:var(--app-height, 100dvh);background:radial-gradient(circle at 50% 20%,var(--cream-soft) 0%,var(--cream) 65%,#f3e4c8 100%);overflow-y:auto;animation:languageGateFadeIn .35s ease both}@keyframes languageGateFadeIn{0%{opacity:0}to{opacity:1}}.language-gate-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;padding:2rem 1.5rem 2.4rem;animation:languageGateCardIn .4s ease both;animation-delay:.05s}@keyframes languageGateCardIn{0%{opacity:0;transform:scale(.97) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(prefers-reduced-motion:reduce){.language-gate-overlay,.language-gate-card{animation:none}}.language-gate-logo{width:clamp(190px,58vw,230px);max-width:88%;height:auto;object-fit:contain;margin-bottom:.55rem}.language-gate-welcome{font-family:Poppins,sans-serif;font-size:.85rem;color:var(--ink-soft);letter-spacing:.02em;max-width:34ch}.language-gate-title{font-family:Cormorant Garamond,serif;font-weight:600;font-size:1.5rem;color:var(--ink);line-height:1.35;margin-bottom:.4rem;max-width:28ch}.language-gate-options{width:100%;display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:.4rem}@media(min-width:560px){.language-gate-card{max-width:560px}.language-gate-options{grid-template-columns:1fr 1fr}}.language-gate-option{position:relative;display:flex;align-items:center;gap:.7rem;width:100%;min-height:56px;padding:.85rem 1.1rem;border:1.5px solid var(--line);border-radius:16px;background:#fff9ece6;color:var(--ink);font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .15s ease}.language-gate-option:hover{border-color:var(--orange);background:#e8782c14}.language-gate-option:active{transform:scale(.98)}.language-gate-option.last-used{border-color:var(--orange-deep);background:#e8782c1f}.language-gate-flag{flex:0 0 auto;width:28px;height:20px;border-radius:3px;box-shadow:0 0 0 1px #2a1a0a24}.language-gate-option-name{flex:1 1 auto;font-family:"Poppins",var(--font-cjk, sans-serif),sans-serif}.language-gate-last-used-tag{flex:0 0 auto;font-size:.7rem;font-weight:700;letter-spacing:.02em;color:var(--orange-deep);background:#ffffffa6;border-radius:999px;padding:.25rem .55rem;white-space:nowrap}@media(max-width:380px){.language-gate-card{padding:1.5rem 1rem 2rem;gap:.7rem}.language-gate-logo{width:clamp(190px,60vw,210px);max-width:84%;height:auto}.language-gate-title{font-size:1.3rem}.language-gate-last-used-tag{display:none}}@media(min-width:560px){.language-gate-logo{width:clamp(180px,14vw,248px);max-width:60%}}
