.shop-root{--shop-bg:#fbf7f3;--shop-alt:#f3ece6;--shop-line:#e8ddd5;--shop-rule:#dccfc5;--shop-ink:#2a201c;--shop-muted:#6b5850;--shop-muted-2:#5a4a44;--shop-mauve:#8b6d66;--shop-brown:#5f4842;--shop-wine:#6e2a34;--shop-gold:#c9a24b;--shop-green:#3f6b4e;--shop-disabled-bg:#d8cfc8;--shop-disabled-fg:#8a7d76;--shop-radius:2px;--shop-font-serif:"Cormorant Garamond", Georgia, serif;--shop-font-sans:"DM Sans", system-ui, sans-serif;font-family:var(--shop-font-sans);background:var(--shop-bg);color:var(--shop-ink);min-height:100vh;position:relative;overflow-x:hidden}.shop-root *,.shop-root :before,.shop-root :after{box-sizing:border-box}.shop-announce{background:var(--shop-brown);color:#f5efe9;text-align:center;letter-spacing:.02em;padding:.55rem 1rem;font-size:.78rem}.shop-header{z-index:40;background:var(--shop-bg);border-bottom:1px solid var(--shop-line);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem clamp(1rem,4vw,2.5rem);display:flex;position:sticky;top:0}.shop-brand{color:inherit;align-items:center;gap:.6rem;min-width:0;text-decoration:none;display:flex}.shop-brand-logo{object-fit:cover;border:1px solid var(--shop-line);border-radius:50%;flex:none;width:36px;height:36px}.shop-brand-text{font-family:var(--shop-font-serif);letter-spacing:.01em;color:var(--shop-ink);font-size:clamp(1.15rem,3vw,1.6rem);line-height:1.1}.shop-brand-text span{color:var(--shop-wine)}.shop-header-nav{align-items:center;gap:1.1rem;margin-left:auto;margin-right:.75rem;display:none}@media (min-width:720px){.shop-header-nav{display:flex}}.shop-header-nav a{color:var(--shop-muted-2);font-size:.82rem;font-weight:500;text-decoration:none}.shop-header-nav a:hover{color:var(--shop-ink)}.shop-header-nav a.is-active{color:var(--shop-ink);font-weight:600}.shop-cart-btn{cursor:pointer;color:var(--shop-ink);background:0 0;border:none;flex:none;padding:.4rem;position:relative}.shop-cart-badge{background:var(--shop-wine);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.shop-pad{padding-left:clamp(1rem,4vw,2.5rem);padding-right:clamp(1rem,4vw,2.5rem)}.shop-btn{background:var(--shop-brown);color:#fff;border-radius:var(--shop-radius);cursor:pointer;letter-spacing:.02em;border:none;padding:.85rem 1.75rem;font-family:inherit;font-size:.92rem;font-weight:600}.shop-btn:hover{filter:brightness(.95)}.shop-btn:disabled{background:var(--shop-disabled-bg);color:var(--shop-disabled-fg);cursor:not-allowed;filter:none}.shop-btn--gold,.shop-btn--preorder{background:var(--shop-gold);color:#fff}.shop-btn--outline{color:var(--shop-brown);border:1px solid var(--shop-line);background:0 0}.shop-btn--outline:hover{background:var(--shop-alt);filter:none}.shop-btn--block{width:100%;display:block}.shop-btn--ghost{color:var(--shop-mauve);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem}.shop-pill{border:1px solid var(--shop-line);color:var(--shop-ink);border-radius:var(--shop-radius);cursor:pointer;white-space:nowrap;background:#fff;flex:none;padding:.45rem .85rem;font-family:inherit;font-size:.85rem;font-weight:500}.shop-pill.is-active{background:var(--shop-brown);color:#fff;border-color:var(--shop-brown)}.shop-pill--sm{padding:.35rem .7rem;font-size:.8rem}.shop-chip{border:1px solid var(--shop-line);color:var(--shop-ink);border-radius:var(--shop-radius);cursor:pointer;background:#fff;padding:.3rem .55rem;font-family:inherit;font-size:.78rem}.shop-chip.is-active{background:var(--shop-brown);color:#fff;border-color:var(--shop-brown)}.shop-qty{border:1px solid var(--shop-line);border-radius:var(--shop-radius);align-items:center;display:flex}.shop-qty button{cursor:pointer;width:28px;height:32px;color:var(--shop-brown);background:0 0;border:none;font-family:inherit;font-size:1rem}.shop-qty span{text-align:center;width:24px;font-size:.9rem}.shop-qty--lg button{width:38px;height:42px;font-size:1.1rem}.shop-qty--lg span{width:32px}.shop-footer-simple{text-align:center;border-top:1px solid var(--shop-line);margin-top:2rem;padding:2.5rem clamp(1rem,4vw,2.5rem) 3rem}.shop-footer-simple .wordmark{font-family:var(--shop-font-serif);color:var(--shop-ink);margin:0 0 .35rem;font-size:1.35rem}.shop-footer-simple .wordmark span{color:var(--shop-wine)}.shop-footer-simple p{color:var(--shop-muted);margin:0;font-size:.82rem}.shop-cart-scrim{z-index:50;opacity:0;pointer-events:none;background:#140c0a73;transition:opacity .25s;position:fixed;inset:0}.shop-cart-scrim.is-open{opacity:1;pointer-events:auto}.shop-cart-drawer{z-index:51;background:#fff;flex-direction:column;width:min(400px,100vw);height:100%;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #0000001f}.shop-cart-drawer.is-open{transform:translate(0)}.shop-cart-drawer-head{border-bottom:1px solid var(--shop-line);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.shop-cart-drawer-head h2{font-family:var(--shop-font-serif);margin:0;font-size:1.4rem;font-weight:500}.shop-cart-drawer-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}.shop-cart-empty{text-align:center;color:var(--shop-muted);margin:0;padding:2.5rem 1rem}.shop-cart-line{border-bottom:1px solid var(--shop-line);grid-template-columns:64px 1fr auto;gap:.75rem;padding:.85rem 0;display:grid}.shop-cart-line img,.shop-cart-line .ph{object-fit:cover;border-radius:var(--shop-radius);background:var(--shop-alt);width:64px;height:64px}.shop-cart-line-title{margin:0 0 .2rem;font-size:.9rem;font-weight:600}.shop-cart-line-meta{color:var(--shop-muted);margin:0 0 .45rem;font-size:.75rem}.shop-cart-line-actions{align-items:center;gap:.65rem;display:flex}.shop-cart-remove{color:var(--shop-mauve);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;text-decoration:underline}.shop-cart-line-total{font-size:.9rem;font-weight:700}.shop-cart-drawer-foot{border-top:1px solid var(--shop-line);padding:1rem 1.25rem 1.35rem}.shop-cart-total-row{justify-content:space-between;margin-bottom:.85rem;font-weight:700;display:flex}.shop-hero{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2rem,6vw,4.5rem) clamp(1rem,4vw,2.5rem);display:grid}@media (max-width:800px){.shop-hero{grid-template-columns:1fr}}.shop-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--shop-mauve);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.shop-hero h1{font-family:var(--shop-font-serif);margin:0 0 1rem;font-size:clamp(2.1rem,5.5vw,3.6rem);font-weight:500;line-height:1.08}.shop-hero-lede{color:var(--shop-muted-2);max-width:34ch;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.shop-swatches{gap:1rem;margin-top:1.75rem;display:flex}.shop-swatches>div{text-align:center}.shop-swatches i{border:1px solid var(--shop-line);border-radius:50%;width:26px;height:26px;margin:0 auto .3rem;display:block}.shop-swatches span{color:var(--shop-muted);font-size:.72rem}.shop-hero-media{aspect-ratio:4/5;border-radius:var(--shop-radius);background:var(--shop-alt);min-width:0;position:relative;overflow:hidden}.shop-hero-slide{opacity:0;background:var(--shop-alt);transition:opacity .6s;position:absolute;inset:0}.shop-hero-slide.is-active{opacity:1}.shop-hero-slide img,.shop-hero-slide video{object-fit:cover;width:100%;height:100%;display:block}.shop-hero-dots{z-index:3;justify-content:center;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:0;right:0}.shop-hero-dots button{cursor:pointer;background:#2a201c40;border:none;border-radius:50%;width:8px;height:8px;padding:0}.shop-hero-dots button.is-active{background:var(--shop-brown)}.shop-trust{background:var(--shop-line);border-top:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;display:grid}.shop-trust>div{background:var(--shop-bg);padding:1.75rem clamp(1rem,3vw,2rem)}.shop-trust h3{font-family:var(--shop-font-serif);margin:0 0 .35rem;font-size:1.15rem;font-weight:500}.shop-trust p{color:var(--shop-muted);margin:0;font-size:.88rem}.shop-catalog{padding:clamp(2rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem)}.shop-filter-row{scrollbar-width:none;gap:.5rem;padding-bottom:.9rem;display:flex;overflow-x:auto}.shop-filter-row::-webkit-scrollbar{display:none}.shop-subfilter{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem 0 .6rem;display:flex;overflow-x:auto}.shop-subfilter-label{color:var(--shop-mauve);text-transform:uppercase;letter-spacing:.08em;margin-right:.25rem;font-size:.75rem;font-weight:600}.shop-section-head{border-bottom:1px solid var(--shop-rule);justify-content:space-between;align-items:baseline;margin-bottom:1.4rem;padding-bottom:.6rem;display:flex}.shop-section-head h2{font-family:var(--shop-font-serif);margin:0;font-size:1.7rem;font-weight:500}.shop-section-head span{letter-spacing:.08em;text-transform:uppercase;color:var(--shop-mauve);font-size:.72rem}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:clamp(1.5rem,3vw,2.25rem);display:grid}.shop-card{background:0 0;border:none;flex-direction:column;display:flex}.shop-card-media{aspect-ratio:4/5;border-radius:var(--shop-radius);background:var(--shop-alt);cursor:pointer;overflow:hidden}.shop-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.shop-card:hover .shop-card-media img{transform:scale(1.03)}.shop-card-body{flex-direction:column;flex:1;gap:.55rem;padding:.85rem .1rem 0;display:flex}.shop-card-texture{letter-spacing:.1em;text-transform:uppercase;color:var(--shop-mauve);margin:0 0 .25rem;font-size:.68rem}.shop-card-title{font-family:var(--shop-font-serif);cursor:pointer;margin:0;font-size:1.1rem;line-height:1.3}.shop-card-price-row{justify-content:space-between;align-items:baseline;display:flex}.shop-card-price{font-size:1.02rem;font-weight:700}.shop-stock-ok{color:var(--shop-green);font-size:.78rem;font-weight:500}.shop-stock-po{color:var(--shop-mauve);font-size:.78rem;font-weight:500}.shop-card-actions{align-items:center;gap:.5rem;display:flex}.shop-card-actions .shop-btn{flex:1;padding:.55rem .65rem;font-size:.82rem}.shop-how{background:var(--shop-alt);padding:clamp(2rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem)}.shop-how-inner{text-align:center;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.shop-how-num{margin:0 0 .5rem;font-size:1.6rem}.shop-how h3{font-family:var(--shop-font-serif);margin:0 0 .35rem;font-size:1.15rem;font-weight:500}.shop-how p{color:var(--shop-muted);margin:0;font-size:.85rem}.shop-faq{background:var(--shop-alt);padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2.5rem)}.shop-faq-inner{max-width:920px;margin:0 auto}.shop-faq h2{font-family:var(--shop-font-serif);text-align:center;margin:0 0 2rem;font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:500}.shop-faq-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:0 2.5rem;display:grid}.shop-faq-item{border-bottom:1px solid var(--shop-rule);padding:.4rem 0}.shop-faq-q{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.9rem;width:100%;padding:.85rem 0;font-family:inherit;display:flex}.shop-faq-icon{width:26px;height:26px;color:var(--shop-brown);background:0 0;border:1px solid #c9a99a;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.shop-faq-icon.is-open{background:var(--shop-brown);color:#fff;border-color:var(--shop-brown)}.shop-faq-q span:last-child{font-family:var(--shop-font-serif);color:var(--shop-ink);flex:1;font-size:1.1rem}.shop-faq-a{color:var(--shop-muted);margin:0 0 1rem;padding-left:2.35rem;font-size:.88rem;line-height:1.65}.shop-empty{text-align:center;color:var(--shop-muted);padding:2rem}.shop-loading{text-align:center;color:var(--shop-mauve);padding:3rem 1rem}.shop-detail{max-width:1100px;margin:0 auto;padding:clamp(1rem,4vw,2.5rem)}.shop-detail-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,4vw,3rem);display:grid}.shop-detail-media{aspect-ratio:1;border-radius:var(--shop-radius);background:var(--shop-alt);overflow:hidden}.shop-detail-media img{object-fit:cover;width:100%;height:100%;display:block}.shop-detail h1{font-family:var(--shop-font-serif);margin:0 0 .6rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:500}.shop-detail-price{margin:0 0 1rem;font-size:1.35rem;font-weight:700}.shop-detail-desc{color:var(--shop-muted-2);white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.65}.shop-related{margin-top:3rem}.shop-related h3{font-family:var(--shop-font-serif);margin:0 0 1rem;font-size:1.3rem;font-weight:500}.shop-related-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.shop-related-card{cursor:pointer;color:inherit;text-decoration:none}.shop-related-card .thumb{aspect-ratio:1;border-radius:var(--shop-radius);background:var(--shop-alt);margin-bottom:.5rem;overflow:hidden}.shop-related-card img{object-fit:cover;width:100%;height:100%;display:block}.shop-related-card p{margin:0;font-size:.85rem}.shop-related-card .price{font-weight:700}.shop-checkout{max-width:1000px;margin:0 auto;padding:clamp(1rem,4vw,2.5rem)}.shop-steps{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.shop-steps>div{flex:1}.shop-steps-bar{border-radius:var(--shop-radius);background:var(--shop-line);height:3px;margin-bottom:.4rem}.shop-steps-bar.is-on{background:var(--shop-brown)}.shop-steps p{color:var(--shop-muted);margin:0;font-size:.75rem}.shop-steps p.is-on{color:var(--shop-ink);font-weight:600}.shop-checkout-layout{flex-wrap:wrap;gap:clamp(1.5rem,4vw,3rem);display:flex}.shop-checkout-form{flex:340px;min-width:0}.shop-checkout-summary{background:var(--shop-alt);border-radius:var(--shop-radius);flex:280px;align-self:flex-start;min-width:0;padding:1.25rem}.shop-checkout h2{font-family:var(--shop-font-serif);margin:0 0 1.25rem;font-size:1.5rem;font-weight:500}.shop-field{margin-bottom:1rem;display:block}.shop-field span{color:var(--shop-muted-2);margin-bottom:.3rem;font-size:.82rem;display:block}.shop-field input,.shop-field textarea{border:1px solid var(--shop-line);border-radius:var(--shop-radius);width:100%;color:var(--shop-ink);background:#fff;padding:.7rem .85rem;font-family:inherit;font-size:.95rem}.shop-fulfill-card{border:1px solid var(--shop-line);border-radius:var(--shop-radius);cursor:pointer;background:#fff;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.shop-fulfill-card.is-selected{background:var(--shop-alt);border-color:var(--shop-rule)}.shop-fulfill-card input{margin-top:.2rem}.shop-fulfill-card strong{margin-bottom:.2rem;font-size:.95rem;display:block}.shop-fulfill-card p{color:var(--shop-muted);margin:0;font-size:.82rem}.shop-checkout-nav{gap:.75rem;margin-top:1.25rem;display:flex}.shop-summary-line{justify-content:space-between;gap:.75rem;margin-bottom:.55rem;font-size:.88rem;display:flex}.shop-summary-total{border-top:1px solid var(--shop-rule);justify-content:space-between;margin-top:.85rem;padding-top:.85rem;font-weight:700;display:flex}.shop-summary-note{color:var(--shop-mauve);margin:.75rem 0 0;font-size:.78rem}.shop-error{color:#8a2a2a;margin:.75rem 0 0;font-size:.88rem}.shop-confirm{text-align:center;max-width:640px;margin:0 auto;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2.5rem)}.shop-confirm-badge{background:var(--shop-wine);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.shop-confirm h1{font-family:var(--shop-font-serif);margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:500}.shop-confirm-meta{color:var(--shop-muted);margin:0 0 1.5rem;font-size:.92rem}.shop-confirm-box{background:var(--shop-alt);border-radius:var(--shop-radius);text-align:left;margin-bottom:1.5rem;padding:1.25rem}.shop-confirm-cancelled .shop-confirm-badge{background:var(--shop-mauve)}.shop-confirm-box ul{margin:0 0 1rem;padding:0;list-style:none}.shop-confirm-box li{justify-content:space-between;gap:.75rem;margin-bottom:.45rem;font-size:.88rem;display:flex}.shop-confirm-total{margin:.75rem 0 0;font-weight:700}.shop-confirm-next{color:var(--shop-muted-2);margin:0 0 1.5rem;font-size:.9rem;line-height:1.55}.shop-filters,.shop-catalog{padding:clamp(2rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem)}.shop-filter-row--sm{flex-wrap:wrap;padding-bottom:.5rem}.shop-section{margin-top:2.25rem}.shop-status{text-align:center;color:var(--shop-mauve);margin:0;padding:2rem 1rem}.shop-status--err{color:#8a2a2a}.shop-card-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--shop-mauve);margin:.75rem 0 .25rem;font-size:.68rem}a.shop-card-title{color:inherit;margin-bottom:.45rem;text-decoration:none;display:block}.shop-len-chips{flex-wrap:wrap;gap:.35rem;margin:.35rem 0 .55rem;display:flex}.shop-len-chips button{border:1px solid var(--shop-line);color:var(--shop-ink);border-radius:var(--shop-radius);cursor:pointer;background:#fff;padding:.3rem .55rem;font-family:inherit;font-size:.78rem}.shop-len-chips button.is-active{background:var(--shop-brown);color:#fff;border-color:var(--shop-brown)}.shop-stock{color:var(--shop-green);font-size:.78rem;font-weight:500}.shop-stock.is-pre{color:var(--shop-mauve)}.shop-btn--sm{padding:.55rem .65rem;font-size:.82rem}.shop-back{color:var(--shop-mauve);margin-bottom:1.25rem;font-size:.9rem;text-decoration:none;display:inline-block}.shop-back:hover{color:var(--shop-ink)}.shop-detail-buy{flex-direction:column;gap:.75rem;margin:1rem 0 1.25rem;display:flex}.shop-detail-buy--row{flex-direction:row;align-items:center;margin:0 0 1.25rem}.shop-detail-media .ph,.shop-card-media .ph,.shop-related-card .ph{background:repeating-linear-gradient(-45deg, var(--shop-alt), var(--shop-alt) 8px, #ebe3dc 8px, #ebe3dc 16px);width:100%;height:100%;min-height:120px}.shop-related h2{font-family:var(--shop-font-serif);margin:0 0 1rem;font-size:1.3rem;font-weight:500}.shop-related-card .shop-card-eyebrow{margin-top:.5rem}.shop-related-card .shop-card-title{margin:.15rem 0;font-size:.95rem}.shop-how-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:900px;margin:1.5rem auto 0;display:grid}.shop-how-grid>div>span{color:var(--shop-mauve);margin:0 0 .5rem;font-size:1.6rem;display:block}.shop-progress{gap:.5rem;margin-bottom:2rem;display:flex}.shop-progress-step{flex:1}.shop-progress-bar{border-radius:var(--shop-radius);background:var(--shop-line);height:3px;margin-bottom:.4rem}.shop-progress-step.is-done .shop-progress-bar{background:var(--shop-brown)}.shop-progress-step span{color:var(--shop-muted);font-size:.75rem}.shop-progress-step.is-done span{color:var(--shop-ink);font-weight:600}.shop-fulfill-options{flex-direction:column;gap:0;margin-bottom:.5rem;display:flex}.shop-fulfill-card{text-align:left;width:100%;font-family:inherit}.shop-fulfill-card span{color:var(--shop-muted);margin-top:.2rem;font-size:.82rem;display:block}.shop-field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.shop-pay-note{color:var(--shop-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.shop-checkout-summary ul{margin:0 0 1rem;padding:0;list-style:none}.shop-checkout-summary li{justify-content:space-between;gap:.75rem;margin-bottom:.55rem;font-size:.88rem;display:flex}.shop-summary-row{justify-content:space-between;gap:.75rem;margin-bottom:.45rem;font-size:.88rem;display:flex}.shop-summary-row--total{border-top:1px solid var(--shop-rule);margin-top:.85rem;padding-top:.85rem;font-weight:700}.shop-pre-note{color:var(--shop-mauve);margin:.75rem 0 0;font-size:.78rem}.shop-swatch{text-align:center}.shop-swatch span{border:1px solid var(--shop-line);border-radius:50%;width:26px;height:26px;margin:0 auto .3rem;display:block}.shop-swatch em{color:var(--shop-muted);font-size:.72rem;font-style:normal}.shop-faq .shop-eyebrow{text-align:center}.shop-how .shop-eyebrow{text-align:center;margin-bottom:0}
