:root{--ink: #111412;--muted: #68706b;--paper: #fbfaf7;--white: #ffffff;--line: rgba(17, 20, 18, .12);--dark: #050605;--green: #17452c;--emerald:#0a5c36;--red: #8e1917;--ruby: #8e1917;--section-pad: clamp(4.5rem, 9vw, 8rem);--gutter: clamp(14px, 2vw, 20px)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img,video{display:block;max-width:100%;height:auto}h1,h2,h3,h4,p{margin-top:0}.eyebrow{margin:0 0 1rem;font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3}.eyebrow-dark{color:var(--green)}h1{margin-bottom:1.2rem;font-size:clamp(2.4rem,6vw,5.6rem);font-weight:500;line-height:.96}.button{min-height:48px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:4px;padding:.9rem 1.35rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}.button:hover{transform:translateY(-2px)}.button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.button-dark{background:var(--ink);color:var(--white);border-color:var(--ink)}.button-emerald{background:linear-gradient(135deg,#0b2f1e,#146b3f 48%,#2bbf75);color:var(--white);border-color:#76e2a69e;box-shadow:inset 0 1px #ffffff3d,0 16px 34px #0b2f1e61}.button-ruby{background:linear-gradient(135deg,#3a060b,#9b1723 52%,#f04c5b);color:var(--white);border-color:#ff8892a3;box-shadow:inset 0 1px #ffffff3d,0 16px 34px #3a060b6b}.button-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.button-ghost:hover{border-color:var(--ink)}.button-full{width:100%}.site-header{position:sticky;top:0;z-index:200;min-height:90px;border-bottom:1px solid rgba(255,255,255,.13);background:#050605d1;color:var(--white);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.top-bar{width:min(1240px,calc(100% - 40px));min-height:90px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.nav-links,.utility-links{display:flex;align-items:center;gap:1.35rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.utility-links{justify-content:flex-end}.nav-links a,.utility-links a{opacity:.82;transition:opacity .18s ease}.nav-links a:hover,.utility-links a:hover,.nav-links a[aria-current=page],.utility-links a[aria-current=page]{opacity:1}.nav-links a[aria-current=page]{border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.brand-mark{display:flex;align-items:center;justify-content:center}.brand-logo{max-height:50px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 0 8px rgba(255,255,255,.12))}.bag-button{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:transparent;color:var(--white);cursor:pointer;transition:background .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent}.bag-button:hover{background:#ffffff1f;border-color:#ffffff85}.bag-count-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--white);color:var(--ink);border-radius:50%;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .2s ease}.bag-count-badge.visible{opacity:1;transform:scale(1)}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.28);border-radius:4px;color:var(--white);cursor:pointer;transition:background .18s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.menu-toggle:hover{background:#ffffff1a}.hamburger-icon,.close-icon{transition:opacity .18s ease}.menu-toggle[aria-expanded=true] .hamburger-icon,.menu-toggle[aria-expanded=false] .close-icon{display:none}.mobile-nav{position:fixed;right:0;bottom:0;left:0;top:68px;z-index:190;background:#050605f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;padding:2.5rem 1.75rem;gap:.5rem;overflow-y:auto;transform:translateY(-8px);opacity:0;transition:opacity .24s ease,transform .24s ease;pointer-events:none}.mobile-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-nav a{display:block;padding:1rem 0;font-size:1.45rem;font-weight:500;color:#ffffffe0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .16s ease}.mobile-nav a:hover,.mobile-nav a[aria-current=page]{color:var(--white)}.mobile-nav a:last-child{border-bottom:0}#cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11141257;z-index:90;opacity:0;pointer-events:none;transition:opacity .32s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#cart-overlay.visible{opacity:1;pointer-events:auto}#cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(468px,96vw);z-index:100;background:var(--paper);color:var(--ink);display:flex;flex-direction:column;transform:translate(100%);transition:transform .36s cubic-bezier(.4,0,.2,1);border-left:1px solid #EAEAEA;box-shadow:-18px 0 50px #1114121a}#cart-drawer.is-open{transform:translate(0)}#cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.9rem 2rem;border-bottom:1px solid #EAEAEA;flex-shrink:0}#cart-drawer-title{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--ink)}#cart-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #EAEAEA;border-radius:50%;color:var(--ink);cursor:pointer;transition:border-color .18s ease,background .18s ease}#cart-close-btn:hover{background:#f5f5f5;border-color:#d8d8d8}#cart-items-container{flex:1;overflow-y:auto;padding:.5rem 2rem;scrollbar-width:thin;scrollbar-color:#d8d8d8 transparent}.cart-empty-msg{margin-top:3rem;text-align:center;color:var(--muted);font-size:.9rem;line-height:1.7}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:1.4rem;align-items:start;padding:1.85rem 0;border-bottom:1px solid #F5F5F5}.cart-item:last-child{border-bottom:none}.cart-item-img{width:84px;height:84px;object-fit:contain;background:#fff;border:1px solid #F5F5F5;border-radius:2px;padding:6px}.cart-item-details{display:flex;flex-direction:column;gap:.45rem}.cart-item-name{font-size:.92rem;font-weight:600;line-height:1.34;letter-spacing:.005em;color:var(--ink)}.cart-item-props{list-style:none;margin:.1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.22rem}.cart-item-prop{display:flex;flex-direction:column;gap:.05rem}.cart-item-prop-key{font-size:.58rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.cart-item-prop-val{font-size:.74rem;line-height:1.5;color:#4a504c}.cart-item-price{font-size:.85rem;font-weight:600;color:var(--ink);margin-top:.1rem}.cart-item-qty{display:flex;align-items:center;gap:0;margin-top:.5rem;border:1px solid #EAEAEA;border-radius:2px;width:max-content}.cart-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--ink);font-size:.95rem;line-height:1;cursor:pointer;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.cart-qty-btn:hover{background:#f5f5f5}.cart-qty-val{font-size:.78rem;font-weight:600;min-width:34px;height:32px;display:flex;align-items:center;justify-content:center;text-align:center;border-left:1px solid #EAEAEA;border-right:1px solid #EAEAEA;color:var(--ink)}.cart-item-remove{background:transparent;border:none;color:var(--muted);font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;padding:0;line-height:1;transition:color .15s ease;white-space:nowrap}.cart-item-remove:hover{color:var(--ink)}#cart-drawer-footer{padding:1.6rem 2rem 2rem;border-top:1px solid #EAEAEA;flex-shrink:0}#cart-subtotal-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin-bottom:.5rem}#cart-subtotal-row #cart-subtotal{font-size:1.02rem;font-weight:700;letter-spacing:.01em;text-transform:none}#cart-note{font-size:.72rem;color:var(--muted);margin-bottom:1.4rem;letter-spacing:.01em}.cart-checkout-btn{display:block;width:100%;min-height:54px;padding:1rem;background:var(--ink);color:var(--white);border:1px solid var(--ink);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;text-align:center;transition:background .18s ease,color .18s ease;margin-bottom:.85rem;-webkit-tap-highlight-color:transparent}.cart-checkout-btn:hover{background:#000}#cart-continue-link{display:block;text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);text-decoration:none;padding:.5rem;transition:color .15s ease}#cart-continue-link:hover{color:var(--ink)}.site-footer{background:#080908;color:var(--white);padding:3.5rem 0 1.4rem}.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(2rem,5vw,4rem);padding-bottom:3rem}.footer-brand-logo{width:170px;height:auto;margin-bottom:1rem}.footer-brand p,.footer-bottom{color:#ffffff9e;line-height:1.65}.footer-column h3{margin-bottom:1rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.footer-column a{display:block;margin-bottom:.75rem;padding:.2rem 0;color:#ffffffad;font-size:.95rem;transition:color .16s ease}.footer-column a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding-top:1.25rem;font-size:.86rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-width{width:min(1240px,calc(100% - var(--gutter) * 2));margin-inline:auto}.product-card{position:relative}.product-card figure{overflow:hidden}.product-card__img-link{display:flex;align-items:center;justify-content:center;width:100%;min-height:260px;transition:transform .4s ease}.product-card__img-link:hover{transform:scale(1.02)}.product-card__img-link:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}.product-card img{pointer-events:none}@media(max-width:900px){.top-bar{grid-template-columns:auto 1fr auto;gap:1rem}.nav-links{display:none}.menu-toggle{display:inline-flex}.brand-mark{justify-content:center}.utility-links a:not(.bag-button){display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.top-bar,.footer-inner{width:min(100% - 28px,1180px)}.site-header,.top-bar{min-height:68px}.mobile-nav{top:68px}.brand-logo{max-height:36px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}.sub-footer{background-color:var(--dark);border-top:1px solid rgba(255,255,255,.06);width:100%;padding:13px 24px;box-sizing:border-box}.sub-footer__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 28px;max-width:1280px;margin:0 auto;font-family:inherit;font-size:11px;font-weight:400;letter-spacing:.04em;line-height:1.7;color:#ffffff61}.sub-footer__copy{white-space:nowrap}.sub-footer__nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:4px 12px}.sub-footer__link{color:#ffffff73;text-decoration:none;transition:color .18s ease;white-space:nowrap}.sub-footer__link:hover{color:#ffffffe6}.sub-footer__link:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:3px;border-radius:2px}.sub-footer__sep{color:#ffffff26;-webkit-user-select:none;user-select:none;font-size:10px}@media(max-width:600px){.sub-footer{padding:18px 16px}.sub-footer__inner{flex-direction:column;text-align:center;gap:10px}.sub-footer__nav{gap:6px 14px}}.legal-page{background:var(--paper);min-height:60vh}.legal-page__header{padding:clamp(3.5rem,7vw,6rem) var(--gutter) clamp(2rem,4vw,3rem);max-width:min(100% - (var(--gutter) * 2),780px);margin:0 auto;border-bottom:1px solid var(--line)}.legal-page__eyebrow{margin:0 0 .75rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green)}.legal-page__title{margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}.legal-page__date{margin:0;font-size:.78rem;color:var(--muted)}.legal-page__body{max-width:min(100% - (var(--gutter) * 2),780px);margin:0 auto;padding:clamp(2.5rem,5vw,4rem) var(--gutter) clamp(4rem,8vw,7rem)}.prose h2{margin:2.8rem 0 .9rem;font-size:clamp(1rem,2.2vw,1.2rem);font-weight:700;letter-spacing:.01em;color:var(--ink);padding-bottom:.5rem;border-bottom:1px solid var(--line)}.prose h3{margin:2rem 0 .6rem;font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}.prose h4{margin:1.5rem 0 .4rem;font-size:.88rem;font-weight:700;color:var(--ink)}.prose p{margin:0 0 1.1rem;font-size:.9rem;line-height:1.8;color:var(--ink)}.prose a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.prose a:hover{opacity:.75}.prose ul,.prose ol{margin:0 0 1.1rem;padding-left:1.4rem}.prose li{margin-bottom:.4rem;font-size:.9rem;line-height:1.8;color:var(--ink)}.prose strong{font-weight:700;color:var(--ink)}.prose hr{margin:2.5rem 0;border:none;border-top:1px solid var(--line)}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;font-size:.84rem}.prose th{background:#1114120a;padding:.7rem 1rem;text-align:left;font-weight:700;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-bottom:2px solid var(--line)}.prose td{padding:.75rem 1rem;border-bottom:1px solid var(--line);color:var(--ink);vertical-align:top;line-height:1.6}.prose tr:last-child td{border-bottom:none}@media(max-width:640px){.prose table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
