*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,sans-serif;color:#1a1917;background:#f5f0e8;-webkit-font-smoothing:antialiased;line-height:1.6}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}:root{--cream: #F5F0E8;--cream2: #EDE6D6;--cream3: #E0D5C0;--ink: #0D0C0A;--ink2: #3A3530;--ink3: #6B6358;--gold: #C9A84C;--gold2: #A8842E;--gold3: #7A5F1A;--gold-lt: #F5EDD0;--surface: #FFFCF5;--border: #DDD5C0;--border2: #C9BFA8;--w: 1200px}.container{max-width:var(--w);margin:0 auto;padding:0 24px}.section-gap{padding:80px 0}@media(max-width:768px){.container{padding:0 16px}.section-gap{padding:48px 0}}.section-hdr{text-align:center;margin-bottom:48px}.eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold2);margin-bottom:10px}.section-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,4vw,38px);font-weight:400;color:var(--ink);letter-spacing:.02em;margin-bottom:10px}.section-title--light{color:#f5f0e8}.section-subtitle{font-size:15px;color:var(--ink3);max-width:480px;margin:0 auto 16px}.section-subtitle--light{color:#9a9490}.gold-rule{width:52px;height:1px;background:var(--gold);margin:16px auto 0;opacity:.7}.section-cta{text-align:center;margin-top:40px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:2px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-family:-apple-system,sans-serif;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap;border:none}.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{background:var(--gold2)}.btn-outline{background:none;border:1px solid var(--border2);color:var(--ink2)}.btn-outline:hover{border-color:var(--gold);color:var(--ink)}.btn-ghost{background:#ffffff1a;border:1px solid rgba(255,255,255,.4);color:#fff}.btn-ghost:hover{background:#fff3;border-color:#ffffffb3}.btn-block{width:100%}.btn-lg{padding:15px 32px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.site-header{background:var(--ink);border-bottom:2px solid var(--gold);position:sticky;top:0;z-index:200}.header-inner{max-width:var(--w);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px;gap:24px}.header-logo{flex-shrink:0}.header-logo-name{font-family:Georgia,serif;font-size:14px;font-weight:400;color:#f5f0e8;letter-spacing:.16em;text-transform:uppercase;line-height:1.1}.header-logo-rule{height:1px;background:var(--gold);margin:4px 0 3px;opacity:.65}.header-logo-sub{font-size:9px;color:#706860;letter-spacing:.18em;text-transform:uppercase}.header-nav{display:flex;align-items:center;gap:28px}.header-nav-link{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#706860;transition:color .15s}.header-nav-link:hover,.header-nav-link.is-active{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:16px}.header-cart-link{position:relative;color:#706860;display:flex;align-items:center;transition:color .15s}.header-cart-link:hover{color:var(--gold)}.cart-count{position:absolute;top:-7px;right:-8px;background:var(--gold);color:var(--ink);border-radius:50%;width:17px;height:17px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-count--hidden{display:none}.header-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;cursor:pointer}.header-burger span{display:block;width:100%;height:1px;background:#706860;transition:background .15s}.header-burger:hover span{background:var(--gold)}.mobile-nav{display:none;flex-direction:column;background:var(--ink);border-top:1px solid #1e1c18}.mobile-nav.is-open{display:flex}.mobile-nav-link{padding:13px 24px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#706860;border-bottom:1px solid #1a1916;transition:color .15s,background .15s}.mobile-nav-link:hover,.mobile-nav-link.is-active{color:var(--gold);background:#131210}.mobile-nav-link:last-child{border-bottom:none}@media(max-width:900px){.header-nav{display:none}.header-burger{display:flex}}@media(max-width:768px){.header-inner{padding:0 16px}}.marquee-bar{background:var(--gold);overflow:hidden;padding:10px 0}.marquee-track{display:flex;width:max-content;animation:marqueeScroll 30s linear infinite}.marquee-item{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);white-space:nowrap;padding:0 8px}.marquee-sep{color:var(--ink2);padding:0 6px;opacity:.4;font-size:10px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#0d0c0abf,#0d0c0a59)}.hero-bg-default{background:linear-gradient(135deg,#0d0c0a,#2a2218)}.hero-content{position:relative;z-index:1;padding:80px 24px;width:100%}.hero-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.hero-heading{font-family:Georgia,serif;font-size:clamp(38px,6vw,72px);font-weight:400;color:#f5f0e8;line-height:1.08;letter-spacing:.01em;max-width:720px;margin-bottom:20px}.hero-sub{font-size:17px;color:#b8b0a8;max-width:520px;line-height:1.65;margin-bottom:36px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px}@media(max-width:640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.product-card{background:var(--surface);border:.5px solid var(--border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 6px 24px #0d0c0a1a;transform:translateY(-2px)}.product-card-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--cream2)}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card-placeholder{width:100%;height:100%;color:var(--border2)}.product-badge{position:absolute;top:10px;left:10px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--ink);padding:3px 8px;border-radius:2px}.product-card-body{padding:16px;flex:1;display:flex;flex-direction:column}.product-card-title{display:block;font-family:Georgia,serif;font-size:16px;color:var(--ink);margin-bottom:6px;letter-spacing:.01em}.product-card-desc{font-size:12px;color:var(--ink3);line-height:1.5;flex:1;margin-bottom:12px}.product-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card-price{font-size:16px;color:var(--ink2);font-weight:400}.empty-state{text-align:center;padding:60px 0;color:var(--ink3);grid-column:1/-1}.story{background:var(--surface)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.story--right .story-grid{direction:rtl}.story--right .story-img-col,.story--right .story-text-col{direction:ltr}@media(max-width:768px){.story-grid,.story--right .story-grid{grid-template-columns:1fr;direction:ltr;gap:32px}}.story-img-col{border-radius:4px;overflow:hidden}.story-img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.story-img-placeholder{width:100%;aspect-ratio:4/5;color:var(--border2)}.story-heading{font-family:Georgia,serif;font-size:clamp(26px,4vw,42px);font-weight:400;color:var(--ink);line-height:1.15;letter-spacing:.01em;margin-bottom:10px}.story-rule{width:48px;height:1px;background:var(--gold);margin:14px 0 20px;opacity:.7}.story-body{font-size:15px;color:var(--ink3);line-height:1.8;margin-bottom:28px}.story-body p{margin-bottom:12px}.benefits{background:var(--cream)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.benefit-item{text-align:center;padding:36px 24px}.benefit-icon{font-size:40px;margin-bottom:16px;display:block}.benefit-title{font-family:Georgia,serif;font-size:18px;font-weight:400;color:var(--ink);margin-bottom:10px}.benefit-body{font-size:14px;color:var(--ink3);line-height:1.65}.subscriptions{background:var(--ink)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;align-items:start}.plan-card{background:#1a1916;border:1px solid #2a2620;border-radius:4px;padding:28px 24px;position:relative;transition:border-color .2s}.plan-card:hover{border-color:var(--gold3)}.plan-card--featured{border-color:var(--gold);background:#1d1b13}.plan-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);font-size:9px;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:var(--ink);padding:3px 12px;border-radius:2px;white-space:nowrap}.plan-name{font-family:Georgia,serif;font-size:20px;font-weight:400;color:#f5f0e8;margin-bottom:4px}.plan-for{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold2);margin-bottom:14px}.plan-divider{height:1px;background:#2a2620;margin-bottom:16px}.plan-price{font-family:Georgia,serif;font-size:34px;color:#f5f0e8;line-height:1;margin-bottom:4px}.plan-per{font-size:14px;color:#9a9490;font-family:-apple-system,sans-serif}.plan-bottles{font-size:12px;color:#9a9490;margin-bottom:6px;letter-spacing:.04em}.plan-save{font-size:11px;color:var(--gold2);margin-bottom:14px;letter-spacing:.08em}.plan-features{list-style:none;margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.plan-features li{font-size:13px;color:#c8c0b4;padding-left:16px;position:relative}.plan-features li:before{content:"\2014";position:absolute;left:0;color:var(--gold);font-size:11px;top:1px}.testimonials{background:var(--surface)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px}.review-card{background:var(--cream);border:.5px solid var(--border);border-radius:4px;padding:28px 24px}.review-stars{color:var(--gold);font-size:14px;letter-spacing:2px;margin-bottom:14px}.review-text{font-family:Georgia,serif;font-style:italic;font-size:15px;color:var(--ink2);line-height:1.7;margin-bottom:16px}.review-author{font-size:12px;color:var(--ink3);letter-spacing:.04em;font-style:normal}.review-location{color:var(--ink3)}.product-page{background:var(--cream)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:32px}}.product-main-img-wrap{border-radius:4px;overflow:hidden}.product-main-img{width:100%;aspect-ratio:1;object-fit:cover}.product-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;overflow:hidden;border-radius:2px;border:1px solid var(--border);cursor:pointer;padding:0;transition:border-color .15s;background:none}.product-thumb:hover{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.breadcrumb{font-size:11px;color:var(--ink3);margin-bottom:16px;letter-spacing:.04em}.breadcrumb a{color:var(--gold2)}.breadcrumb span{margin:0 6px}.product-title{font-family:Georgia,serif;font-size:clamp(24px,4vw,36px);font-weight:400;color:var(--ink);margin-bottom:14px;letter-spacing:.01em}.product-price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:16px}.product-price{font-size:22px;color:var(--ink2)}.product-was{font-size:16px;color:var(--ink3);text-decoration:line-through}.product-divider{height:1px;background:var(--border);margin:16px 0 20px}.product-desc{font-size:15px;color:var(--ink3);line-height:1.75;margin-bottom:24px}.variant-group{margin-bottom:16px}.variant-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);display:block;margin-bottom:8px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{padding:7px 14px;border:1px solid var(--border2);border-radius:2px;background:none;font-size:13px;color:var(--ink2);cursor:pointer;transition:all .15s}.variant-pill:hover{border-color:var(--gold)}.variant-pill.is-active{border-color:var(--gold);background:var(--gold-lt);color:var(--ink)}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.qty-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3)}.qty-wrap{display:flex;align-items:center;border:1px solid var(--border2);border-radius:2px;overflow:hidden}.qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--ink2);transition:background .15s;cursor:pointer;background:none;border:none}.qty-btn:hover{background:var(--cream2)}.qty-input{width:48px;height:36px;border:none;border-left:1px solid var(--border2);border-right:1px solid var(--border2);text-align:center;font-size:14px;color:var(--ink);background:var(--surface);outline:none}.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.qty-display{width:40px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--ink);border-left:1px solid var(--border2);border-right:1px solid var(--border2)}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.product-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:var(--cream2);color:var(--ink3);padding:3px 8px;border-radius:2px}.collection-banner{background:var(--ink);border-bottom:2px solid var(--gold);padding:52px 0;text-align:center}.collection-title{font-family:Georgia,serif;font-size:clamp(28px,5vw,44px);font-weight:400;color:#f5f0e8;letter-spacing:.04em;margin-bottom:10px}.collection-desc{font-size:15px;color:#9a9490;max-width:480px;margin:0 auto}.collection-body{background:var(--cream)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px;flex-wrap:wrap}.pagination a,.pagination em,.pagination span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;font-size:13px;border:1px solid var(--border);border-radius:2px;color:var(--ink2);transition:all .15s}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);color:var(--ink);border-color:var(--gold)}.cart-page{background:var(--cream)}.cart-container{max-width:960px}.page-heading{font-family:Georgia,serif;font-size:34px;font-weight:400;color:var(--ink);margin-bottom:12px;letter-spacing:.02em}.page-heading-rule{height:1px;background:var(--gold);width:48px;margin-bottom:32px;opacity:.7}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{font-size:15px;color:var(--ink3);margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:start;padding:20px 0;border-bottom:1px solid var(--border)}.cart-row:first-child{border-top:1px solid var(--border)}.cart-img-link{display:block;border-radius:2px;overflow:hidden}.cart-img{width:100px;height:100px;object-fit:cover;border-radius:2px}.cart-item-name{display:block;font-family:Georgia,serif;font-size:16px;color:var(--ink);margin-bottom:4px}.cart-item-variant{font-size:12px;color:var(--ink3);margin-bottom:8px}.cart-item-price{font-size:14px;color:var(--ink2);margin-bottom:12px}.cart-item-actions{display:flex;align-items:center;gap:16px}.cart-remove{font-size:11px;color:var(--ink3);text-decoration:underline;text-underline-offset:3px;letter-spacing:.06em;text-transform:uppercase}.cart-item-line-price{font-family:Georgia,serif;font-size:17px;color:var(--ink);white-space:nowrap}.cart-summary{background:var(--surface);border:.5px solid var(--border);border-radius:4px;padding:28px;position:sticky;top:88px}.cart-summary-heading{font-family:Georgia,serif;font-size:20px;font-weight:400;color:var(--ink);margin-bottom:12px}.cart-summary-rule{height:1px;background:var(--border);margin-bottom:16px}.cart-summary-row{display:flex;justify-content:space-between;font-size:15px;color:var(--ink2);margin-bottom:8px}.cart-note{font-size:12px;color:var(--ink3);margin-bottom:20px;line-height:1.5}.cart-summary .btn{margin-bottom:10px}.cart-summary .btn:last-child{margin-bottom:0}.content-page{background:var(--cream)}.content-container{max-width:720px}.page-body{font-size:16px;line-height:1.8;color:var(--ink3)}.rte h1,.rte h2,.rte h3{font-family:Georgia,serif;color:var(--ink);font-weight:400;margin:28px 0 12px}.rte p{margin-bottom:16px}.rte a{color:var(--gold2);text-decoration:underline;text-underline-offset:3px}.rte ul,.rte ol{padding-left:24px;margin-bottom:16px}.rte li{margin-bottom:6px}.rte img{border-radius:4px;margin:20px 0}.page-404{background:var(--cream);padding:100px 0}.not-found-inner{text-align:center;max-width:500px;margin:0 auto}.not-found-icon{font-size:52px;margin-bottom:20px}.not-found-heading{font-family:Georgia,serif;font-size:36px;font-weight:400;color:var(--ink);margin-bottom:12px}.not-found-body{font-size:15px;color:var(--ink3);margin-bottom:28px;line-height:1.6}.site-footer{background:var(--ink);border-top:2px solid var(--gold);padding:60px 0 0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid #1e1c18}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:540px){.footer-top{grid-template-columns:1fr}}.footer-brand-name{font-family:Georgia,serif;font-size:15px;color:#f5f0e8;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.footer-brand-rule{height:1px;background:var(--gold);width:36px;margin-bottom:10px;opacity:.6}.footer-brand-tag{font-size:10px;color:var(--gold2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.footer-brand-desc{font-size:13px;color:#5a5248;line-height:1.7;max-width:260px}.footer-col-title{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#5a5248;margin-bottom:14px}.footer-link{display:block;font-size:13px;color:#4a4540;margin-bottom:9px;transition:color .15s}.footer-link:hover{color:var(--gold)}.footer-address{font-size:13px;color:#4a4540;line-height:1.6;margin-bottom:8px}.footer-bottom{display:flex;justify-content:center;padding:18px 0}.footer-copy{font-size:12px;color:#3a3530}.template-password body,.template-password{background:var(--ink);color:#f5f0e8;min-height:100vh;display:flex;align-items:center;justify-content:center}.password-page{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:40px 24px}.password-inner{max-width:420px;width:100%;text-align:center}.password-logo{font-family:Georgia,serif;font-size:20px;letter-spacing:.16em;text-transform:uppercase;color:#f5f0e8;margin-bottom:8px}.password-rule{height:1px;background:var(--gold);width:52px;margin:0 auto 24px;opacity:.6}.password-heading{font-family:Georgia,serif;font-size:32px;font-weight:400;color:#f5f0e8;margin-bottom:10px}.password-sub{font-size:15px;color:#9a9490;margin-bottom:28px;line-height:1.6}.password-error{font-size:13px;color:#e09080;margin-bottom:16px}.password-form{display:flex;gap:10px}.password-input{flex:1;padding:12px 14px;border:1px solid #2a2620;border-radius:2px;background:#1a1916;color:#f5f0e8;font-size:14px;outline:none;transition:border-color .15s}.password-input:focus{border-color:var(--gold)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
