:root{--ink:#121619;--charcoal:#1c2428;--muted:#68737a;--line:#dfe5e8;--paper:#ffffff;--soft:#f5f7f6;--mist:#eaf0ee;--pine:#175f52;--blue:#31576b;--brass:#b4863b;--danger:#b42318;--radius:8px;--shadow:0 18px 44px rgb(18 22 25/10%);--font-body:"Aptos","Segoe UI","Helvetica Neue",Arial,sans-serif;--font-display:"Georgia","Times New Roman",serif}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body,html{overflow-x:clip}body{display:flex;min-height:100vh;min-height:100dvh;flex-direction:column;margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-body);line-height:1.5}body.drawer-open,body.mobile-menu-open{overflow:hidden}main{flex:1 0 auto}.breadcrumbs{border-bottom:1px solid rgb(223 229 232/72%);background:rgb(245 247 246/72%)}.breadcrumbs-inner{display:flex;min-height:42px;align-items:center;gap:8px;overflow-x:auto;color:var(--muted);font-size:.82rem;font-weight:720;white-space:nowrap;scrollbar-width:none}.breadcrumbs-inner::-webkit-scrollbar{display:none}.breadcrumbs a{color:var(--pine)}.breadcrumb-item{display:inline-flex;align-items:center;gap:8px}.breadcrumb-item [aria-current=page]{color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.section{padding:78px 0}.section.soft{background:linear-gradient(180deg,rgb(245 247 246/94%),rgb(255 255 255/100%)),var(--soft)}.eyebrow{margin:0 0 12px;color:var(--pine);font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.h1,h1{max-width:920px;font-size:clamp(2.45rem,5.6vw,5.15rem);line-height:.98}.h1,.h2,h1,h2{font-family:var(--font-display);margin:0;font-weight:700;letter-spacing:0}.h2,h2{font-size:clamp(1.85rem,3.6vw,3.35rem);line-height:1.06}h3{font-family:var(--font-display);font-size:1.12rem;font-weight:700;line-height:1.28}h3,p{margin:0}.lead{font-size:clamp(1.04rem,1.7vw,1.22rem)}.lead,.muted,.rating>span:not(.rating-stars){color:var(--muted)}.button{position:relative;display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:white;cursor:pointer;font-weight:800;padding:12px 18px;transition:background .16s ease,border-color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button.secondary{border-color:white}.button.ghost,.button.secondary{background:white;color:var(--ink)}.button.ghost{border-color:var(--line)}.button.danger{border-color:rgb(180 35 24/24%);color:var(--danger)}.button.danger.solid{border-color:var(--danger);background:var(--danger);color:white}.button:disabled{cursor:not-allowed;opacity:.65;transform:none}.button.is-loading{opacity:.82}.button-spinner{width:16px;height:16px;border:2px solid;border-top:2px solid transparent;border-radius:999px;animation:paymentSpin .75s linear infinite}.grid{display:grid;grid-gap:22px;gap:22px}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:white}.status-page{display:flex;min-height:clamp(560px,70vh,760px);align-items:center}.status-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);align-items:center;grid-gap:48px;gap:48px}.status-copy{display:grid;grid-gap:22px;gap:22px}.status-copy h1{max-width:760px}.status-copy .lead{max-width:680px}.status-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px}.status-panel{position:relative;display:grid;grid-gap:24px;gap:24px;border:1px solid rgb(23 95 82/16%);border-radius:var(--radius);background:linear-gradient(145deg,rgb(255 255 255/96%),rgb(234 240 238/88%)),white;box-shadow:var(--shadow);overflow:hidden;padding:clamp(24px,4vw,38px)}.status-panel:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--pine),var(--blue),var(--brass))}.status-code{color:rgb(23 95 82/14%);font-family:var(--font-display);font-size:clamp(5rem,11vw,9rem);font-weight:700;line-height:.82}.status-panel-copy{display:grid;grid-gap:8px;gap:8px}.status-panel-copy strong{color:var(--ink);font-family:var(--font-display);font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.12}.status-panel-copy span{color:var(--muted)}.status-support-list{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line);padding-top:18px}.status-support-list span{display:flex;align-items:center;gap:10px;color:var(--charcoal);font-size:.92rem;font-weight:760}.status-support-list svg{width:20px;height:20px;color:var(--pine);flex:0 0 auto}.disclaimer{color:var(--muted);font-size:.86rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgb(223 229 232/78%);background:rgb(255 255 255/96%)}.brand,.button-row,.header-inner,.nav,.price-row,.product-meta{display:flex;align-items:center}.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(140px,.8fr) auto minmax(120px,.8fr);grid-gap:16px;gap:16px}.brand{gap:11px;font-weight:850}.brand-logo{display:inline-flex;width:132px;height:52px;align-items:center;justify-content:center}.brand-logo img{width:100%;height:100%;object-fit:contain}.nav{flex-wrap:wrap;justify-content:center;gap:8px;color:var(--muted);font-size:.92rem;font-weight:780}.nav a{border-radius:999px;padding:8px 11px}.header-cart-link:hover,.header-icon-link:hover,.nav a:hover{background:var(--soft);color:var(--ink)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.account-menu-wrap{position:relative;display:inline-flex}.account-avatar-button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);cursor:pointer;overflow:hidden;padding:0}.account-avatar-button:hover{border-color:rgb(23 95 82/34%);background:var(--soft)}.account-avatar-button img{width:100%;height:100%;object-fit:cover}.account-avatar-button span{display:inline-flex;width:100%;height:100%;align-items:center;justify-content:center;background:var(--pine);color:white;font-size:.82rem;font-weight:900}.account-menu{position:absolute;right:0;top:calc(100% + 10px);z-index:35;display:grid;min-width:190px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);opacity:0;padding:6px;pointer-events:none;transform:translateY(-6px);transition:opacity .14s ease,transform .14s ease}.account-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.account-menu a,.account-menu button{display:flex;width:100%;align-items:center;gap:10px;border:0;border-radius:var(--radius);background:transparent;color:var(--ink);cursor:pointer;font-size:.92rem;font-weight:620;padding:11px 12px;text-align:left}.account-menu a:hover,.account-menu button:hover{background:var(--soft)}.account-menu a svg,.account-menu button svg{width:17px;height:17px;color:var(--muted);flex:0 0 auto;stroke-width:1.8}.account-menu-identity{display:grid;grid-gap:3px;gap:3px;padding:10px 12px}.account-menu-identity strong{color:var(--ink);font-size:.94rem;font-weight:680}.account-menu-identity span{color:var(--muted);font-size:.82rem;font-weight:500;overflow-wrap:anywhere}.account-menu-separator{display:block;height:1px;background:var(--line);margin:5px 0}.header-cart-link,.header-icon-link,.header-menu-button{position:relative;display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;border-radius:0;color:var(--muted);font-size:.9rem;font-weight:820;padding:6px 8px}.header-icon-link,.header-menu-button{border:0;background:transparent;cursor:pointer}.header-menu-button{display:none}.header-tooltip{top:calc(100% + 8px);z-index:25;border-radius:999px;color:white;font-size:.74rem;font-weight:850;opacity:0;padding:6px 10px;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.header-tooltip,.header-tooltip:before{position:absolute;left:50%;background:var(--ink)}.header-tooltip:before{content:"";top:-4px;width:8px;height:8px;transform:translateX(-50%) rotate(45deg)}.header-cart-link:focus-visible .header-tooltip,.header-cart-link:hover .header-tooltip,.header-icon-link:focus-visible .header-tooltip,.header-icon-link:hover .header-tooltip,.header-menu-button:focus-visible .header-tooltip,.header-menu-button:hover .header-tooltip{opacity:1;transform:translate(-50%)}.header-lucide-icon{display:block;width:25px;height:25px;color:currentColor}.cart-icon-wrap{position:relative;width:30px;min-height:32px;overflow:visible}.cart-count,.cart-icon-wrap{display:inline-flex;align-items:center;justify-content:center}.cart-count{position:absolute;right:-7px;top:-6px;min-width:18px;height:18px;border-radius:999px;background:var(--pine);color:white;font-size:.68rem;font-weight:900;line-height:1;padding:0 5px}.cart-price-summary{display:grid;grid-gap:0;gap:0;line-height:1}.header-cart-link small{color:var(--ink);font-size:.86rem;font-weight:850}.mobile-menu-overlay{position:fixed;inset:0;min-height:100vh;min-height:100dvh;z-index:45;background:rgb(18 22 25/42%);opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-menu-overlay.open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;left:0;top:0;z-index:50;display:grid;width:min(84vw,340px);height:100vh;height:100dvh;grid-template-rows:auto 1fr auto;border-right:1px solid var(--line);background:#fff;background-color:#fff;box-shadow:var(--shadow);transform:translateX(-104%);transition:transform .22s ease}.mobile-menu.open{transform:translateX(0)}.mobile-menu-header{display:flex;min-height:72px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;padding:14px 18px}.mobile-menu-header span{color:var(--ink);font-size:.92rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-menu-nav{display:grid;align-content:start;grid-gap:4px;gap:4px;background:#fff;min-height:0;overflow-y:auto;padding:18px}.mobile-menu-nav a,.mobile-menu-nav button{width:100%;border-radius:var(--radius);border:0;background:#fff;color:var(--ink);cursor:pointer;font-weight:850;padding:13px 12px;text-align:left}.mobile-menu-nav a:hover,.mobile-menu-nav button:hover{background:var(--soft)}.mobile-menu-account{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line);background:#fff;padding:14px 18px 18px}.mobile-account-signin,.mobile-account-toggle{display:grid;width:100%;min-height:58px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);color:var(--ink);cursor:pointer;font:inherit;text-align:left}.mobile-account-toggle{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:8px 10px}.mobile-account-signin{grid-template-columns:20px minmax(0,1fr);gap:10px;padding:12px;font-weight:850}.mobile-account-signin svg{width:18px;height:18px;stroke-width:2}.mobile-account-avatar,.mobile-account-avatar img,.mobile-account-avatar>span{width:42px;height:42px;border-radius:999px}.mobile-account-avatar{display:inline-flex;overflow:hidden;align-items:center;justify-content:center;background:var(--ink);color:#fff;font-weight:900}.mobile-account-avatar img{display:block;object-fit:cover}.mobile-account-copy{display:grid;min-width:0;grid-gap:2px;gap:2px}.mobile-account-copy small,.mobile-account-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-copy strong{font-size:.95rem;font-weight:900}.mobile-account-copy small{color:var(--muted);font-size:.78rem}.mobile-account-submenu{display:none;gap:4px}.mobile-account-submenu.open{display:grid}.mobile-account-submenu a,.mobile-account-submenu button{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;width:100%;border:0;border-radius:var(--radius);background:#fff;color:var(--ink);cursor:pointer;font:inherit;font-weight:850;padding:11px 12px;text-align:left}.mobile-account-submenu a:hover,.mobile-account-submenu button:hover{background:var(--soft)}.mobile-account-submenu svg{width:17px;height:17px;stroke-width:2}.search-modal-overlay{position:fixed;inset:0;z-index:55;background:rgb(18 22 25/48%);opacity:0;pointer-events:none;transition:opacity .18s ease}.search-modal-overlay.open{opacity:1;pointer-events:auto}.search-modal{position:fixed;left:50%;top:76px;z-index:60;display:grid;width:min(92vw,720px);max-height:calc(100vh - 112px);max-height:calc(100dvh - 112px);grid-template-rows:auto minmax(0,1fr);border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 28px 90px rgb(18 22 25/26%);opacity:0;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .18s ease,transform .18s ease}.search-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%)}.search-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:22px 24px 18px}.search-modal-header .eyebrow{margin-bottom:4px}.search-modal-header h2{color:var(--ink);font-size:1.35rem;line-height:1.12}.search-modal-body{display:grid;min-height:0;grid-gap:16px;gap:16px;overflow:hidden;padding:20px 24px 24px}.search-modal-field{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:12px 14px}.search-modal-field svg{width:21px;height:21px;color:var(--pine)}.search-modal-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:1rem;font-weight:760}.search-modal-field input::placeholder{color:var(--muted)}.search-modal-results{display:grid;min-height:170px;max-height:min(56vh,520px);grid-gap:8px;gap:8px;overflow-y:auto;padding-right:2px}.search-modal-empty{display:grid;min-height:150px;place-items:center;border:1px dashed var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-weight:650;padding:18px;text-align:center}.search-modal-result{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:10px;transition:border-color .16s ease,background .16s ease,transform .16s ease}.search-modal-result:hover{border-color:rgb(23 95 82/34%);background:var(--soft);transform:translateY(-1px)}.search-modal-result img,.search-modal-result-fallback{width:58px;height:58px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);object-fit:contain}.search-modal-result-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--pine);font-size:1.05rem;font-weight:900}.search-modal-result>span{display:grid;min-width:0;grid-gap:3px;gap:3px}.search-modal-result em{color:var(--pine);font-size:.72rem;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.search-modal-result strong{overflow:hidden;color:var(--ink);font-size:.98rem;font-weight:850;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.search-modal-result small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.84rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-modal-all{display:inline-flex;min-height:44px;align-items:center;justify-content:center;justify-self:start;border-radius:999px;background:var(--ink);color:#fff;font-size:.9rem;font-weight:880;padding:10px 16px}.search-modal-all:hover{background:var(--pine)}.hero{min-height:calc(100vh - 76px);background:radial-gradient(circle at 78% 24%,rgb(180 134 59/22%),transparent 30%),linear-gradient(135deg,#111619,#1d2b30 52%,#eef2ef 0,#f8faf8);overflow:hidden}.hero,.hero-grid{display:grid;align-items:center}.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);grid-gap:44px;gap:44px;padding:58px 0}.hero-content{max-width:760px;color:white}.hero .eyebrow{color:#8cd7c8}.hero .lead{max-width:650px;color:rgb(255 255 255/78%);margin-top:24px}.account-shell,.checkout-form,.content-stack,.footer-grid>div,.hero-actions,.product-card-body,.purchase-panel,.section-heading{display:grid;grid-gap:16px;gap:16px}.hero-actions{grid-template-columns:repeat(2,fit-content(240px));margin-top:32px}.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.hero-proof span{border:1px solid rgb(255 255 255/72%);border-radius:999px;background:rgb(255 255 255/92%);box-shadow:0 8px 22px rgb(18 22 25/12%);color:var(--ink);font-size:.88rem;font-weight:750;padding:8px 12px}.hero-showcase{position:relative;min-height:580px}.showcase-note,.showcase-product{position:absolute;border:1px solid rgb(18 22 25/10%);border-radius:8px;background:white;box-shadow:var(--shadow)}.showcase-product{display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;color:var(--ink);padding:22px}.showcase-product:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 48%,rgb(255 255 255/96%) 78%);pointer-events:none}.showcase-product strong,.showcase-product>span:not(.showcase-product-image){position:relative;z-index:2}.showcase-product-image{position:absolute;inset:16px 14px 92px;display:grid;place-items:center;z-index:0}.showcase-product-image img{width:100%;height:100%;object-fit:contain}.showcase-product>span:not(.showcase-product-image){color:var(--pine);font-size:.82rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.showcase-product strong{max-width:160px;font-size:1.28rem;line-height:1.08}.showcase-large{right:42px;bottom:28px;width:min(78%,330px);height:470px}.showcase-small{left:8px;top:78px;width:210px;height:280px}.showcase-note{right:0;top:78px;display:grid;grid-gap:5px;gap:5px;width:230px;padding:17px}.showcase-note span{color:var(--muted);font-size:.92rem}.section-heading{max-width:790px;margin-bottom:30px}.section-heading.centered{margin-inline:auto;text-align:center}.about-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.72fr);grid-gap:46px;gap:46px;align-items:center}.about-founder{display:grid;grid-gap:10px;gap:10px;margin:0}.about-founder img{width:100%;aspect-ratio:3/2;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow)}.about-founder figcaption{color:var(--muted);font-size:.86rem}.product-card{display:grid;height:100%;grid-template-rows:auto 1fr;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover{border-color:rgb(23 95 82/36%);box-shadow:var(--shadow);transform:translateY(-2px)}.product-card-image{position:relative;display:grid;aspect-ratio:1;place-items:center;background:linear-gradient(145deg,#f7f9f8,#e8efed);overflow:hidden}.product-card-image img{width:86%;height:86%;object-fit:contain;mix-blend-mode:multiply}.product-badge{position:absolute;left:12px;top:12px;border-radius:999px;background:var(--ink);color:white;font-size:.72rem;font-weight:850;padding:7px 10px}.product-card-body{display:grid;grid-template-rows:auto auto 1fr auto;align-content:start;grid-gap:16px;gap:16px;padding:18px}.product-card h3{overflow-wrap:anywhere;word-break:normal}.product-card .muted{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.rating{display:flex;align-items:center;gap:7px;color:var(--brass);font-size:.82rem;font-weight:800}.rating-stars{display:inline-flex;gap:2px}.rating-stars svg{width:13px;height:13px;fill:currentColor}.product-meta{align-self:end;flex-wrap:wrap;gap:8px}.product-meta strong{margin-right:2px;font-size:1.12rem}.product-meta span{border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.8rem;font-weight:750;padding:4px 9px}.subscription-panel{border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);padding:18px}.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.trust-badge{display:flex;min-height:104px;align-items:flex-start;gap:11px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,white,var(--soft));padding:16px}.trust-icon{width:24px;height:24px;color:var(--pine);flex:0 0 auto}.collection-tile{display:grid;min-height:240px;align-content:end;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(18 22 25/8%),transparent 50%),var(--soft);padding:24px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.collection-tile:hover{border-color:rgb(23 95 82/36%);box-shadow:var(--shadow);transform:translateY(-2px)}.collection-kicker{color:var(--pine);font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.shop-section{background:linear-gradient(180deg,white,var(--soft))}.collection-page-section{padding-bottom:58px}.collection-heading h1{margin-inline:auto;font-size:clamp(2.2rem,4.2vw,3.65rem);line-height:1.04}.collection-heading .lead{margin-inline:auto;max-width:720px}.collection-products-heading h2{font-size:clamp(1.6rem,2.7vw,2.45rem)}.shop-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.shop-choice{display:grid;min-height:360px;align-content:end;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgb(18 22 25/6%),transparent 48%),white;box-shadow:0 12px 34px rgb(18 22 25/7%);padding:28px}.shop-choice h2{font-size:clamp(1.65rem,3vw,2.6rem)}.shop-choice p{color:var(--muted);max-width:520px}.split{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:42px;gap:42px}.product-detail-layout,.split{display:grid;align-items:flex-start}.product-detail-layout{grid-template-columns:minmax(300px,410px) minmax(0,1fr) minmax(300px,360px);grid-gap:28px;gap:28px}.product-detail-media,.product-detail-purchase{min-width:0}.product-detail-info{min-width:0;padding-top:2px}.product-detail-title{max-width:760px;font-size:clamp(1.45rem,2vw,2.15rem);line-height:1.12}.product-identifiers{display:flex;flex-wrap:wrap;gap:8px}.product-identifiers span{border:1px solid var(--line);border-radius:999px;background:var(--soft);color:var(--muted);font-size:.78rem;font-weight:780;padding:5px 9px}.product-header-summary{max-width:620px;color:var(--muted);font-size:.9rem;line-height:1.55}.product-header-summary p{color:inherit;line-height:inherit}.product-header-summary ol,.product-header-summary ul{display:grid;grid-gap:5px;gap:5px;margin:0;padding-left:19px}.product-header-summary li::marker{color:var(--pine)}.product-description-section{padding-top:0}.product-description-panel{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--line);margin-top:42px;padding-top:34px}.product-summary-text{max-width:780px;color:var(--muted);font-size:1rem;line-height:1.6}.product-summary-text ol,.product-summary-text ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding-left:20px}.product-summary-text li,.product-summary-text p{color:var(--muted);line-height:1.6}.product-summary-text li::marker{color:var(--pine)}.product-description-content{display:grid;grid-gap:12px;gap:12px;max-width:860px}.product-description-content ol,.product-description-content ul{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:22px}.product-description-content li,.product-description-content p{color:var(--ink);line-height:1.65}.product-description-content li::marker{color:var(--pine)}.product-description-content h3,.product-description-content h4{font-family:var(--font-body);font-size:1rem;font-weight:780;margin-top:6px}.product-quick-facts{display:grid;grid-gap:9px;gap:9px;border-top:1px solid var(--line);padding-top:16px}.product-quick-facts p{position:relative;color:var(--ink);font-size:.95rem;line-height:1.45;padding-left:18px}.product-quick-facts p:before{position:absolute;top:.62em;left:0;width:5px;height:5px;border-radius:50%;background:var(--pine);content:""}.gallery-main,.gallery-thumb{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#f7f9f8,#e8efed);overflow:hidden}.gallery-main{display:grid;aspect-ratio:1;place-items:center}.gallery-image-button{display:grid;width:100%;height:100%;place-items:center;border:0;background:transparent;cursor:zoom-in;padding:0}.gallery-main img,.gallery-thumb img{width:100%;height:100%;mix-blend-mode:multiply;object-fit:contain;padding:24px}.gallery-nav{position:absolute;top:50%;z-index:2;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:rgb(255 255 255/88%);color:var(--ink);cursor:pointer;transform:translateY(-50%)}.gallery-nav svg{width:22px;height:22px}.gallery-nav:disabled{cursor:default;opacity:0}.gallery-nav-prev{left:14px}.gallery-nav-next{right:14px}.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));grid-gap:10px;gap:10px;margin-top:12px}.gallery-thumb{aspect-ratio:1;cursor:pointer;padding:0}.gallery-thumb.active{border-color:var(--pine);box-shadow:0 0 0 3px rgb(23 95 82/12%)}.gallery-thumb img{padding:8px}.gallery-lightbox{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:rgb(18 22 25/84%);padding:72px 84px}.gallery-lightbox-image{position:relative;display:grid;width:min(100%,1100px);max-width:calc(100vw - 168px);height:calc(100vh - 144px);max-height:820px;place-items:center;border-radius:var(--radius);background:white;box-shadow:0 22px 70px rgb(0 0 0/24%);overflow:hidden}.gallery-lightbox-image img{object-fit:contain;padding:24px}.gallery-lightbox-close,.gallery-lightbox-nav{position:fixed;z-index:1201;display:inline-grid;width:46px;height:46px;place-items:center;border:1px solid rgb(255 255 255/24%);border-radius:50%;background:white;color:var(--ink);cursor:pointer;box-shadow:0 10px 28px rgb(0 0 0/18%)}.gallery-lightbox-close{top:22px;right:22px}.gallery-lightbox-nav{top:50%;transform:translateY(-50%)}.gallery-lightbox-prev{left:22px}.gallery-lightbox-next{right:22px}.gallery-lightbox-close svg,.gallery-lightbox-nav svg{width:23px;height:23px}.gallery-lightbox-nav:disabled{display:none}.purchase-panel{position:-webkit-sticky;position:sticky;top:96px;border-color:rgb(18 22 25/12%);box-shadow:var(--shadow);padding:22px}.price-row{justify-content:space-between;color:var(--muted)}.price-row strong{color:var(--ink);font-size:1.8rem}.field{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-weight:780}.field span{display:flex;align-items:center;gap:8px}.field span em{color:var(--danger);font-size:.95rem;font-style:normal;font-weight:800;line-height:1}.field input,.field select,.field textarea{min-height:46px;width:100%;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);padding:10px 12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--pine);outline:3px solid rgb(23 95 82/12%)}.segmented{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:var(--radius);margin:0;padding:12px}.segmented legend{color:var(--muted);font-weight:800;padding:0 6px}.segmented label{display:flex;align-items:center;gap:8px}.purchase-option-text{display:grid;grid-gap:2px;gap:2px}.purchase-option-text small{color:var(--muted);font-size:.82rem;font-weight:750}.button-row{flex-wrap:wrap;gap:10px}.button-row .button{flex:1 1 150px}.buy-now-button{border-color:var(--brass);background:var(--brass);color:white}.account-drawer-overlay{position:fixed;inset:0;min-height:100vh;min-height:100dvh;z-index:50;background:rgb(18 22 25/42%);opacity:0;pointer-events:none;transition:opacity .18s ease}.account-drawer-overlay.open{opacity:1;pointer-events:auto}.account-drawer{position:fixed;top:0;right:0;z-index:51;display:grid;width:min(420px,100%);height:100vh;height:100dvh;grid-template-rows:auto 1fr auto;border-left:1px solid var(--line);background:#fff;box-shadow:none;pointer-events:none;transform:translateX(calc(100% + 48px));transition:transform .22s ease,visibility 0s linear .22s,box-shadow 0s linear .22s;visibility:hidden}.account-drawer.open{box-shadow:-18px 0 44px rgb(18 22 25/16%);pointer-events:auto;transform:translateX(0);transition:transform .22s ease;visibility:visible}.account-drawer-footer,.account-drawer-header{padding:20px}.account-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:#fff}.account-drawer-header .eyebrow{margin-bottom:8px}.account-drawer-header h2{font-size:clamp(1.45rem,2.2vw,2rem)}.account-drawer-body{min-height:0;overflow:auto;padding:20px}.account-drawer-form{display:grid;grid-gap:14px;gap:14px}.account-drawer-message{border:1px solid var(--line);border-radius:var(--radius);font-weight:760;margin-bottom:14px;padding:12px}.account-drawer-message.success{border-color:rgb(23 95 82/24%);background:rgb(23 95 82/8%);color:var(--pine)}.account-drawer-message.error{border-color:rgb(180 35 24/22%);background:rgb(180 35 24/7%);color:var(--danger)}.account-drawer-fields-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.account-drawer-footer button,.account-text-button{border:0;background:transparent;color:var(--pine);cursor:pointer;font-weight:850;padding:0}.account-text-button{justify-self:start;padding-top:2px}.account-drawer-footer{border-top:1px solid var(--line);background:var(--soft)}.account-drawer-footer p{color:var(--muted);font-size:.94rem}.cart-drawer-overlay{position:fixed;inset:0;min-height:100vh;min-height:100dvh;z-index:50;background:rgb(18 22 25/42%);opacity:0;pointer-events:none;transition:opacity .18s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;z-index:51;display:grid;width:min(420px,100%);height:100vh;height:100dvh;grid-template-rows:auto 1fr auto;border-left:1px solid var(--line);background:#fff;background-color:#fff;box-shadow:none;pointer-events:none;transform:translateX(calc(100% + 48px));transition:transform .22s ease,visibility 0s linear .22s,box-shadow 0s linear .22s;visibility:hidden}.cart-drawer.open{box-shadow:-18px 0 44px rgb(18 22 25/16%);pointer-events:auto;transform:translateX(0);transition:transform .22s ease;visibility:visible}.cart-drawer-footer,.cart-drawer-header{padding:20px}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.cart-drawer-header h2{font-size:1.25rem}.icon-button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer}.icon-button svg{width:18px;height:18px}.cart-drawer-items{display:grid;align-content:flex-start;grid-gap:12px;gap:12px;min-height:0;background:#fff;overflow:auto;padding:16px 20px}.cart-drawer-empty{border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);padding:18px}.cart-drawer-item{display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:10px 14px;gap:10px 14px;align-items:start;border:1px solid var(--line);border-radius:var(--radius);max-height:420px;min-height:112px;overflow:hidden;padding:14px;transform:translateX(0) scale(1);transition:border-color .16s ease,max-height .19s ease,opacity .17s ease,padding .19s ease,transform .17s ease}.cart-drawer-item-main{min-width:0}.cart-drawer-item-actions,.cart-drawer-item-description{grid-column:1/-1}.cart-drawer-item-description{color:var(--muted);font-size:.88rem;line-height:1.45;overflow-wrap:anywhere}.cart-drawer-item-actions{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line);padding-top:10px}.cart-drawer-item.removing{border-color:rgb(180 35 24/18%);max-height:0;min-height:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none;transform:translateX(18px) scale(.985)}.cart-drawer-image{display:block;aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.cart-drawer-image img{width:100%;height:100%;object-fit:contain;padding:7px}.cart-drawer-item h3{font-size:.98rem;word-break:normal}.cart-drawer-item .muted,.cart-drawer-item h3{overflow-wrap:anywhere}.cart-drawer-purchase-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.cart-drawer-quantity-inline{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;color:var(--muted);font-size:.78rem;font-weight:800}.cart-drawer-quantity-inline input{width:76px;min-height:38px;border:1px solid var(--line);border-radius:var(--radius);padding:7px 9px}.cart-drawer-line-price{justify-self:end;color:var(--ink);font-size:.98rem;line-height:1.2;white-space:nowrap}.cart-drawer-delete-button{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid rgb(180 35 24/20%);border-radius:var(--radius);background:rgb(180 35 24/6%);color:var(--danger);cursor:pointer;font-weight:800}.cart-drawer-delete-button:hover{background:rgb(180 35 24/10%)}.cart-drawer-delete-button svg{width:17px;height:17px}.text-button{border:0;background:transparent;color:var(--danger);cursor:pointer;font-weight:850;padding:8px 0}.cart-drawer-footer{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line);background:#fff}.cart-drawer-footer p{display:flex;align-items:center;justify-content:space-between}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);grid-gap:42px;gap:42px;align-items:start}.contact-intro,.faq-intro{position:-webkit-sticky;position:sticky;top:104px}.contact-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);grid-gap:42px;gap:42px;align-items:start}.contact-page .lead,.contact-page p:not(.eyebrow){max-width:620px}.contact-support-card,.faq-support-card{display:grid;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:16px}.contact-support-card span,.faq-support-card span{color:var(--muted);font-size:.92rem}.ticket-lookup-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px}.ticket-shell{display:grid;max-width:980px;grid-gap:20px;gap:20px}.ticket-heading{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:24px;gap:24px;align-items:start}.ticket-page h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.ticket-page .lead{max-width:680px;font-size:clamp(1rem,1.4vw,1.12rem)}.ticket-code{color:var(--muted);font-size:.96rem;font-weight:850}.ticket-help-card,.ticket-reply-form,.ticket-summary-card{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px rgb(18 22 25/6%);padding:18px}.ticket-reply-form h2{font-size:clamp(1.45rem,2.2vw,2rem)}.ticket-summary-card p{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted)}.ticket-summary-card strong{color:var(--ink);text-align:right}.ticket-status{width:-moz-fit-content;width:fit-content;border-radius:999px;background:rgb(23 95 82/10%);color:var(--pine);font-size:.78rem;font-weight:900;padding:5px 10px;text-transform:uppercase}.ticket-status.closed{background:rgb(104 115 122/12%);color:var(--muted)}.ticket-thread{display:grid;grid-gap:12px;gap:12px}.ticket-message{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px}.ticket-message.staff{border-color:rgb(23 95 82/24%);background:rgb(23 95 82/4%)}.ticket-message-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.ticket-empty,.ticket-help-card span,.ticket-message-meta span{color:var(--muted);font-size:.92rem}.ticket-message-body{display:grid;grid-gap:5px;gap:5px;color:var(--ink)}.ticket-attachments{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.ticket-attachments a{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--pine);font-size:.86rem;font-weight:800;padding:7px 10px}.ticket-empty{border:1px dashed var(--line);border-radius:var(--radius);background:#fff;padding:18px}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:white;overflow:hidden}.faq-item summary{display:flex;min-height:58px;align-items:flex-start;justify-content:space-between;gap:16px;cursor:pointer;font-weight:850;list-style:none;padding:17px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";flex:0 0 auto;color:var(--pine);font-size:1.15rem;line-height:1}.faq-item[open] summary:after{content:"-"}.faq-item p{color:var(--muted);border-top:1px solid var(--line);padding:15px 17px 17px}.search-shell{display:grid;grid-gap:24px;gap:24px}.search-heading{max-width:760px}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:end;max-width:760px}.search-results-summary{display:flex;gap:6px;align-items:baseline;color:var(--muted)}.search-results-summary strong{color:var(--ink);font-size:1.2rem}.search-results-list{display:grid;grid-gap:10px;gap:10px;max-width:920px}.search-result-item{display:grid;grid-template-columns:84px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:12px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.search-result-item:hover{border-color:rgb(23 95 82/35%);box-shadow:var(--shadow);transform:translateY(-1px)}.search-result-fallback,.search-result-item img{width:84px;height:84px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);object-fit:contain}.search-result-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--pine);font-size:1.4rem;font-weight:900}.search-result-item>span{display:grid;min-width:0;grid-gap:5px;gap:5px}.search-result-item em{color:var(--pine);font-size:.76rem;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.search-result-item strong{color:var(--ink);font-size:1.02rem;line-height:1.25}.search-result-item small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.9rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-empty-panel{max-width:760px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:32px;gap:32px}.account-shell,.checkout-form{border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 10px 30px rgb(18 22 25/6%);padding:24px}.checkout-page-heading{display:grid;grid-gap:6px;gap:6px}.checkout-page-heading .eyebrow{margin-bottom:0}.checkout-page-heading h1{font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.04}.subscription-cart-restore{max-width:640px}.subscription-cart-restore h1{font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.04}.subscription-cart-loading{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;align-items:center;gap:10px;border:1px solid rgb(23 95 82/18%);border-radius:var(--radius);background:rgb(23 95 82/7%);color:var(--pine);font-size:.92rem;font-weight:750;padding:11px 13px}.subscription-cart-loading i{width:16px;height:16px;flex:0 0 auto;border:2px solid;border-top:2px solid transparent;border-radius:999px;animation:paymentSpin .75s linear infinite}.checkout-section-title{margin-top:8px;font-family:var(--font-body);font-size:1.08rem;font-weight:750;line-height:1.25}.checkout-review-total,.checkout-summary-total{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:14px}.checkout-review-total{border-bottom:1px solid var(--line);padding-bottom:14px}.checkout-summary-panel{position:-webkit-sticky;position:sticky;top:96px;display:grid;align-self:start;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);padding:18px}.checkout-summary-panel h2{font-family:var(--font-body);font-size:1.18rem;font-weight:750;line-height:1.25}.checkout-summary-items{display:grid;grid-gap:12px;gap:12px}.checkout-summary-item{min-height:0}.checkout-summary-quantity{color:var(--muted);font-size:.86rem;font-weight:750}.checkout-summary-addresses,.checkout-summary-totals{display:grid;grid-gap:10px;gap:10px}.checkout-summary-address-card{display:grid;grid-gap:3px;gap:3px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:12px}.checkout-summary-address-card h3{color:var(--ink);font-family:var(--font-body);font-size:.86rem;font-weight:750}.checkout-summary-address-card p{color:var(--muted);font-size:.82rem;line-height:1.35}.checkout-summary-totals p{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted);font-size:.92rem}.checkout-summary-totals strong{color:var(--ink);font-weight:800}.checkout-wizard{align-content:start}.checkout-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:8px}.checkout-stepper button{display:grid;min-width:0;grid-gap:5px;gap:5px;justify-items:center;border:0;border-radius:var(--radius);background:transparent;color:var(--muted);cursor:pointer;font-size:.74rem;font-weight:750;line-height:1.2;padding:9px 6px}.checkout-stepper button span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:white;color:var(--muted);font-size:.72rem}.checkout-stepper button.active{background:white;box-shadow:0 6px 18px rgb(18 22 25/7%);color:var(--ink)}.checkout-stepper button:disabled{cursor:not-allowed;opacity:.46}.checkout-stepper button.active span,.checkout-stepper button.complete span{border-color:var(--pine);background:var(--pine);color:white}.checkout-billing-fields,.checkout-login-box,.checkout-step-panel{display:grid;grid-gap:16px;gap:16px}.checkout-step-panel{border-top:1px solid var(--line);padding-top:6px}.checkout-login-box,.checkout-review-block,.checkout-signed-in{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:16px}.checkout-billing-fields h3,.checkout-login-box h3,.checkout-review-block h3{font-family:var(--font-body);font-size:.96rem;font-weight:750;line-height:1.25}.saved-address-list{display:grid;grid-gap:10px;gap:10px}.saved-address-list h3{font-family:var(--font-body);font-size:.95rem;font-weight:750}.saved-address-list>div{display:grid;grid-auto-columns:calc((100% - 30px) / 4);grid-auto-flow:column;grid-gap:10px;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:4px;scroll-snap-type:x mandatory}.saved-address-list button{display:grid;min-width:0;grid-gap:5px;gap:5px;scroll-snap-align:start;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);cursor:pointer;padding:12px;text-align:left}.saved-address-list button.active{border-color:var(--pine);box-shadow:0 0 0 3px rgb(23 95 82/10%)}.saved-address-list button.new-address{border-style:dashed;background:var(--soft)}.saved-address-list button strong{font-size:.92rem}.saved-address-list button span{color:var(--muted);font-size:.82rem;line-height:1.35}.checkout-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.checkout-field-full{grid-column:1/-1}.field.invalid input{border-color:var(--danger);outline:3px solid rgb(180 35 24/10%)}.field.valid input{border-color:rgb(34 139 76/45%)}.checkout-field-message{color:var(--danger);font-size:.78rem;font-weight:700;line-height:1.35}.checkout-contact-grid{align-items:start}.checkout-contact-grid .checkout-field-message{min-height:2.15rem;overflow:hidden}.checkout-checkbox{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:.92rem;font-weight:700}.checkout-checkbox input{width:18px;height:18px;accent-color:var(--pine)}.checkout-shipping-note{border:1px solid rgb(23 95 82/18%);border-radius:var(--radius);background:rgb(23 95 82/7%);color:var(--pine);font-size:.92rem;font-weight:750;padding:12px 14px}.checkout-shipping-note.success{border-color:rgb(34 139 76/20%);background:rgb(34 139 76/8%);color:#1f7a4b}.checkout-shipping-loading,.checkout-shipping-options{display:grid;grid-gap:10px;gap:10px}.checkout-shipping-loading span{display:block;height:74px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(90deg,rgb(255 255 255/0),rgb(255 255 255/72%),rgb(255 255 255/0)),var(--soft);background-size:220% 100%;animation:shipping-loading 1.15s ease-in-out infinite}.checkout-shipping-loading span:nth-child(2){animation-delay:90ms}.checkout-shipping-loading span:nth-child(3){animation-delay:.18s}@keyframes shipping-loading{0%{background-position:120% 0}to{background-position:-120% 0}}.checkout-shipping-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:white;cursor:pointer;padding:14px}.checkout-shipping-option:has(input:checked){border-color:var(--pine);box-shadow:0 0 0 3px rgb(23 95 82/10%)}.checkout-shipping-option:has(input:disabled){cursor:not-allowed;opacity:.62}.checkout-shipping-option input{width:18px;height:18px;accent-color:var(--pine)}.checkout-shipping-option span{display:grid;min-width:0;grid-gap:3px;gap:3px}.checkout-shipping-option strong{color:var(--ink);font-size:.96rem}.checkout-shipping-option small{color:var(--muted);font-size:.84rem;line-height:1.35}.checkout-shipping-option .checkout-shipping-estimate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-shipping-option em{color:var(--ink);font-style:normal;font-weight:800;white-space:nowrap}.checkout-stripe-element-shell{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:white;padding:14px}.checkout-stripe-element-content,.checkout-stripe-element-shell{display:grid;grid-gap:10px;gap:10px}.checkout-stripe-element-shell.is-processing .checkout-stripe-element-content{opacity:0;pointer-events:none;position:absolute;inset:0}.stripe-payment-element.is-loading{height:0;min-height:0;overflow:hidden}.stripe-payment-skeleton{display:grid;grid-gap:14px;gap:14px}.stripe-payment-skeleton-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.stripe-payment-skeleton-card span,.stripe-payment-skeleton-tabs span{display:block;border-radius:8px;background:linear-gradient(90deg,#eef2f1,#f8faf9 42%,#eef2f1 78%);background-size:220% 100%;animation:paymentSkeleton 1.15s ease-in-out infinite}.stripe-payment-skeleton-tabs span{height:42px;border:1px solid var(--line)}.stripe-payment-skeleton-card{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px}.stripe-payment-skeleton-card>span:first-child{width:34%;height:12px}.stripe-payment-skeleton-card>span:nth-child(2){height:44px}.stripe-payment-skeleton-card div{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.stripe-payment-skeleton-card div span{height:44px}.payment-processing-state{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;border:1px solid rgb(23 95 82/20%);border-radius:var(--radius);background:rgb(23 95 82/6%);padding:12px;min-height:72px}.payment-processing-state>span{width:24px;height:24px;border:2px solid rgb(23 95 82/18%);border-top:2px solid var(--pine);border-radius:999px;animation:paymentSpin .8s linear infinite}.payment-processing-state strong{color:var(--ink);font-size:.92rem}.payment-processing-state p{color:var(--muted);font-size:.82rem;line-height:1.3;margin-top:1px}.checkout-click-blocker{position:fixed;inset:0;z-index:80;cursor:progress}@keyframes paymentSkeleton{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes paymentSpin{to{transform:rotate(1turn)}}.checkout-payment-helper{font-size:.84rem}.checkout-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px}.checkout-actions .button:last-child{margin-left:auto}.checkout-actions .button{display:inline-flex;align-items:center;gap:8px}.checkout-actions .button svg{width:17px;height:17px}.state-combobox{position:relative}.state-combobox-options{position:absolute;z-index:30;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:260px;overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);padding:6px}.state-combobox-options button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:calc(var(--radius) - 2px);background:transparent;color:var(--ink);cursor:pointer;font:inherit;padding:9px 10px;text-align:left}.state-combobox-options button:hover,.state-combobox-options button[aria-selected=true]{background:var(--soft)}.state-combobox-options small{color:var(--muted);font-size:.76rem;font-weight:800}.state-combobox-options p{color:var(--muted);font-size:.9rem;padding:9px 10px}.checkout-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.checkout-review-block{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checkout-review-block p{color:var(--muted);font-size:.9rem;line-height:1.45}.account-empty-state{grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:start}.account-access-card,.account-empty-copy,.account-empty-state{display:grid;grid-gap:16px;gap:16px}.account-access-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:18px}.account-access-footer{border-top:1px solid var(--line);padding-top:14px}.account-access-footer p{color:var(--muted);font-size:.94rem}.account-access-footer button{border:0;background:transparent;color:var(--pine);cursor:pointer;font-weight:850;padding:0}.account-dashboard{display:grid;grid-gap:22px;gap:22px}.account-dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 10px 30px rgb(18 22 25/6%);padding:24px}.account-dashboard-heading h1{font-size:clamp(2rem,4vw,3.25rem)}.account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.account-panel,.account-stat-card{border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 10px 30px rgb(18 22 25/6%)}.account-stat-card{display:grid;grid-gap:6px;gap:6px;padding:18px}.account-stat-card span{color:var(--muted);font-weight:800}.account-stat-card strong{font-size:2rem;line-height:1}.account-panel{display:grid;grid-gap:14px;gap:14px;padding:20px}.account-panel h2{font-size:clamp(1.45rem,2.2vw,2rem)}.account-list{display:grid;grid-gap:10px;gap:10px}.account-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:14px}.account-list-item>div{display:grid;grid-gap:4px;gap:4px}.account-list-item>div:last-child{justify-items:end;text-align:right}.account-list-item>div>span:not(.order-status-pill){color:var(--muted);font-size:.9rem}.account-order-item{border-left-width:4px}.account-order-item.paid{border-left-color:var(--blue)}.account-order-item.shipped{border-left-color:var(--pine)}.account-order-item.cancelled{border-left-color:var(--danger)}.account-order-item.unpaid{border-left-color:#b8863b}.account-order-item.pending{border-left-color:var(--muted)}.account-status{width:-moz-fit-content;width:fit-content;border-radius:999px;background:rgb(23 95 82/10%);color:var(--pine)!important;font-size:.74rem!important;font-weight:900;padding:4px 9px;text-transform:uppercase}.account-status.closed{background:rgb(104 115 122/12%);color:var(--muted)!important}.account-order-shell{display:grid;grid-gap:22px;gap:22px}.account-page-header,.account-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.account-empty-panel{display:grid;justify-items:start;grid-gap:14px;gap:14px}.ticket-choice-step{display:grid;grid-gap:18px;gap:18px}.ticket-choice-step h3{font-family:var(--font-body);font-size:1.2rem;font-weight:750;line-height:1.25}.ticket-choice-grid{display:grid;grid-gap:12px;gap:12px}.ticket-choice-card{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);cursor:pointer;padding:14px;text-align:left}.ticket-choice-card:hover:not(:disabled){border-color:rgb(23 95 82/34%);background:rgb(23 95 82/5%)}.ticket-choice-card:disabled{cursor:not-allowed;opacity:.55}.ticket-choice-card span{color:var(--muted);font-size:.9rem}.ticket-back-button{display:inline-flex;align-items:center;gap:5px}.ticket-back-button svg{width:17px;height:17px}.account-page-header h1{font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.05}.account-panel-header{margin-bottom:14px}.account-panel-action-row{display:flex;justify-content:flex-start;margin-bottom:14px}.account-panel-header h2{margin:0}.account-panel-header a{color:var(--pine);font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap}.account-filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.account-filter-tabs a{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--line);border-radius:999px;background:white;color:var(--muted);font-size:.9rem;font-weight:700;padding:7px 13px;text-decoration:none}.account-filter-tabs a.active{border-color:rgb(23 95 82/28%);background:rgb(23 95 82/8%);color:var(--pine)}.order-overview-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:22px;gap:22px}.order-overview-main{display:grid;grid-gap:8px;gap:8px}.order-overview-title{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.order-overview-title h1{font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.05}.order-status-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:28px;align-items:center;justify-self:start;border-radius:999px;font-size:.76rem;font-weight:850;padding:5px 11px;text-transform:uppercase}.order-status-pill.paid{background:rgb(49 87 107/12%);color:var(--blue)}.order-status-pill.shipped{background:rgb(23 95 82/12%);color:var(--pine)}.order-status-pill.cancelled{background:rgb(180 35 24/12%);color:var(--danger)}.order-status-pill.unpaid{background:rgb(180 134 59/16%);color:#8a5b12}.order-status-pill.pending{background:rgb(104 115 122/12%);color:var(--muted)}.order-subscription-frequency{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;border:1px solid rgb(23 95 82/16%);border-radius:999px;background:rgb(23 95 82/6%);color:var(--ink);font-size:.88rem;padding:7px 12px}.order-subscription-frequency span{color:var(--muted)}.order-subscription-frequency strong{color:var(--pine);font-weight:700}.subscription-frequency-status{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.subscription-schedule-panel{display:grid;grid-gap:16px;gap:16px}.subscription-schedule-panel h2{margin-bottom:6px}.subscription-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.subscription-duplicate-notice{display:grid;grid-gap:10px;gap:10px;border:1px solid rgb(23 95 82/18%);border-radius:var(--radius);background:rgb(23 95 82/7%);color:var(--pine);padding:14px}.subscription-duplicate-notice strong{color:var(--ink)}.subscription-duplicate-notice p{color:var(--muted);font-size:.92rem;line-height:1.45}.subscription-duplicate-notice .button{width:-moz-fit-content;width:fit-content}.order-overview-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;width:min(100%,520px);justify-self:end}.order-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.order-address-grid .account-panel{gap:10px;padding:16px}.order-address-grid .account-panel h2{font-size:clamp(1.2rem,1.6vw,1.45rem)}.order-details-panel{display:grid;grid-gap:16px;gap:16px}.address-lines,.order-product-list,.order-summary-lines{display:grid;grid-gap:12px;gap:12px}.address-lines{gap:5px;color:var(--muted);font-size:.92rem}.order-product-row{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;background:var(--soft);padding:12px}.order-product-row,.order-product-row img{border:1px solid var(--line);border-radius:var(--radius)}.order-product-row img{width:88px;height:88px;background:white;object-fit:contain;padding:6px}.order-product-row>div{display:grid;grid-gap:4px;gap:4px}.order-product-row>div:last-child{justify-items:end;text-align:right}.order-product-row span,.order-summary-lines span{color:var(--muted);font-size:.9rem}.order-summary-lines p{display:flex;align-items:center;justify-content:space-between;gap:16px}.order-charge-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.order-charge-summary p{display:grid;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:12px}.order-charge-summary span{color:var(--muted);font-size:.82rem}.order-charge-summary strong{font-size:1.05rem}.order-charge-summary p:last-child{border-color:rgb(18 22 25/18%);background:white}.order-charge-summary.no-discount p:last-child{grid-column:span 2;justify-items:end;text-align:right}.pay-order-shell,.pay-result-shell{display:grid;grid-gap:22px;gap:22px}.pay-order-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start}.pay-order-heading h1,.pay-result-panel h1{font-size:clamp(2rem,4vw,3.35rem)}.pay-order-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);grid-gap:18px;gap:18px;align-items:start}.pay-method-panel{align-content:start}.stripe-payment-form{display:grid;grid-gap:14px;gap:14px}.stripe-payment-element{min-height:88px}.pay-submit-button{width:100%}.pay-charge-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pay-charge-summary p:last-child{grid-column:1/-1}.pay-result-panel{max-width:760px;margin:0 auto}.order-actions-panel{display:grid;grid-gap:10px;gap:10px}.order-action-toast{position:fixed;top:92px;right:max(18px,calc((100vw - 1180px) / 2));z-index:1000;width:min(360px,calc(100vw - 36px));background:white;box-shadow:0 18px 44px rgb(18 22 25/18%),0 0 0 9999px rgb(255 255 255/0);opacity:1}.order-action-toast.success{background:#f4faf7}.order-action-toast.error{background:#fff5f4}.order-action-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.order-action-button{position:relative;display:inline-grid;width:40px;height:40px;align-items:center;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--ink);cursor:pointer;padding:0;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.order-action-button svg{width:20px;height:20px;stroke-width:1.8}.order-action-button:disabled{cursor:not-allowed;opacity:.72}.order-action-button.is-loading svg{opacity:.24}.order-action-spinner{position:absolute;inset:9px;border:2px solid;border-top:2px solid transparent;border-radius:999px;animation:paymentSpin .75s linear infinite}.order-action-button span{position:absolute;top:calc(100% + 8px);left:50%;z-index:5;width:max-content;max-width:120px;transform:translateX(-50%) translateY(-2px);border:1px solid var(--line);border-radius:999px;background:var(--ink);color:white;font-size:.72rem;font-weight:750;line-height:1;opacity:0;padding:6px 9px;pointer-events:none;text-align:center;transition:opacity .14s ease,transform .14s ease}.order-action-button:focus-visible,.order-action-button:hover{border-color:rgb(18 22 25/34%);box-shadow:0 8px 20px rgb(18 22 25/8%);transform:translateY(-1px)}.order-action-button:focus-visible span,.order-action-button:hover span{opacity:1;transform:translateX(-50%) translateY(0)}.order-action-button.primary{border-color:rgb(49 87 107/28%);color:var(--blue)}.order-action-button.primary span{border-color:var(--blue);background:var(--blue);color:white}.order-action-button.danger{border-color:rgb(180 35 24/24%);color:var(--danger)}.order-action-button.danger span{border-color:var(--danger);background:var(--danger);color:white}.order-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.order-action-form{display:grid;grid-gap:14px;gap:14px;border-top:1px solid var(--line);padding-top:18px}.order-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;grid-gap:0;gap:0}.order-progress-step{position:relative;display:grid;justify-items:center;grid-gap:5px;gap:5px;min-width:0;color:var(--muted);text-align:center}.order-progress-step:before{position:absolute;top:11px;left:50%;right:-50%;height:2px;background:var(--line);content:""}.order-progress-step:last-child:before{display:none}.order-progress-step>span{position:relative;z-index:1;width:24px;height:24px;border:1px solid var(--line);border-radius:50%;background:white}.order-progress-step.done{color:var(--ink)}.order-progress-step.done>span{border-color:var(--pine);background:var(--pine);box-shadow:inset 0 0 0 6px white}.order-progress-step.done:before{background:rgb(23 95 82/42%)}.order-progress.cancelled .order-progress-step{color:var(--danger)}.order-progress.cancelled .order-progress-step>span{border-color:rgb(180 35 24/28%)}.order-progress.cancelled .order-progress-step.done>span{border-color:var(--danger);background:var(--danger)}.order-progress.cancelled .order-progress-step.done:before,.order-progress.cancelled .order-progress-step:before{background:rgb(180 35 24/34%)}.order-progress-step strong{font-size:.86rem;font-weight:700}.order-progress-step small,.product-rating-inline>span{color:var(--muted);font-size:.78rem}.tracking-link-line{display:block;margin-top:3px}.tracking-link-line a{color:var(--blue);font-weight:750;text-decoration:underline;text-underline-offset:2px}.tracking-tooltip-link{position:relative;display:inline-flex;width:-moz-fit-content;width:fit-content}.tracking-tooltip-link em{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:5;width:max-content;max-width:180px;transform:translateX(-50%) translateY(2px);border:1px solid var(--line);border-radius:999px;background:var(--ink);color:white;font-size:.72rem;font-style:normal;font-weight:750;line-height:1;opacity:0;padding:6px 9px;pointer-events:none;text-align:center;transition:opacity .14s ease,transform .14s ease}.tracking-tooltip-link:focus-visible em,.tracking-tooltip-link:hover em{opacity:1;transform:translateX(-50%) translateY(0)}.order-modal-overlay{position:fixed;inset:0;z-index:90;display:grid;place-items:center;background:rgb(18 22 25/42%);padding:18px}.order-confirm-modal{display:grid;width:min(100%,430px);grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);padding:22px}.order-confirm-modal-header{display:flex;align-items:flex-start;justify-content:flex-end;gap:14px}.order-confirm-copy{display:grid;grid-gap:7px;gap:7px}.order-confirm-copy h2{font-family:var(--font-body);font-size:1.28rem;font-weight:750;letter-spacing:0;line-height:1.25}.order-confirm-copy p{color:var(--muted);line-height:1.55}.order-confirm-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.product-rating-inline{display:grid;justify-items:start;grid-gap:5px;gap:5px;margin-top:4px}.star-picker{display:inline-flex;align-items:center;gap:2px}.star-button{width:31px;height:31px;border:0;border-radius:50%;background:transparent;color:#b7a98e;cursor:pointer;font-size:1.15rem;line-height:1;padding:0;transition:color .14s ease,transform .14s ease}.star-button.selected,.star-button:hover{color:var(--brass)}.star-button:hover{transform:translateY(-1px)}.order-drawer-overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:rgb(18 22 25/42%)}.order-drawer{display:grid;grid-template-rows:auto 1fr;width:min(100vw,460px);height:100vh;height:100dvh;overflow-y:auto;background:white;box-shadow:-18px 0 46px rgb(18 22 25/18%)}.order-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:22px}.order-drawer-header h2{font-family:var(--font-body);font-size:1.25rem;font-weight:750;line-height:1.25}.order-ticket-code{color:var(--muted);font-size:.88rem;font-weight:750;margin-top:3px}.order-drawer-body{display:grid;align-content:start;grid-gap:16px;gap:16px;padding:22px}.order-ticket-summary{display:grid;grid-gap:6px;gap:6px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:13px}.order-ticket-summary p{color:var(--muted);font-size:.9rem}.order-ticket-thread{display:grid;grid-gap:10px;gap:10px}.order-ticket-thread .ticket-message{padding:13px}.order-ticket-reply-form{display:grid;grid-gap:13px;gap:13px;border-top:1px solid var(--line);padding-top:16px}.order-ticket-reply-form h3{font-family:var(--font-body);font-size:1rem;font-weight:750}.order-review-product{display:grid;grid-template-columns:86px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;background:var(--soft);padding:12px}.order-review-product,.order-review-product img{border:1px solid var(--line);border-radius:var(--radius)}.order-review-product img{width:86px;height:86px;background:white;object-fit:contain;padding:6px}.order-review-product>div{display:grid;grid-gap:8px;gap:8px}.spam-field{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.form-note,.form-status{font-size:.9rem}.form-note{color:var(--muted)}.form-status{border:1px solid var(--line);border-radius:var(--radius);padding:11px 12px}.form-status.success{border-color:rgb(23 95 82/24%);background:rgb(23 95 82/8%);color:var(--pine)}.form-status.error{border-color:rgb(180 35 24/24%);background:rgb(180 35 24/8%);color:var(--danger)}.summary-box{border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 10px 30px rgb(18 22 25/6%);padding:22px;align-self:flex-start}.cart-page-section{background:linear-gradient(180deg,white,var(--soft))}.cart-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.cart-empty{display:grid;justify-items:flex-start;grid-gap:14px;gap:14px;max-width:640px;padding:28px}.cart-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:28px;gap:28px;align-items:flex-start}.cart-items-list{display:grid;grid-gap:14px;gap:14px}.cart-line-item{display:grid;grid-template-columns:170px minmax(0,1fr);grid-gap:22px;gap:22px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 10px 28px rgb(18 22 25/6%);padding:18px}.cart-line-image{display:grid;aspect-ratio:1;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#f7f9f8,#e8efed);overflow:hidden}.cart-line-image img{width:100%;height:100%;object-fit:contain;padding:12px;mix-blend-mode:multiply}.cart-line-main{display:grid;grid-gap:18px;gap:18px;min-width:0}.cart-line-title-row,.cart-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cart-line-title-row h2{max-width:680px;font-size:1.15rem;line-height:1.2}.cart-line-badges{display:flex;flex-wrap:wrap;gap:8px}.cart-line-badges span{border:1px solid rgb(23 95 82/22%);border-radius:999px;background:rgb(23 95 82/7%);color:var(--pine);font-size:.78rem;font-weight:850;padding:5px 9px}.cart-line-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:16px}.cart-quantity-group{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.cart-quantity-group label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:.8rem;font-weight:850}.cart-quantity-group input{width:88px;min-height:42px;border:1px solid var(--line);border-radius:var(--radius);padding:8px 10px}.remove-button{min-height:42px;border:1px solid rgb(180 35 24/22%);border-radius:var(--radius);padding:8px 12px}.cart-summary-panel{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow);padding:22px}.cart-summary-panel h2{font-size:1.35rem}.cart-summary-row{border-bottom:1px solid var(--line);padding-bottom:12px}.footer{border-top:1px solid var(--line);background:var(--soft);color:var(--ink)}.footer-bottom p,.footer-disclaimer p,.footer-main p{color:var(--muted)}.footer-main{display:grid;grid-template-columns:1.45fr repeat(4,minmax(130px,1fr));grid-gap:34px;gap:34px;padding:48px 0}.footer-title{color:var(--ink);font-size:1.65rem}.footer-logo{width:180px;height:auto;border-radius:4px}.footer-brand-block,.footer-link-column{display:grid;align-content:flex-start;grid-gap:10px;gap:10px}.footer-link-column h3{color:var(--ink);font-size:.98rem}.footer-link-column a{display:block;color:var(--muted);font-size:.94rem}.footer-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}.footer-trust-row div{display:flex;align-items:center;gap:12px;color:var(--ink)}.footer-flag-icon,.footer-trust-icon{flex:0 0 auto}.footer-trust-icon{width:28px;height:28px;color:var(--pine)}.footer-flag-icon{width:32px;height:32px}.footer-trust-row strong{font-size:.85rem;line-height:1.18;text-transform:uppercase}.footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:28px 0 18px}.footer-payments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.payment-badge{display:inline-flex;min-height:32px;align-items:center;gap:7px;border:1px solid rgb(18 22 25/10%);border-radius:4px;background:white;box-shadow:0 6px 16px rgb(18 22 25/8%);color:var(--ink);font-size:.78rem;font-weight:850;padding:5px 9px 5px 6px}.payment-badge em{display:inline-grid;min-width:24px;height:20px;place-items:center;border-radius:3px;color:white;font-size:.68rem;font-style:normal;font-weight:900;line-height:1}.payment-logo img{width:auto;max-width:58px;height:18px;object-fit:contain}.payment-visa em{background:#1a1f71}.payment-mastercard em{background:linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50% 100%)}.footer-disclaimer{padding-bottom:28px}.footer-disclaimer p{max-width:1100px;font-size:.82rem}@media (max-width:980px){.footer-main,.grid.four,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{grid-template-columns:1fr}.footer-payments{justify-content:flex-start}.product-detail-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.product-detail-media{grid-column:1/-1}.header-inner{min-height:68px;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;padding:8px 0}.header-menu-button{display:inline-flex;justify-self:start}.brand{justify-self:center}.brand-logo{width:116px;height:46px}.nav{display:none}.header-actions{justify-content:flex-end}.header-actions .account-menu-wrap,.header-actions .header-account-link{display:none}.header-actions .header-search-button{display:inline-flex;color:var(--ink)}.cart-price-summary{display:none}.hero-grid,.status-grid{grid-template-columns:1fr}.status-grid{gap:32px}.status-panel{max-width:620px}.about-grid{grid-template-columns:1fr}.contact-layout,.faq-layout,.ticket-heading{grid-template-columns:1fr;gap:28px}.contact-intro,.faq-intro{position:static}.hero-showcase{min-height:440px}.search-modal-body>a.search-modal-all{box-sizing:border-box;display:grid;width:100%;height:38px;min-height:0;max-height:38px;justify-self:stretch;place-items:center;border-radius:4px;font-size:.82rem;line-height:1;overflow:hidden;padding:0;white-space:nowrap}}@media (max-width:760px){.container{width:min(100% - 28px,1180px)}.section{padding:52px 0}.gallery-lightbox{padding:64px 14px}.gallery-lightbox-image{max-width:calc(100vw - 28px);height:calc(100vh - 128px);max-height:68vh}.gallery-lightbox-prev{left:10px}.gallery-lightbox-next{right:10px}.account-stat-grid,.cart-page-layout,.checkout-layout,.footer-grid,.footer-main,.footer-trust-row,.grid.four,.grid.three,.grid.two,.order-address-grid,.order-charge-summary,.order-form-grid,.order-overview-panel,.pay-order-heading,.pay-order-layout,.product-detail-layout,.shop-choice-grid,.split,.trust-grid{grid-template-columns:1fr}.order-charge-summary.no-discount p:last-child{grid-column:auto;justify-items:stretch;text-align:left}.nav{justify-content:center}.checkout-summary-panel{position:static}.checkout-field-grid,.checkout-review-grid,.checkout-stepper,.subscription-schedule-grid{grid-template-columns:1fr}.saved-address-list>div{grid-auto-columns:minmax(220px,82%)}.checkout-stepper{gap:6px}.checkout-stepper button{grid-template-columns:24px minmax(0,1fr);align-items:center;justify-items:start;text-align:left}.checkout-actions,.checkout-review-block{flex-direction:column}.checkout-actions .button,.checkout-actions .button:last-child{width:100%;margin-left:0}.nav a{padding:7px 9px}.hero{min-height:auto;background:linear-gradient(180deg,#111619,#1d2b30 62%,#f8faf8 0,#f8faf8)}.hero-grid{gap:22px;padding:46px 0}.hero-actions{grid-template-columns:1fr}.status-page{min-height:auto}.status-actions{align-items:stretch;flex-direction:column}.status-actions .button{width:100%}.hero-showcase{min-height:360px}.showcase-large{right:0;width:68%;height:330px}.showcase-small{left:0;top:46px;width:42%;height:220px}.showcase-note{top:12px;right:0;width:58%}.purchase-panel{position:static}.account-dashboard-heading,.account-list-item,.order-product-row{grid-template-columns:1fr}.account-dashboard-heading{display:grid}.account-empty-state{grid-template-columns:1fr}.order-overview-actions{width:100%}.order-action-buttons{justify-content:flex-start}.order-action-toast{top:82px;right:18px;left:18px;width:auto}.order-confirm-actions{flex-direction:column-reverse}.order-confirm-actions .button{width:100%}.order-progress{grid-template-columns:1fr;gap:12px}.order-progress-step{grid-template-columns:24px minmax(0,1fr);column-gap:10px;align-items:center;justify-items:start;text-align:left}.order-progress-step:before{top:24px;bottom:-12px;left:11px;width:2px;height:auto;right:auto}.order-progress-step small{grid-column:2}.account-list-item>div:last-child,.order-product-row>div:last-child{justify-items:start;text-align:left}.cart-drawer-item{grid-template-columns:64px minmax(0,1fr)}.account-drawer-fields-two{grid-template-columns:1fr}.cart-page-heading{align-items:flex-start;flex-direction:column}.cart-line-item{grid-template-columns:116px minmax(0,1fr);gap:14px;padding:14px}.search-page-form,.search-result-item,.ticket-lookup-form{grid-template-columns:1fr}.search-result-fallback,.search-result-item img{width:72px;height:72px}.search-modal{top:0;width:100%;max-height:100vh;max-height:100dvh;height:100vh;height:100dvh;border-radius:0}.search-modal-header{padding:18px}.search-modal-body{gap:12px;grid-template-rows:auto minmax(0,1fr) auto;padding:14px 16px 16px}.search-modal-results{min-height:0;max-height:none}.search-modal-field{grid-template-columns:18px minmax(0,1fr);gap:9px;align-self:start;box-sizing:border-box;height:38px;min-height:0;max-height:38px;padding:0 11px}.search-modal-field svg{width:18px;height:18px}.search-modal-field input{font-size:.92rem;height:24px;line-height:24px}.search-modal-result{grid-template-columns:50px minmax(0,1fr)}.search-modal-result img,.search-modal-result-fallback{width:50px;height:50px}.search-modal-body>a.search-modal-all{height:38px;max-height:38px;align-self:end}.cart-line-title-row{align-items:flex-start;flex-direction:column}.cart-line-actions{align-items:stretch;flex-direction:column}.remove-button{width:-moz-fit-content;width:fit-content}.cart-summary-panel{position:static}}