:root{--sand:#f6f2ed;--cream:#fbf8f3;--ink:#000000;--muted:#666666;--accent-strong:#c73535;--accent-soft:#fdecec;--card:#ffffff;--border:rgba(31,31,31,0.1);--shadow:0 16px 40px rgba(17,17,17,0.06);--font-sans:var(--font-jost),"Avenir Next","Helvetica Neue",Arial,sans-serif;--font-serif:"Cormorant Garamond","Iowan Old Style","Times New Roman",serif;--type-body-size:16px;--type-body-line-height:28px;--type-body-weight:400;--type-form-size:15px;--type-form-weight:400;--type-button-size:16px;--type-button-weight:500;--type-h1:38px;--type-h2:34px;--type-h3:30px;--type-h4:26px;--type-h5:22px;--type-h6:18px;--type-hero-title:50px;--type-hero-title-lh:55px;--type-product-title:15px}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;font-size:var(--type-body-size);line-height:var(--type-body-line-height);color:var(--muted);background:linear-gradient(180deg,#fcfaf7,#f8f3ec)}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:var(--type-body-weight)}h1,h2,h3,h4,h5,h6{color:var(--ink)}h1{font-size:var(--type-h1);line-height:46px}h2{font-size:var(--type-h2);line-height:40px}h3{font-size:var(--type-h3);line-height:36px}h4{font-size:var(--type-h4);line-height:32px}h5{font-size:var(--type-h5);line-height:28px}h6{font-size:var(--type-h6);line-height:24px}input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=range]):not([type=file]):not([type=image]):not([type=reset]),select,textarea{font-family:var(--font-sans);font-size:var(--type-form-size);font-weight:var(--type-form-weight)}button,input[type=button],input[type=reset],input[type=submit]{font-family:var(--font-sans);font-size:var(--type-button-size);font-weight:var(--type-button-weight)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-shell{min-height:100vh}.site-header{z-index:40;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header,.site-header-topline{border-bottom:1px solid rgba(31,31,31,.08)}.site-header-topline{background:rgba(255,255,255,.92)}.site-header-main-inner,.site-header-topline-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header-topline-inner{min-height:42px}.header-actions,.site-header-controls,.site-header-socials{display:flex;align-items:center;gap:.7rem}.site-header-social-link{display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:color .2s ease,transform .2s ease}.header-nav-link:hover,.site-header-social-link:hover{color:var(--accent)}.site-header-social-link:hover{transform:translateY(-1px)}.site-header-help{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:var(--type-body-size);color:var(--muted);white-space:nowrap}.site-header-help-link{padding-bottom:.08rem;border-bottom:1px solid rgba(31,31,31,.25)}.site-header-help-divider{width:1px;height:18px;background:rgba(31,31,31,.12)}.header-select{position:relative}.header-select summary{list-style:none;display:inline-flex;align-items:center;gap:.28rem;padding:0;border:0;background:transparent;font:inherit;font-size:var(--type-form-size);font-weight:var(--type-form-weight);color:var(--ink);cursor:pointer}.header-select summary::-webkit-details-marker{display:none}.header-select-menu{position:absolute;top:calc(100% + .7rem);right:0;min-width:9rem;display:none;padding:.45rem;border:1px solid rgba(31,31,31,.08);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 40px rgba(17,17,17,.08)}.header-select[open] .header-select-menu{display:grid;grid-gap:.2rem;gap:.2rem}.header-select-option{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.72rem .85rem;border:0;border-radius:12px;background:transparent;font:inherit;font-size:var(--type-form-size);font-weight:var(--type-form-weight);color:var(--ink);cursor:pointer;text-align:left}.header-select-option.active,.header-select-option:hover{background:var(--accent-soft)}.site-header-main{background:rgba(255,255,255,.96)}.site-header-main-inner{min-height:98px}.header-brand{display:flex;align-items:center;justify-content:center;min-width:208px}.header-brand-logo{display:block;width:min(180px,100%);height:auto}.header-nav{display:flex;align-items:center;justify-content:center;flex:1 1;gap:clamp(1rem,1.6vw,2.4rem)}.header-nav-link{position:relative;padding:.35rem 0;font-size:var(--type-body-size);font-weight:var(--type-button-weight);color:var(--ink);transition:color .2s ease}.header-nav-link.active:after,.header-nav-link:hover:after{content:"";position:absolute;left:0;right:0;bottom:-.48rem;height:2px;background:var(--accent)}.header-action-button,.header-mobile-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:transparent;color:var(--ink);cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.header-action-button:hover,.header-mobile-toggle:hover{background:rgba(31,31,31,.06);color:var(--accent);transform:translateY(-1px)}.header-action-badge{position:absolute;top:2px;right:1px;min-width:20px;height:20px;padding:0 .28rem;background:var(--accent);font-size:.72rem;font-weight:700;line-height:20px;text-align:center}.header-mobile-panel,.header-mobile-toggle{display:none}.header-mobile-panel{border-top:1px solid rgba(31,31,31,.08)}.header-mobile-panel-inner{padding:1rem 0 1.3rem}.header-mobile-help,.header-mobile-nav,.header-mobile-row{display:grid;grid-gap:.85rem;gap:.85rem}.header-mobile-help{color:var(--muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.header-mobile-nav-link{padding:.25rem 0;font-size:var(--type-body-size);font-weight:var(--type-button-weight);color:var(--ink)}.header-mobile-row{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.2rem}.header-mobile-select-group{display:grid;grid-gap:.75rem;gap:.75rem}.header-mobile-label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(31,31,31,.45)}.header-mobile-chip-row{display:flex;gap:.65rem;flex-wrap:wrap}.header-mobile-chip{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:.72rem .95rem;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#ffffff;font:inherit;font-size:var(--type-form-size);font-weight:var(--type-form-weight);color:var(--ink)}.header-mobile-chip.active{border-color:rgba(218,63,63,.16);background:var(--accent-soft)}.site-header-socials.mobile{margin-top:1.25rem}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:var(--type-button-weight)}.hero{padding:3.5rem 0 2.5rem}.admin-grid,.category-layout,.footer-grid,.hero-grid,.product-layout{display:grid;grid-gap:1.5rem;gap:1.5rem}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:flex-end}.admin-card,.content-card,.hero-card,.policy-card,.product-card,.stat-card{background:var(--card);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}.admin-card h2,.content-card h2,.hero-copy h1,.page-hero h1,.section-intro h2{margin:0;letter-spacing:-.03em;font-weight:var(--type-body-weight)}.product-copy h3{margin:0;font-size:var(--type-product-title);line-height:1.46;font-weight:var(--type-button-weight);letter-spacing:normal}.hero-copy h1,.page-hero h1{font-size:var(--type-h1);line-height:46px;max-width:11ch}.admin-card h2,.content-card h2,.section-intro h2{line-height:40px}.admin-card p,.content-card p,.footer-copy,.hero-copy p,.page-hero p,.policy-card p,.product-copy p,.section-intro p,.table-cell,.translation-banner{font-size:var(--type-body-size);line-height:var(--type-body-line-height);color:var(--muted)}.hero-card{padding:1.5rem;min-height:500px;background:linear-gradient(180deg,rgba(218,63,63,.08),rgba(255,255,255,.05));display:flex;align-items:flex-end;position:relative;overflow:hidden}.hero-card .floating-panel{background:rgba(255,255,255,.95);border-radius:20px;padding:1.25rem;max-width:22rem;position:relative;z-index:1;border:1px solid rgba(31,31,31,.08)}.hero-product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;padding:.9rem 1.25rem;background:var(--accent);color:#fff;font-size:var(--type-button-size);font-weight:var(--type-button-weight);border:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.button-secondary{background:#fff;color:var(--ink);border:1px solid var(--border)}.button:hover{background:var(--accent-strong);transform:translateY(-1px)}.button-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.section{padding:1.2rem 0 3.2rem}.section-intro{max-width:42rem;margin-bottom:1.6rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.35rem;gap:1.35rem}.category-card,.product-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.category-card{display:grid;grid-gap:0;gap:0;border-radius:28px}.category-card-image,.category-lead-image{width:100%;height:280px;object-fit:cover}.category-card-copy{border-radius:0 0 28px 28px}.category-featured-note{font-style:italic}.product-image{height:320px;width:100%;object-fit:cover;background:#f2eee9}.admin-card,.content-card,.policy-card,.product-copy,.stat-card{padding:1.35rem}.badge-row,.product-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.6rem}.badge{display:inline-flex;padding:.28rem .6rem;border-radius:999px;background:var(--accent-soft);font-size:.76rem;color:var(--accent);font-weight:500}.badge-light{background:#f2efe8;color:var(--ink)}.inline-meta,.product-meta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:1rem 0;font-size:.92rem}.page-hero{padding:3.2rem 0 1.2rem}.category-layout{grid-template-columns:.9fr 1.1fr;margin-top:1.5rem}.content-card ul,.policy-card ul{padding-left:1.2rem}.product-layout{grid-template-columns:1.05fr .95fr;align-items:start;margin-top:1.6rem}.product-page-section{padding-top:1.4rem}.product-page-inner{display:flex;flex-direction:column;gap:0}.product-breadcrumb{margin:0 0 1.1rem;font-size:.92rem;color:#666}.product-breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .25rem;list-style:none;margin:0;padding:0}.product-breadcrumb-item{display:inline-flex;align-items:center;gap:.25rem;color:#666}.product-breadcrumb-item.is-current{color:#111;font-weight:500}.product-breadcrumb-link{color:inherit;text-decoration:none;transition:color .2s ease}.product-breadcrumb-link:hover{color:#111;text-decoration:underline}.product-breadcrumb-sep{color:#c8c8c8;font-weight:400;margin-left:.15rem}.product-summary-column{min-width:0;display:flex;flex-direction:column;gap:2rem}.product-layout-woocommerce{grid-template-columns:minmax(0,56%) minmax(360px,44%);gap:clamp(2rem,4vw,4rem);margin-top:0}.product-gallery{display:grid;grid-template-columns:102px minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-content:start}.product-gallery-main-column{min-width:0}.product-gallery-sidebar{display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;align-content:start;height:760px}.product-gallery-empty,.product-gallery-stage{position:relative;border-radius:10px;overflow:hidden;background:#fff;border:0;min-height:760px;box-shadow:none}.product-gallery-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--muted);text-align:center;border:1px solid #ededed}.product-gallery-main-image,.product-gallery-main-video{width:100%;height:760px;object-fit:cover;background:#fff}.product-gallery-embed{width:100%;height:760px;border:0;background:#fff}.product-gallery-stage-nav{display:none}.product-gallery-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:1px solid #e7e7e7;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .2s ease,opacity .2s ease;width:102px;height:128px;flex:0 0 auto}.product-gallery-thumb.is-active,.product-gallery-thumb:hover{border-color:#111}.product-gallery-thumb-image{width:100%;height:128px;object-fit:cover}.product-gallery-thumb-fallback,.product-gallery-thumb-video{position:relative;width:100%;height:100%}.product-gallery-thumb-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f2eee9,#ece6dd);color:var(--muted);font-size:.8rem}.product-gallery-play-badge{position:absolute;inset:auto auto .5rem .5rem;width:1.8rem;height:1.8rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.82);color:white;font-size:.72rem;line-height:1}.product-gallery-rail{display:grid;grid-gap:.75rem;gap:.75rem;align-content:start;overflow-y:auto;scrollbar-width:none;min-height:0;padding-right:.2rem}.product-gallery-rail::-webkit-scrollbar{display:none}.product-gallery-nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:102px;height:2.4rem;border:1px solid #e4e4e4;border-radius:999px;background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.product-gallery-nav:hover{border-color:rgba(31,31,31,.2);color:var(--accent)}.product-gallery-nav.is-disabled,.product-gallery-nav:disabled{opacity:.35;cursor:default;color:var(--muted)}.product-gallery-mobile-carousel{display:none}.product-gallery-mobile-slide{scroll-snap-align:start;border-radius:10px;overflow:hidden;border:1px solid #ededed;background:#fff;min-width:100%}.product-gallery-video-poster-shell,.product-gallery-video-shell{width:100%;height:100%;background:#fff}.product-gallery-video-poster-shell{position:relative}.product-gallery-video-poster-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f3ec,#efe8dd);color:var(--muted)}.product-gallery-center-play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:4.25rem;height:4.25rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.86);color:white;font-size:1.35rem;box-shadow:0 14px 32px rgba(17,17,17,.18);cursor:pointer;transition:transform .2s ease,background .2s ease}.product-gallery-center-play:hover{transform:translate(-50%,-50%) scale(1.04);background:rgba(0,0,0,.92)}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin:1rem 0 1.4rem}.spec-item{border:1px solid var(--border);border-radius:18px;padding:.9rem;background:rgba(255,255,255,.55)}.product-purchase-stack{display:grid;grid-gap:1.5rem;gap:1.5rem}.product-details-card,.product-purchase-card{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.product-purchase-title{margin:0;font-size:var(--type-h1);line-height:46px;font-weight:var(--type-body-weight);letter-spacing:0}.product-purchase-price-row{display:flex;align-items:baseline;gap:.85rem;margin-top:1.15rem;font-size:var(--type-body-size);line-height:var(--type-body-line-height);color:var(--muted)}.product-purchase-price-row strong{font-size:24px;line-height:1;font-weight:700;color:var(--ink)}.product-purchase-price-row span{text-decoration:line-through}.product-purchase-heading{display:grid;grid-gap:1rem;gap:1rem}.product-title-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-action-icon{width:2.55rem;height:2.55rem;border-radius:999px;border:1px solid #e6e6e6;background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease;flex:0 0 auto}.product-purchase-summary{margin:0}.product-purchase-summary,.product-review-badge{color:var(--muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.product-review-badge{display:inline-flex;align-items:center;gap:.65rem}.product-review-stars{display:inline-flex;align-items:center;gap:.08rem;font-size:.94rem}.product-review-star{color:#d4d4d4}.product-review-star.is-filled{color:#339999}.product-currency-switcher{position:relative;width:-moz-fit-content;width:fit-content}.product-currency-switcher summary{list-style:none;display:inline-flex;align-items:center;gap:.35rem;font-size:var(--type-body-size);cursor:pointer}.product-currency-switcher summary::-webkit-details-marker{display:none}.product-currency-menu{position:absolute;top:calc(100% + .7rem);left:0;z-index:5;min-width:6.5rem;display:grid;grid-gap:.2rem;gap:.2rem;padding:.35rem;border:1px solid #ececec;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(0,0,0,.08)}.product-currency-option{padding:.55rem .65rem;border:0;border-radius:8px;background:transparent;font:inherit;text-align:left;cursor:pointer}.product-currency-option.is-active,.product-currency-option:hover{background:#f5f5f5}.product-live-viewers{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted)}.product-live-viewers,.product-options-note{font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.product-options-note{color:var(--ink)}.product-purchase-controls{display:grid;grid-gap:1rem;gap:1rem}.quantity-panel{display:grid;grid-gap:.7rem;gap:.7rem}.quantity-label{font-size:var(--type-body-size);line-height:var(--type-body-line-height);font-weight:var(--type-body-weight);color:var(--ink)}.quantity-stepper{width:126px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;border:1px solid #dcdcdc;border-radius:6px;overflow:hidden;background:#fff}.quantity-stepper button,.quantity-stepper span{min-height:48px;display:inline-flex;align-items:center;justify-content:center}.quantity-stepper button{border:0;background:transparent;color:var(--ink);cursor:pointer;transition:background .2s ease,color .2s ease}.quantity-stepper button:hover{background:#f8f8f8}.quantity-stepper span{border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;font-weight:500}.entry-product-quantity-wrapper{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr);align-items:end;grid-gap:.8rem;gap:.8rem}.product-purchase-button-group{display:contents}.product-purchase-button{min-height:48px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;padding:0 1.25rem;border:1px solid #000;font-size:var(--type-button-size);font-weight:var(--type-button-weight);transition:background .2s ease,color .2s ease}.product-purchase-button-primary{background:transparent;color:#000}.product-purchase-button-buy-now,.product-purchase-button-buy-now:hover,.product-purchase-button-primary:hover{background:#000;color:#fff}.product-popup-links{display:flex;align-items:center;gap:1rem}.product-popup-link{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:0;background:transparent;font:inherit;font-size:var(--type-body-size);color:var(--ink);cursor:pointer}.product-purchase-delivery{display:grid;grid-template-columns:auto 1fr;grid-gap:.7rem;gap:.7rem;align-items:start;padding-top:.2rem;color:var(--muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.product-purchase-delivery strong{display:block;color:var(--ink);margin-bottom:.2rem}.product-trust-badge{display:grid;grid-gap:.7rem;gap:.7rem}.trust-badge-image img{width:100%;height:auto}.trust-badge-text{text-align:center;color:#666;font-size:.95rem}.product-accordion{border-top:1px solid #eee}.product-accordion:first-child{border-top:0}.product-accordion summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;font-weight:400;font-size:1.1rem}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary svg{transition:transform .2s ease}.product-accordion[open] summary svg{transform:rotate(180deg)}.product-accordion-body{padding:0 0 1.4rem;color:var(--muted);line-height:1.8}.product-accordion-body p{margin:0 0 .85rem}.product-accordion-body ul{margin:0;padding-left:1.15rem}.product-accordion-body li+li{margin-top:.45rem}.product-accordion-link{color:#111;font-weight:500;text-decoration:underline}.product-accordion-list{margin:0 0 .85rem;padding-left:1.15rem;list-style:disc}.product-accordion-list li{margin:0}.product-accordion-list li+li{margin-top:.45rem}.product-shipping-block+.product-shipping-block{margin-top:1rem}.product-shipping-heading{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--ink);line-height:1.35}.product-customer-reviews{padding-top:.25rem;border-top:1px solid #eee}.product-customer-reviews-title{margin:1.25rem 0 1rem;font-size:1.35rem;font-weight:500;color:var(--ink);letter-spacing:-.02em}.product-customer-reviews-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.product-customer-reviews-based{margin:0;font-size:.95rem;color:#666}.product-customer-reviews-write{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #111;border-radius:5px;background:#fff;color:#111;font:inherit;font-size:.9rem;font-weight:500;padding:.45rem 1rem;cursor:pointer;transition:background .2s ease,color .2s ease}.product-customer-reviews-write:hover{background:#111;color:#fff}.product-review-bars{display:grid;grid-gap:.45rem;gap:.45rem;margin-bottom:1.75rem;max-width:420px}.product-review-bar-row{display:grid;grid-template-columns:minmax(4.5rem,auto) 2.5rem 1fr 2.25rem;align-items:center;grid-gap:.5rem .65rem;gap:.5rem .65rem;font-size:.88rem;color:#555}.product-review-bar-level{font-size:.82rem;color:#777}.product-review-bar-label{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.product-review-bar-track{height:8px;border-radius:999px;background:#ededed;overflow:hidden}.product-review-bar-fill{height:100%;border-radius:inherit;background:#339999;min-width:0;transition:width .35s ease}.product-review-bar-count{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#888}.product-review-card-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:1.35rem;gap:1.35rem}.product-review-card{display:grid;grid-template-columns:auto 1fr;grid-gap:.85rem;gap:.85rem;align-items:start}.product-review-avatar{width:2.5rem;height:2.5rem;border-radius:999px;background:#e8e8e8;color:#444;font-size:.95rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.product-review-card-body{min-width:0}.product-review-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.35rem}.product-review-author{font-weight:600;color:var(--ink);font-size:.95rem}.product-review-mini-stars{display:inline-flex;gap:.05rem;color:#ddd;font-size:.85rem}.product-review-mini-stars .is-filled{color:#339999}.product-review-text{margin:0;font-size:.94rem;line-height:1.75;color:#555}.product-recommendation-section{padding-top:2.4rem}.product-recommendation-stack{display:grid;grid-gap:3.2rem;gap:3.2rem}.recommendation-group{display:grid;grid-gap:1.4rem;gap:1.4rem}.recommendation-group-header{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;grid-gap:1rem;gap:1rem}.recommendation-group-header h2{margin:0;text-align:center;font-size:clamp(2rem,2.6vw,2.5rem);font-weight:500;letter-spacing:-.04em}.recommendation-arrow{width:3rem;height:3rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.92);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease}.recommendation-arrow:hover{transform:translateY(-1px);border-color:rgba(31,31,31,.18);color:var(--accent)}.recommendation-arrow-left{justify-self:start}.recommendation-arrow-right{justify-self:end}.recommendation-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-gap:2rem;gap:2rem;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;padding-bottom:.2rem}.recommendation-rail::-webkit-scrollbar{display:none}.recommendation-card{scroll-snap-align:start;display:grid;grid-gap:1.3rem;gap:1.3rem;min-width:0}.recommendation-media-shell{position:relative;min-height:19rem;border-radius:0;background:transparent;overflow:visible;display:flex;align-items:center;justify-content:center;padding:0}.recommendation-image-link{display:inline-flex;width:100%;justify-content:center}.recommendation-image{width:min(100%,19rem);height:18.5rem;object-fit:contain}.recommendation-discount-badge{position:absolute;left:.2rem;top:.1rem;z-index:2;display:inline-flex;align-items:center;min-height:1.8rem;padding:.18rem .8rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.95rem;font-weight:600}.recommendation-copy{display:grid;grid-gap:.55rem;gap:.55rem}.recommendation-title-link h3{margin:0;font-size:1.05rem;line-height:1.3;font-weight:600}.recommendation-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem;color:var(--muted);font-size:.96rem}.recommendation-price-row span{text-decoration:line-through;color:#b4aca5}.recommendation-price-row strong{color:var(--ink);font-size:1.05rem;font-weight:500}.translation-banner{display:flex;gap:.8rem;border-radius:18px;border:1px solid rgba(218,63,63,.16);background:rgba(253,236,236,.75);padding:1rem 1.1rem;margin:1rem 0}.admin-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.faq-list,.policy-grid,.table{display:grid;grid-gap:1rem;gap:1rem}.faq-item{padding:1.2rem;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid var(--border)}.table{grid-template-columns:1.4fr .8fr .7fr .9fr}.table-header{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.table-row{display:contents}.table-cell{padding:.75rem 0;border-top:1px solid var(--border)}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.stat-card strong{display:block;font-size:2rem}.hero-copy,.page-hero .container>.inline-meta,.page-hero .container>.translation-banner,.page-hero .container>h1,.page-hero .container>p{max-width:46rem}.hero-copy .inline-meta,.page-hero .inline-meta{color:var(--muted)}.trust-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.35rem}.trust-row span{display:inline-flex;align-items:center;min-height:2.4rem;padding:.55rem .9rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.86);color:var(--muted);font-size:.88rem}.hero-panel-meta{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;color:var(--muted);font-size:.9rem}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(17,17,17,.1)}.category-card-copy h2,.product-copy h3{font-size:1.45rem}.category-card-copy .button,.product-copy .button{margin-top:.4rem}.inline-meta strong,.spec-item strong{font-weight:600}.purchase-note{margin:1rem 0 .3rem;padding:.2rem 0 .4rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.purchase-note p{margin:.8rem 0}.home-banner-grid,.home-hero-carousel,.home-promo-grid,.home-review-card-grid,.home-reviews-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.home-hero-carousel{position:relative;margin-top:-98px}.home-hero-carousel-track{position:relative;min-height:760px}.home-banner-card,.home-hero-slide,.home-product-card,.home-promo-card,.home-review-card,.home-review-summary{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.home-hero-slide{position:absolute;inset:0;min-height:760px;border-radius:0;border:0;opacity:0;pointer-events:none;box-shadow:none;transition:opacity .6s ease}.home-hero-slide.is-active{opacity:1;pointer-events:auto}.home-hero-slide-picture{position:absolute;inset:0;display:block}.home-banner-image,.home-hero-slide-image,.home-promo-card-image{width:100%;height:100%;object-fit:cover}.home-banner-overlay,.home-hero-slide-overlay,.home-promo-card-overlay{position:absolute;inset:0}.home-hero-slide-overlay{background:linear-gradient(90deg,rgba(24,22,18,.48),rgba(24,22,18,.1) 48%,rgba(24,22,18,.32)),linear-gradient(180deg,rgba(14,14,14,.1),rgba(14,14,14,.26))}.home-hero-slide-inner{display:flex;align-items:center;min-height:760px;padding-top:98px}.home-banner-copy,.home-hero-slide-copy,.home-hero-slide-inner,.home-promo-card-copy{position:relative;z-index:1}.home-hero-slide-copy{max-width:22rem;color:#fff}.home-banner-copy h2,.home-hero-slide-copy h3.home-hero-slide-title,.home-review-summary h2,.home-section-heading h2{margin:0;letter-spacing:-.04em}.home-hero-slide-copy h3.home-hero-slide-title{font-size:var(--type-hero-title);line-height:var(--type-hero-title-lh);max-width:8ch;font-weight:var(--type-body-weight)}.home-section-heading h2{font-size:var(--type-h2);line-height:40px;font-weight:var(--type-body-weight)}.home-banner-copy h2,.home-review-summary h2{line-height:1.12}.home-hero-slide-copy p:not(.eyebrow),.home-promo-card-copy p,.home-review-card p,.home-review-summary p{font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.home-hero-slide-eyebrow{color:rgba(255,255,255,.88)}.home-hero-slide-button{display:inline-flex;align-items:center;justify-content:center;min-width:6.25rem;min-height:2rem;margin-top:1rem;padding:.7rem 1.2rem;border:1px solid rgba(255,255,255,.72);border-radius:6px;color:#fff;background:rgba(255,255,255,.04);font-size:var(--type-button-size);font-weight:var(--type-button-weight);transition:background .2s ease,border-color .2s ease}.home-hero-slide-button:hover{background:rgba(255,255,255,.12);border-color:#fff}.home-hero-carousel-dots{position:absolute;right:1.7rem;top:50%;z-index:1;display:grid;grid-gap:.75rem;gap:.75rem;transform:translateY(-50%)}.home-hero-carousel-dot{width:9px;height:9px;padding:0;border:0;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:transparent;cursor:pointer}.home-hero-carousel-dot.is-active{background:#fff}.home-promo-section{padding-top:.25rem}.home-promo-section .container{width:min(2048px,100%)}.home-promo-showcase{width:100%}.home-promo-showcase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);grid-gap:0;gap:0;overflow:hidden;border-radius:0;background:#ffffff}.home-promo-center-card,.home-promo-side-card{position:relative;min-height:476px;overflow:hidden;background:#f6f1ea}.home-promo-side-card{display:flex;align-items:flex-end;justify-content:center;padding:0 0 20px}.home-promo-side-media{position:absolute;inset:0}.home-promo-side-image{width:100%;height:100%;object-fit:cover}.home-promo-center-image.contain,.home-promo-side-image.contain{object-fit:contain}.home-promo-side-lamps{background:#fafbf8}.home-promo-side-lamps .home-promo-side-image{object-fit:cover;object-position:46% 45%;transform:scale(1.06)}.home-promo-side-storage{min-height:238px;background:#f4eadf}.home-promo-side-accessories{min-height:238px;background:#f4eff8}.home-promo-right-stack{display:grid;grid-template-rows:repeat(2,minmax(0,1fr))}.home-promo-pill{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:30px;padding:.18rem .95rem;border-radius:6px;background:#fff;color:#222;font-size:.82rem;box-shadow:0 2px 6px rgba(0,0,0,.04)}.home-promo-side-lamps .home-promo-pill{background:#050505;color:#fff;min-width:124px}.home-promo-center-card{display:flex;flex-direction:column;align-items:stretch}.home-promo-center-stage{position:relative;display:grid;grid-template-columns:minmax(240px,.92fr) minmax(0,1.18fr);flex:1 1;min-height:0;width:100%}.home-promo-center-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.95rem;padding:66px 32px 88px 90px;color:#111}.home-promo-center-copy h2{margin:0;max-width:8.6rem;font-size:clamp(2.1rem,3.15vw,3.7rem);line-height:1.12;letter-spacing:-.04em;font-weight:400}.home-promo-center-copy p{margin:0;max-width:13rem;color:#676767;font-size:.82rem;line-height:1.28}.home-promo-center-link{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:1.1rem;padding-bottom:.12rem;border-bottom:1px solid #111;color:#111;font-size:.86rem;font-weight:600;line-height:1.1}.home-promo-center-media{position:relative;inset:auto;width:100%;min-height:320px;align-self:stretch}.home-promo-center-image{width:100%;height:100%;object-fit:contain;object-position:70% 55%;transform:scale(1.16)}.home-promo-center-dots{position:absolute;left:50%;bottom:22px;z-index:2;display:flex;align-items:center;gap:.85rem;transform:translateX(-50%)}.home-promo-center-dot{width:7px;height:7px;padding:0;border:1px solid rgba(0,0,0,.3);border-radius:999px;background:#050505;cursor:pointer}.home-promo-center-dot.is-active{border-color:#050505;background:transparent}.home-promo-side-storage .home-promo-side-image{object-fit:contain;object-position:center 22%;transform:scale(1.04)}.home-promo-side-accessories .home-promo-side-image{object-fit:contain;object-position:center 42%;transform:scale(1.08)}.home-promo-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.36fr) minmax(0,.82fr);grid-template-areas:"lamp vase storage" "lamp vase accessories"}.home-promo-card{min-height:260px;padding:1.35rem;display:flex;align-items:flex-end}.home-promo-card:first-child{grid-area:lamp}.home-promo-card:nth-child(2){grid-area:vase;min-height:540px}.home-promo-card:nth-child(3){grid-area:storage}.home-promo-card:nth-child(4){grid-area:accessories}.home-promo-card-overlay{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(20,20,20,.58))}.home-promo-card-copy{color:#fff}.home-promo-card-copy h2{font-size:clamp(1.5rem,1.9vw,2.2rem)}.home-promo-card-copy p{margin:.45rem 0 .8rem;max-width:24rem;color:rgba(255,255,255,.9)}.home-banner-copy span,.home-promo-card-copy span{display:inline-flex;align-items:center;padding-bottom:.15rem;border-bottom:2px solid;font-size:var(--type-body-size);font-weight:var(--type-button-weight)}.home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.home-section-heading h2{max-width:14ch}.home-section-heading-compact h2{max-width:18ch}.home-tab-row{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.home-tab{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1rem;border:1px solid rgba(31,31,31,.1);border-radius:999px;background:#fff;color:#333;font-size:var(--type-body-size);font-weight:var(--type-form-weight)}.home-tab.active{border-color:rgba(218,63,63,.16);background:var(--accent-soft);color:var(--accent)}.home-product-grid{display:grid;grid-gap:1.35rem;gap:1.35rem}.home-product-card{transition:transform .2s ease,box-shadow .2s ease}.home-product-card:hover,.home-review-card:hover{transform:translateY(-3px)}.home-product-image-link{background:#f3eee7}.home-product-image{width:100%;height:360px}.home-product-copy{padding:1rem 1rem 1.15rem}.home-product-copy h3{font-size:var(--type-product-title);line-height:1.46;font-weight:var(--type-button-weight);color:var(--ink)}.home-product-copy p{margin:.55rem 0 0;font-size:var(--type-body-size);line-height:1;color:var(--ink);font-weight:700}.home-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-banner-card{min-height:360px;padding:1.8rem;display:flex;align-items:flex-end}.home-banner-overlay{background:linear-gradient(180deg,rgba(22,22,22,.08),rgba(22,22,22,.56))}.home-banner-copy{color:#fff}.home-banner-copy h2{font-size:var(--type-h2);line-height:40px;font-weight:var(--type-body-weight)}.home-reviews-section{background:linear-gradient(180deg,rgba(246,242,237,.55),rgba(246,242,237,0))}.home-reviews-grid{grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);align-items:start}.home-review-card,.home-review-summary{padding:1.4rem}.home-review-summary{position:-webkit-sticky;position:sticky;top:132px}.home-review-summary h2{font-size:var(--type-h2);line-height:40px;font-weight:var(--type-body-weight)}.home-review-rating{display:flex;flex-direction:column;gap:.2rem;margin-top:1.5rem}.home-review-rating strong{font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.06em}.home-review-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-review-stars{margin-bottom:.85rem;color:#339999;letter-spacing:.15em}.home-review-card span,.home-review-card strong{display:block}.home-review-card strong{margin-top:1rem}.home-review-card span{margin-top:.25rem;color:var(--muted);font-size:.92rem}@media (max-width:960px){.admin-grid,.card-grid,.category-layout,.footer-grid,.hero-grid,.product-layout,.stat-grid{grid-template-columns:1fr}.site-header-topline{display:none}.site-header-main-inner{min-height:78px;gap:1rem}.header-brand{min-width:0;flex:1 1}.header-brand-logo{width:min(140px,100%)}.header-action-button:first-child,.header-action-button:nth-child(3),.header-nav{display:none}.header-actions{gap:.25rem}.header-mobile-toggle{display:inline-flex}.header-mobile-panel.open{display:block}.header-mobile-row{grid-template-columns:1fr}.site-header-socials.mobile{display:flex}.product-gallery-empty,.product-gallery-stage{min-height:420px}.product-gallery-embed,.product-gallery-main-image,.product-gallery-main-video{height:420px}.product-gallery{grid-template-columns:1fr}.product-gallery-nav,.product-gallery-rail,.product-gallery-sidebar,.product-gallery-stage,.product-gallery-stage-nav{display:none}.product-gallery-main-column{display:grid}.product-purchase-title{font-size:1.9rem}.entry-product-quantity-wrapper{grid-template-columns:1fr}.product-purchase-button-group{display:grid;grid-gap:.8rem;gap:.8rem}.product-gallery-mobile-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:100%;grid-gap:.9rem;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory}.product-gallery-embed,.product-gallery-main-video{height:420px}.product-gallery-center-play{width:3.8rem;height:3.8rem;font-size:1.15rem}.trust-row{gap:.65rem}.product-details-card,.product-purchase-card{padding:1.2rem}.product-recommendation-stack{gap:2.4rem}.recommendation-group-header{grid-template-columns:44px minmax(0,1fr) 44px}.recommendation-group-header h2{font-size:1.7rem}.recommendation-arrow{width:2.6rem;height:2.6rem}.recommendation-rail{grid-auto-columns:68%;gap:1rem}.recommendation-media-shell{min-height:14rem}.recommendation-image{width:min(100%,15rem);height:13.5rem}.table,.table-row{grid-template-columns:1fr}.table-row{display:grid;padding:.7rem 0;border-top:1px solid var(--border)}.table-cell{border-top:0;padding:.15rem 0}.home-promo-section .container{width:min(1180px,calc(100% - 2rem))}.home-banner-grid,.home-reviews-grid{grid-template-columns:1fr}.home-promo-grid,.home-promo-showcase-grid{grid-template-columns:1fr 1fr}.home-promo-showcase-grid{gap:10px}.home-promo-center-card{grid-column:1/-1;min-height:430px}.home-promo-side-lamps{grid-column:1/-1;min-height:370px}.home-promo-right-stack{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:10px}.home-promo-side-accessories,.home-promo-side-storage{min-height:250px}.home-promo-center-stage{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}.home-promo-center-copy{padding:52px 28px 84px 44px}.home-promo-center-copy h2{font-size:clamp(2.15rem,5vw,3.3rem)}.home-promo-center-image{object-position:66% 58%;transform:scale(1.08)}.home-promo-grid{grid-template-areas:"lamp lamp" "vase vase" "storage accessories"}.home-hero-carousel{margin-top:-78px}.home-hero-carousel-track,.home-hero-slide,.home-hero-slide-inner{min-height:640px}.home-hero-slide-inner{padding-top:78px}.home-hero-carousel-dots{right:1.2rem}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-heading{align-items:flex-start;flex-direction:column}.home-review-summary{position:static}}@media (max-width:640px){.home-promo-showcase-grid{grid-template-columns:1fr;gap:12px;background:transparent}.home-promo-center-card,.home-promo-right-stack,.home-promo-side-accessories,.home-promo-side-lamps,.home-promo-side-storage{grid-column:auto}.home-promo-center-card{min-height:560px}.home-promo-center-stage{grid-template-columns:1fr}.home-promo-center-copy{justify-content:flex-start;gap:.8rem;padding:34px 22px 0}.home-promo-center-copy h2{max-width:9rem;font-size:clamp(2.1rem,10.5vw,3rem)}.home-promo-center-copy p{max-width:14rem}.home-promo-center-media{position:relative;inset:auto;min-height:320px}.home-promo-center-image{object-position:center bottom;transform:scale(1)}.home-promo-right-stack{grid-template-columns:1fr}.home-promo-side-lamps{min-height:320px}.home-promo-side-accessories,.home-promo-side-storage{min-height:220px}.home-banner-card,.home-hero-carousel-track,.home-hero-slide,.home-hero-slide-inner,.home-promo-card:nth-child(2){min-height:520px}.home-promo-card{min-height:240px}.home-product-grid,.home-promo-grid,.home-review-card-grid{grid-template-columns:1fr}.home-promo-grid{grid-template-areas:"lamp" "vase" "storage" "accessories"}.home-banner-card,.home-promo-card{padding:1.15rem}.home-hero-slide-copy{max-width:16rem}.home-hero-slide-copy h3.home-hero-slide-title{font-size:clamp(2.5rem,12vw,3.6rem)}.home-banner-copy h2,.home-review-summary h2,.home-section-heading h2{max-width:none;font-size:clamp(1.8rem,9vw,2.6rem)}.home-product-image{height:320px}}:root{--sand:#f5f1ed;--cream:#ffffff;--surface:#ffffff;--ink:#111111;--muted:#696969;--accent:#da3f3f;--accent-strong:#da3f3f;--accent-soft:#fdeceb;--border:rgba(0,0,0,0.08);--shadow:none}body{background:#ffffff;color:#111111}.section{padding:0 0 80px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:#ffffff;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header-topline{background:#da3f3f;color:#ffffff;border-bottom:0}.site-header-topline-inner{min-height:40px}.site-header-socials{gap:1rem}.site-header-topline-link{font-size:.86rem;font-weight:500;color:#ffffff;opacity:.92}.site-header-topline-link:hover{opacity:1}.site-header-help{margin:0;font-size:.92rem;color:#ffffff}.site-header-help-link{border-bottom:0;font-weight:600}.site-header-help-divider{background:rgba(255,255,255,.3)}.site-header-main{background:#ffffff}.site-header-main-inner{min-height:88px}.header-brand{min-width:180px}.header-brand-logo{width:170px}.header-nav{gap:2rem}.header-nav-link{padding:0;font-size:1rem;font-weight:500}.header-nav-link.active:after,.header-nav-link:hover:after{bottom:-33px;height:1px}.header-actions{gap:.45rem}.header-action-button,.header-mobile-toggle{width:40px;height:40px;border-radius:999px}.header-action-button:hover,.header-mobile-toggle:hover{background:#f5f1ed;transform:none}.header-action-button.is-active{background:#f5f1ed}.header-action-badge{top:0;right:0;min-width:18px;min-height:18px;border-radius:999px;background:#da3f3f;color:#ffffff;font-size:.7rem}.header-mobile-toggle{display:none}.header-mobile-panel{display:none;border-top:1px solid rgba(0,0,0,.06);background:#ffffff}.header-search-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.6);cursor:pointer;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s cubic-bezier(.645,.045,.355,1),visibility .15s cubic-bezier(.645,.045,.355,1)}.header-search-overlay.open{visibility:visible;opacity:1;pointer-events:auto}.header-search-overlay-inner{position:relative;width:100%;max-height:100vh;overflow-y:auto;background:#ffffff;cursor:default;padding:2rem 0;box-shadow:0 18px 40px rgba(15,23,42,.12);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.header-search-overlay.open .header-search-overlay-inner{transform:translateY(0);opacity:1;visibility:visible}.header-search-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.header-search-dialog-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--ink)}.header-search-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink);cursor:pointer}.header-search-close:hover{opacity:.7}.header-search-body-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.header-search-brand-col{display:flex;justify-content:center}.header-search-brand-link{display:inline-block;line-height:0}.header-search-brand-logo{width:auto;max-width:min(180px,100%);height:auto}.header-search-form-col{min-width:0}.header-search-icons-col{display:none;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem}.header-search-popup-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--ink)}.header-search-popup-icon:hover{opacity:.75}.header-search-popup-badge{top:2px;right:2px}@media (min-width:768px){.header-search-body-grid{grid-template-columns:minmax(100px,200px) minmax(0,1fr) minmax(100px,180px);align-items:center;gap:1.25rem 2rem}.header-search-brand-col{justify-content:flex-start}.header-search-icons-col{display:flex;justify-content:flex-end}}.header-search-shell{display:grid;grid-gap:.7rem;gap:.7rem;max-width:820px;margin:0 auto;padding:0 0 .25rem}.header-search-form{display:flex;align-items:center;gap:0}.header-search-input{width:100%;padding:.85rem 1rem;font:inherit;font-size:.96rem}.header-search-input,.header-search-submit{min-height:48px;border:1px solid rgba(31,31,31,.14);border-radius:0;background:#ffffff;color:var(--ink)}.header-search-submit{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:0;margin-left:-1px;cursor:pointer}.header-search-popular{margin:0;text-align:center;font-size:.94rem;color:var(--muted)}.header-search-popular-link{border:0;background:transparent;padding:0;font:inherit;color:var(--ink);text-decoration:underline;cursor:pointer}.header-mobile-panel.open{display:block}.header-mobile-panel-inner{padding:1rem 0 1.25rem}.header-mobile-nav{display:grid;grid-gap:.85rem;gap:.85rem}.header-mobile-nav-link{font-size:.98rem;font-weight:500}.home-hero-carousel{margin-top:0}.home-hero-carousel-track,.home-hero-slide{min-height:600px}.home-hero-slide-overlay{background:linear-gradient(90deg,rgba(0,0,0,.32),rgba(0,0,0,.08) 44%,rgba(0,0,0,.12))}.home-hero-slide-inner{min-height:600px;padding-top:0}.home-hero-slide-copy{max-width:37.5rem;padding-left:0}.home-hero-slide-eyebrow{margin-bottom:.3rem;color:#ffffff;font-size:1.25rem;line-height:1.5}.home-hero-slide-copy h3.home-hero-slide-title{max-width:10ch;font-size:4rem;line-height:1.15;font-weight:400}.home-hero-slide-copy p:not(.eyebrow){display:none}.home-hero-slide-button{min-width:140px;min-height:46px;margin-top:2.75rem;border-radius:0;background:transparent;font-size:.95rem;font-weight:500}.home-hero-carousel-dots{right:33px;gap:.35rem}.home-hero-carousel-dot{width:8px;height:8px}.home-promo-section{padding:0 0 145px}.home-promo-showcase-grid{grid-template-columns:1fr 2fr 1fr}.home-promo-center-card,.home-promo-side-card{border:0;border-radius:0;box-shadow:none}.home-promo-center-card,.home-promo-side-card{min-height:500px}.home-promo-right-stack{grid-template-rows:250px 250px}.home-promo-side-accessories,.home-promo-side-storage{min-height:250px}.home-promo-pill{min-width:126px;min-height:34px;padding:.2rem 1rem;border-radius:0;font-size:.88rem;font-weight:500;box-shadow:none}.home-promo-side-lamps .home-promo-pill{background:#000000;color:#ffffff}.home-promo-center-stage{grid-template-columns:.95fr 1.05fr;align-items:stretch;background:#f6f1ea}.home-promo-center-copy{gap:0;padding:0 30px 0 84px}.home-promo-center-copy h2{max-width:7ch;font-size:3rem;line-height:1.28}.home-promo-center-copy p{max-width:16rem;margin-top:1.25rem;font-size:1.25rem;font-weight:500;line-height:1.2}.home-promo-center-link{margin-top:3rem;padding-bottom:.1rem;border-bottom-width:1px;font-size:.94rem;font-weight:500}.home-promo-center-dots{bottom:26px;gap:.45rem}.home-promo-center-dot{width:8px;height:8px;background:transparent}.home-promo-center-dot.is-active{background:#000000}.home-highlights-section{padding-bottom:80px}.home-section-heading{align-items:center;margin-bottom:2rem}.home-section-heading h2{max-width:none;font-size:2.8rem;line-height:1.2;font-weight:400}.home-tab-row{gap:1.6rem}.home-tab{padding:0;border:0;border-radius:0;background:transparent;font-size:.95rem;font-weight:500;color:#777777;cursor:pointer;font-family:inherit}.home-tab.active{background:transparent;color:#111111}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.home-product-card{border:0;border-radius:0;box-shadow:none;background:transparent}.home-product-card:hover{transform:none}.home-product-media{position:relative;overflow:hidden}.home-product-media:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(17,17,17,.22);opacity:0;pointer-events:none;transition:opacity .25s ease}.home-product-card:hover .home-product-media:after{opacity:1}.home-product-sale-badge{position:absolute;top:12px;left:12px;z-index:2;padding:.2rem .55rem;background:#da3f3f;color:#ffffff;font-size:.78rem;font-weight:600;line-height:1.2}.home-product-image-link{position:relative;z-index:0;display:block;background:#f6f2ee}.home-product-image{height:auto;aspect-ratio:3/4;object-fit:cover}.home-product-card-tools{position:absolute;top:12px;right:12px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;opacity:0;pointer-events:none;transition:opacity .2s ease}.home-product-card:hover .home-product-card-cta,.home-product-card:hover .home-product-card-tools{opacity:1;pointer-events:auto}.home-product-card-cta{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:3;width:max-content;max-width:calc(100% - 24px);opacity:0;pointer-events:none;transition:opacity .25s ease}.home-product-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.35rem;border-radius:6px;background:#ffffff;color:#111111;font-size:.8125rem;font-weight:600;text-decoration:none;box-shadow:0 4px 18px rgba(17,17,17,.14);white-space:nowrap;transition:background .2s ease,color .2s ease}.home-product-cta:hover{background:#111111;color:#ffffff}.home-product-tool{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffff;color:#111111;box-shadow:0 4px 14px rgba(17,17,17,.12);text-decoration:none;transition:background .2s ease,color .2s ease}.home-product-tool:hover{background:#111111;color:#ffffff}.home-product-copy{padding:1rem 0 0}.home-product-rating-row{margin-bottom:.35rem}.home-product-stars{font-size:.72rem;letter-spacing:.06em;color:#111111;line-height:1}.home-product-copy h3{margin:0;font-size:1rem;font-weight:500}.home-product-copy h3 a{color:inherit;text-decoration:none}.home-product-copy h3 a:hover{color:#da3f3f}.home-product-price-row{margin-top:.35rem;margin-bottom:0;font-size:1rem;font-weight:500}.home-product-price-sale{color:#da3f3f}.home-product-price-compare{margin-left:.35rem;color:#999999;text-decoration:line-through;font-weight:400}.home-product-reviews-meta{margin-top:.25rem;margin-bottom:0;font-size:.88rem;font-weight:400;color:#777777}.home-banner-grid{gap:30px}.home-banner-card{min-height:240px;padding:32px;border:0;border-radius:0;box-shadow:none}.home-banner-copy{position:relative;z-index:1;color:#ffffff}.home-banner-copy p{margin:0 0 .45rem;font-size:1rem}.home-banner-copy h2{margin-bottom:1rem;font-size:2.2rem;line-height:1.2;font-weight:400}.home-banner-copy span{border-bottom-width:1px;font-size:.95rem;font-weight:500}.home-culture-section{padding-bottom:80px}.home-culture-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.home-culture-card{position:relative;display:flex;min-height:220px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:28px;background:linear-gradient(180deg,#f7f2eb,#efe8df)}.home-culture-kicker{display:inline-flex;width:-moz-fit-content;width:fit-content;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8a6d52}.home-culture-card h3{position:relative;z-index:1;margin:1.5rem 0 0;max-width:13ch;font-size:1.8rem;line-height:1.18;font-weight:400}.home-culture-art{position:absolute;right:-30px;bottom:-40px;width:180px;height:180px;border-radius:999px;opacity:.42}.home-culture-art-1{background:radial-gradient(circle at 35% 35%,#c1a07a 0,#ede2d6 70%)}.home-culture-art-2{background:radial-gradient(circle at 35% 35%,#6a7f63 0,#dce6d6 70%)}.home-culture-art-3{background:radial-gradient(circle at 35% 35%,#c48e69 0,#f3ddd2 70%)}.home-culture-art-4{background:radial-gradient(circle at 35% 35%,#8a7d69 0,#ece8e0 70%)}.home-trust-section{padding-bottom:80px}.home-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.home-trust-card{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;grid-gap:18px;gap:18px;padding:0}.home-trust-icon{width:30px;height:30px;margin-top:4px}.home-trust-copy{display:grid;grid-gap:.35rem;gap:.35rem}.home-trust-card h3{margin:0 0 .45rem;font-size:1.15rem;font-weight:500}.home-trust-card p{margin:0;color:#696969;line-height:1.65}.site-footer{margin-top:3rem;border-top:1px solid rgba(0,0,0,.06)}.site-footer-trust-strip{background:#ffffff;border-bottom:1px solid rgba(0,0,0,.06)}.site-footer-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem 2rem;gap:1.5rem 2rem;padding:1.75rem 0 1.85rem;align-items:start}.site-footer-trust-item{display:flex;gap:.85rem;align-items:flex-start;text-decoration:none;color:inherit;min-width:0}.site-footer-trust-item:hover .site-footer-trust-title{color:var(--accent)}.site-footer-trust-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain}.site-footer-trust-copy{min-width:0}.site-footer-trust-title{margin:0;font-size:var(--type-body-size);font-weight:var(--type-button-weight);color:var(--ink);line-height:var(--type-body-line-height);transition:color .2s ease}.site-footer-trust-desc{display:block;margin-top:.3rem;font-size:var(--type-form-size);line-height:var(--type-body-line-height);color:var(--muted)}.site-footer-main-strip{background:#f9f9f9}.site-footer-main-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;padding:2.75rem 0 2.5rem}.site-footer-column{padding:.35rem 1.75rem 1.5rem;min-height:100%;border-left:1px solid rgba(0,0,0,.08);margin:.5rem 0}.site-footer-column[data-footer-col="0"]{border-left:0;padding-left:0}.site-footer-column-title{margin:0 0 1rem;font-size:var(--type-body-size);font-weight:var(--type-button-weight);color:var(--ink)}.site-footer-links{display:grid;grid-gap:.7rem;gap:.7rem}.site-footer-link{color:var(--muted);line-height:var(--type-body-line-height);font-size:var(--type-body-size);text-decoration:none;transition:color .18s ease}.site-footer-link:hover{color:var(--ink)}.site-footer-subscribe-copy{margin:0 0 1rem;color:var(--muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.site-footer-subscribe-form{margin-top:.25rem}.site-footer-subscribe-field{display:flex;align-items:center;gap:.65rem;min-height:48px;padding:0 .65rem 0 .85rem;border-radius:6px;border:1px solid rgba(0,0,0,.12);background:#ffffff;max-width:100%}.site-footer-subscribe-mail-icon{flex-shrink:0;color:#888888}.site-footer-subscribe-field input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:var(--type-form-size);font-weight:var(--type-form-weight);color:var(--ink)}.site-footer-subscribe-field input::placeholder{color:#9a9a9a}.site-footer-subscribe-submit{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:4px;background:transparent;color:#111111;cursor:pointer;transition:color .18s ease,background .18s ease}.site-footer-subscribe-submit:hover{background:rgba(0,0,0,.06)}.site-footer-bottom-strip{padding-bottom:1.5rem}.site-footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1.35rem 0 0;border-top:1px solid rgba(0,0,0,.08)}.site-footer-payments{display:block;min-width:0}.site-footer-payment-strip{display:block;width:100%;max-width:730px;height:auto}.site-footer-legal{display:grid;justify-items:center;grid-gap:6px;gap:6px}.site-footer-legal p{margin:0;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#525252}.site-footer-dmca img{display:block}.site-footer-socials{display:flex;align-items:center;justify-content:flex-end;gap:10px}.site-footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;color:#111111;transition:background .18s ease,color .18s ease}.site-footer-social-link:hover{background:rgba(0,0,0,.08);color:var(--accent)}.site-footer-mobile-accordions{display:none}@media (max-width:1199px){.header-nav{gap:1.15rem}.home-hero-carousel-track,.home-hero-slide,.home-hero-slide-inner{min-height:450px}.home-hero-slide-copy h3.home-hero-slide-title{font-size:3rem}.home-promo-section{padding-bottom:80px}.home-promo-center-card,.home-promo-side-card{min-height:400px}.home-promo-right-stack{grid-template-rows:200px 200px}.home-promo-center-copy{padding-left:30px}.home-promo-center-copy h2{font-size:2.25rem}.home-culture-grid,.home-product-grid,.home-trust-grid,.site-footer-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-column[data-footer-col="0"],.site-footer-column[data-footer-col="2"]{border-left:0}.site-footer-column[data-footer-col="1"]{border-left:1px solid rgba(0,0,0,.08)}.site-footer-column-subscribe{grid-column:1/-1;border-left:0;border-top:1px solid rgba(0,0,0,.08);margin-top:.5rem;padding-top:1.75rem;padding-left:0}}@media (max-width:767px){.section{padding-bottom:40px}.site-header-topline{display:none}.site-header-main-inner{min-height:72px}.header-action-button,.header-nav{display:none}.header-mobile-toggle{display:inline-flex}.header-brand-logo{width:150px}.home-hero-carousel-track,.home-hero-slide,.home-hero-slide-inner{min-height:300px}.home-hero-slide-copy{max-width:none;padding:24px 0 10px;text-align:center}.home-hero-slide-eyebrow{margin-bottom:.1rem;font-size:.94rem}.home-hero-slide-copy h3.home-hero-slide-title{margin:0 auto;font-size:2rem;line-height:1.44}.home-hero-slide-button{min-width:100%;margin-top:1.25rem}.home-hero-carousel-dots{top:auto;right:50%;bottom:28px;display:flex;transform:translateX(50%)}.home-banner-grid,.home-product-grid,.home-promo-showcase-grid,.home-trust-grid{grid-template-columns:1fr}.home-product-card-tools{opacity:1;pointer-events:auto}.site-footer-desktop-grid{display:none}.site-footer-mobile-accordions{display:block;padding:1.25rem 0 1.75rem}.site-footer-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem .35rem;padding:1.15rem 0 1.25rem;align-items:start}.site-footer-trust-item{flex-direction:column;align-items:center;text-align:center;gap:.35rem}.site-footer-trust-icon{width:32px;height:32px}.site-footer-trust-title{font-size:.7rem;line-height:1.25}.site-footer-trust-desc{font-size:.62rem;margin-top:.1rem;line-height:1.35}.site-footer-accordion{border-bottom:1px solid rgba(0,0,0,.08)}.site-footer-accordion:first-of-type{border-top:1px solid rgba(0,0,0,.08)}.site-footer-accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 0;list-style:none;cursor:pointer;font-size:var(--type-body-size);font-weight:var(--type-button-weight);color:var(--ink)}.site-footer-accordion-summary::-webkit-details-marker{display:none}.site-footer-accordion-summary::marker{content:""}.site-footer-accordion-title{flex:1 1;text-align:left}.site-footer-accordion-chevron{flex-shrink:0;color:var(--ink);transition:transform .2s ease}details.site-footer-accordion[open] .site-footer-accordion-chevron{transform:rotate(180deg)}.site-footer-accordion-body{padding:0 0 1rem}.site-footer-accordion-body .site-footer-subscribe-copy{margin-top:0}.site-footer-bottom-strip.site-footer-main-strip{background:#ffffff}.home-promo-section{padding-bottom:40px}.home-promo-side-card{min-height:300px}.home-promo-center-card{min-height:240px}.home-promo-right-stack{grid-template-rows:unset}.home-promo-side-accessories,.home-promo-side-storage{min-height:240px}.home-promo-center-stage{grid-template-columns:1fr 1.1fr;align-items:stretch}.home-promo-center-media{inset:auto}.home-promo-center-copy{padding:0 15px}.home-promo-center-copy h2{font-size:1.88rem}.home-promo-center-copy p{margin-top:.45rem;font-size:.95rem}.home-promo-center-link{margin-top:1rem}.home-section-heading{align-items:flex-start;flex-direction:column;gap:.85rem}.home-banner-copy h2,.home-section-heading h2{font-size:2rem}.home-tab-row{gap:1rem}.home-banner-card{min-height:150px;padding:20px 15px}.home-culture-card{min-height:180px;padding:20px}.site-footer-bottom{grid-template-columns:1fr;justify-items:center;gap:1.25rem}.site-footer-payment-strip{margin-left:auto;margin-right:auto}.site-footer-socials{justify-content:center}}.shop-archive-hero{padding:2rem 0 1.5rem;border-bottom:1px solid rgba(31,31,31,.08);background:rgba(255,255,255,.55)}.shop-archive-breadcrumb{margin-bottom:1rem}.shop-archive-title{margin:0;font-size:var(--type-hero-title);line-height:var(--type-hero-title-lh);font-weight:400;color:var(--ink)}.shop-archive-main.section{padding-top:2rem;padding-bottom:3rem}.shop-archive-layout{display:grid;grid-template-columns:minmax(200px,260px) 1fr;grid-gap:40px;gap:40px;align-items:start}.shop-filters-card{padding:1.25rem 0;border:1px solid var(--border);border-radius:0;background:var(--surface)}.shop-filters-heading{margin:0 0 1rem;padding:0 1.25rem;font-size:var(--type-h6);font-weight:500;color:var(--ink)}.shop-filter-group{padding:0 1.25rem 1.25rem;border-bottom:1px solid rgba(31,31,31,.08)}.shop-filter-group:last-of-type{border-bottom:0;padding-bottom:0}.shop-filter-label{margin:0 0 .65rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.shop-filter-list{list-style:none;margin:0;padding:0}.shop-filter-list li+li{margin-top:.35rem}.shop-filter-link{display:block;width:100%;text-align:left;padding:.25rem 0;border:0;background:transparent;font:inherit;font-size:.94rem;color:var(--muted);cursor:pointer;transition:color .2s ease}.shop-filter-link.is-active,.shop-filter-link:hover{color:var(--ink)}.shop-filter-count{color:#999999;font-weight:400}.shop-filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.94rem;color:var(--muted);cursor:pointer}.shop-toolbar{gap:1rem;margin-bottom:1.75rem}.shop-toolbar,.shop-toolbar-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}.shop-toolbar-meta{gap:.75rem}.shop-toolbar-count{margin:0;font-size:.94rem;color:var(--muted)}.shop-sort-select{min-width:220px;padding:.55rem 2rem .55rem .85rem;border:1px solid rgba(31,31,31,.15);border-radius:0;background:var(--surface);font-family:inherit;font-size:var(--type-form-size);color:var(--ink);cursor:pointer}.shop-load-more-wrap{display:flex;justify-content:center;margin-top:2.5rem}.shop-load-more{padding:.75rem 2.5rem;border:1px solid var(--ink);border-radius:0;background:transparent;font-family:inherit;font-size:var(--type-button-size);font-weight:500;color:var(--ink);cursor:pointer;transition:background .2s ease,color .2s ease}.shop-load-more:hover{background:var(--ink);color:#ffffff}.shop-empty-state{padding:3rem 1.5rem;border:1px solid rgba(31,31,31,.08);background:rgba(255,255,255,.7);text-align:center}.shop-empty-title{margin:0 0 .65rem;font-size:1.1rem;font-weight:500;color:var(--ink)}.shop-empty-copy{margin:0;color:var(--muted)}.shop-filters-mobile-toggle{display:none}.shop-archive-fallback .shop-skeleton-line,.shop-skeleton-grid,.shop-skeleton-sidebar{animation:shop-skeleton-pulse 1.2s ease-in-out infinite;background:rgba(31,31,31,.08);border-radius:4px}@keyframes shop-skeleton-pulse{50%{opacity:.55}}.shop-skeleton-line.sm{height:14px;width:180px;margin-bottom:1rem}.shop-skeleton-line.lg{height:40px;width:min(420px,100%)}.shop-skeleton-sidebar{min-height:280px}.shop-skeleton-grid{min-height:520px}@media (max-width:991px){.shop-toolbar-meta{width:100%;justify-content:space-between}.shop-archive-layout{grid-template-columns:1fr}.shop-filters-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid rgba(31,31,31,.15);border-radius:0;background:var(--surface);font:inherit;font-size:.95rem;font-weight:500;color:var(--ink);cursor:pointer}.shop-filters-chevron{transition:transform .2s ease}.shop-filters-chevron.is-open{transform:rotate(180deg)}.shop-archive-sidebar{display:none}.shop-archive-sidebar.is-open{display:block;margin-bottom:1.5rem}.home-product-grid.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:600px){.header-search-shell{padding-top:1rem;padding-bottom:1.2rem}.header-search-popular{font-size:.88rem;line-height:1.5}.shop-archive-title{font-size:clamp(1.75rem,8vw,var(--type-hero-title));line-height:1.15}}.button-outline{background:transparent;color:var(--ink);border:1px solid rgba(31,31,31,.22)}.button-outline:hover{background:rgba(31,31,31,.05);transform:none}.cart-page .button-secondary:hover{background:rgba(31,31,31,.04);transform:none;border-color:rgba(31,31,31,.2)}.cart-page{background:linear-gradient(180deg,#fcfaf7,#f8f3ec)}.cart-page-hero{padding:2rem 0 1.5rem;border-bottom:1px solid rgba(31,31,31,.08);background:rgba(255,255,255,.55)}.cart-page-breadcrumb{margin-bottom:1rem}.cart-page-title{margin:0;font-size:var(--type-hero-title);line-height:var(--type-hero-title-lh);font-weight:400;color:var(--ink)}.cart-page-main{padding-bottom:2.5rem}.cart-empty{max-width:36rem;margin:0 auto;padding:3rem 0 2rem;text-align:center}.cart-empty-badge{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.cart-empty-heading{margin:0 0 1rem;font-size:var(--type-h3);font-weight:500;color:var(--ink)}.cart-empty-body{margin:0 0 1.75rem;line-height:1.65;color:var(--muted)}.cart-return-shop{min-width:12rem}.cart-filled-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);grid-gap:clamp(1.5rem,3vw,2.75rem);gap:clamp(1.5rem,3vw,2.75rem);align-items:start;padding:2rem 0 1rem}.cart-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:var(--surface)}.shop_table.cart{width:100%;border-collapse:collapse;font-size:.94rem}.shop_table.cart thead th{padding:1rem .75rem;text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid rgba(31,31,31,.08);vertical-align:middle}.shop_table.cart tbody td{padding:1.1rem .75rem;vertical-align:middle;border-bottom:1px solid rgba(31,31,31,.06);color:var(--ink)}.shop_table.cart tbody tr:last-child td{border-bottom:0}.shop_table.cart .product-remove{width:2.5rem;text-align:center}.cart-remove-line{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:4px;transition:color .2s ease,background .2s ease}.cart-remove-line:hover{color:var(--accent);background:var(--accent-soft)}.shop_table.cart .product-thumbnail{width:96px}.cart-thumb-link{display:block;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f4f1ec}.cart-thumb-img{width:80px;height:80px;object-fit:cover}.cart-thumb-placeholder{display:block;width:80px;height:80px;border-radius:8px;background:#ebe6df}.shop_table.cart .product-name a{color:var(--ink);font-weight:500;text-decoration:none;transition:color .2s ease}.shop_table.cart .product-name a:hover{color:var(--accent)}.cart-qty-wrap{display:inline-flex;align-items:center}.cart-qty-input{width:4rem;padding:.45rem .5rem;border:1px solid rgba(31,31,31,.15);border-radius:4px;font:inherit;text-align:center;background:#fff}.cart-actions-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.cart-continue-btn,.cart-update-btn{padding:.65rem 1.1rem;font-size:.9rem}.cart-collaterals{position:-webkit-sticky;position:sticky;top:calc(42px + 78px + 1rem)}.cart-totals-card{padding:1.5rem 1.35rem;border:1px solid var(--border);background:var(--surface)}.cart-totals-heading{margin:0 0 1.25rem;font-size:var(--type-h6);font-weight:600;color:var(--ink)}.cart-totals-rows{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(31,31,31,.08)}.cart-totals-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--muted)}.cart-totals-total{font-size:1.05rem;font-weight:600;color:var(--ink)}.cart-checkout-btn{width:100%;margin-bottom:1.25rem;text-align:center}.cart-panel-triggers{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem;border-top:1px solid rgba(31,31,31,.06)}.cart-panel-trigger{display:block;width:100%;text-align:left;padding:.35rem 0;border:0;background:none;font:inherit;font-size:.88rem;color:var(--muted);text-decoration:underline;text-underline-offset:.2em;cursor:pointer;transition:color .2s ease}.cart-panel-trigger:hover{color:var(--ink)}.cart-page-trust{border-top:1px solid rgba(31,31,31,.08);background:rgba(255,255,255,.55);padding:2rem 0 3rem}.cart-page-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem 2rem;gap:1.5rem 2rem;align-items:start}.cart-trust-item{display:flex;gap:.85rem;align-items:flex-start;min-width:0}.cart-trust-icon-wrap{flex-shrink:0}.cart-trust-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:var(--ink)}.cart-trust-desc{font-size:.82rem;line-height:1.45;color:var(--muted)}.cart-side-panel-root{position:fixed;inset:0;z-index:50}.cart-side-panel-backdrop{position:absolute;inset:0;background:rgba(17,17,17,.45);border:0;padding:0;cursor:pointer}.cart-side-panel{position:absolute;top:0;right:0;bottom:0;width:min(440px,100vw);max-width:100%;background:var(--surface);box-shadow:-12px 0 48px rgba(17,17,17,.12);display:flex;flex-direction:column;animation:cart-panel-in .22s ease-out}@keyframes cart-panel-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-side-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid rgba(31,31,31,.08);flex-shrink:0}.cart-side-panel-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--ink);line-height:1.35;padding-right:.5rem}.cart-side-panel-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:rgba(31,31,31,.06);color:var(--ink);cursor:pointer;transition:background .2s ease,color .2s ease}.cart-side-panel-close:hover{background:rgba(31,31,31,.1)}.cart-side-panel-body{flex:1 1;overflow:auto;padding:1.35rem 1.25rem 2rem;-webkit-overflow-scrolling:touch}.cart-panel-form{display:flex;flex-direction:column;gap:.85rem}.cart-panel-label{font-size:.82rem;font-weight:600;color:var(--ink)}.cart-panel-hint{margin:0;font-size:.88rem;line-height:1.5;color:var(--muted)}.cart-panel-input,.cart-panel-select,.cart-panel-textarea{width:100%;padding:.65rem .75rem;border:1px solid rgba(31,31,31,.15);border-radius:4px;font:inherit;background:#fff;color:var(--ink)}.cart-panel-textarea{resize:vertical;min-height:120px}.cart-panel-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.5rem}.cart-panel-actions .button{padding:.65rem 1.15rem;font-size:.9rem}.cart-coupon-option{display:flex;gap:.65rem;align-items:flex-start;padding:.85rem 1rem;border:1px solid rgba(31,31,31,.1);border-radius:4px;cursor:pointer;font-size:.9rem;line-height:1.45}.cart-coupon-option input{margin-top:.2rem}.cart-coupon-code{font-size:.85rem;padding:.1rem .35rem;background:rgba(31,31,31,.06);border-radius:3px}.cart-coupon-exp{color:var(--muted);font-size:.82rem}.cart-auth-switch{margin:0 0 .25rem;font-size:.88rem;color:var(--muted);line-height:1.5}.cart-auth-link{border:0;background:none;padding:0;font:inherit;font-size:inherit;color:var(--accent);text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.cart-auth-link:hover{color:var(--accent-strong)}.cart-auth-link-block{display:block;width:-moz-fit-content;width:fit-content;margin-top:.25rem}.cart-panel-checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.86rem;line-height:1.45;color:var(--muted)}.cart-panel-checkbox input{margin-top:.2rem}@media (max-width:991px){.cart-filled-layout{grid-template-columns:1fr}.cart-collaterals{position:static}.cart-page-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.cart-page-title{font-size:clamp(1.75rem,8vw,var(--type-hero-title));line-height:1.15}.cart-page-trust-grid{grid-template-columns:1fr}}.wp-footprint-page{width:100%;background:#fff;--minimog-typography-body-font-family:var(--font-sans);--minimog-typography-headings-font-family:var(--font-sans);--minimog-typography-form-font-family:var(--font-sans);--minimog-typography-button-font-family:var(--font-sans);--minimog-typography-body-font-size:16px;--minimog-typography-body-font-weight:400;--minimog-typography-headings-font-weight:400;--minimog-typography-headings-font-weight-secondary:500;--minimog-typography-form-font-size:15px;--minimog-typography-form-font-weight:400;--minimog-typography-button-font-size:16px;--minimog-typography-button-font-weight:500;--minimog-color-heading:#000000;--minimog-color-text:#666666;font-family:var(--font-sans);color:var(--minimog-color-text)}.wp-footprint-page-hero{background:#fff;padding:2.25rem 0 1.75rem;text-align:center}.wp-footprint-page-hero-inner{max-width:960px;margin:0 auto}.wp-footprint-page-title{margin:0;font-size:clamp(2.5rem,5.5vw,3.65rem);font-weight:500;letter-spacing:-.02em;line-height:1.15;color:#000}.wp-footprint-page-breadcrumb{margin:1.35rem 0 0;font-size:1.0625rem;font-weight:400;line-height:1.4;color:#000}.wp-footprint-page-breadcrumb-link{color:#000;text-decoration:none}.wp-footprint-page-breadcrumb-link:hover{text-decoration:underline;text-underline-offset:3px}.wp-footprint-page-breadcrumb-sep{color:#000;font-weight:400}.wp-footprint-page-breadcrumb-current{color:#000}.wp-footprint-root{width:100%;overflow-x:auto;font-family:inherit;color:inherit}.wp-footprint-root .elementor{max-width:100%}.wp-footprint-root .wp-footprint-prose{max-width:920px;margin-left:auto;margin-right:auto;padding:0 1.25rem 3.5rem;box-sizing:border-box;font-family:var(--minimog-typography-body-font-family),var(--font-sans);font-size:var(--minimog-typography-body-font-size,16px);line-height:1.75;color:var(--minimog-color-text)}.wp-footprint-root .wp-footprint-prose>:first-child{margin-top:0}.wp-footprint-root .wp-footprint-prose p{margin:0 0 1rem;color:var(--minimog-color-text)}.wp-footprint-root .wp-footprint-prose .wp-block-heading{font-family:var(--minimog-typography-headings-font-family),var(--font-sans);color:var(--minimog-color-heading);font-weight:600;line-height:1.35}.wp-footprint-root .wp-footprint-prose h3.wp-block-heading{font-size:1.28rem;margin:1.85rem 0 .65rem}.wp-footprint-root .wp-footprint-prose h3.wp-block-heading:first-child{margin-top:0}.wp-footprint-root .wp-footprint-prose h4.wp-block-heading{font-size:1.06rem;margin:1.35rem 0 .5rem}.wp-footprint-root .wp-footprint-prose ol,.wp-footprint-root .wp-footprint-prose ul.wp-block-list{margin:0 0 1.25rem;padding-left:1.4rem;color:var(--minimog-color-text)}.wp-footprint-root .wp-footprint-prose li{margin-bottom:.45rem}.wp-footprint-root .wp-footprint-prose strong{font-weight:600;color:var(--minimog-color-heading)}.wp-footprint-root .elementor-widget-wpforms{--text-color:#000;--label-color:#000;--placeholder-color:#000;--btn-color:#fff;--border-color:#cccccc;--btn-border-color:#000000;--btn-background-color:#000000;--background-color:transparent;--focus-border-color:#000000;--focus-background-color:transparent}.wp-footprint-root .elementor-widget-wpforms.minimog-wpforms-dark{--btn-color:#fff}.wp-footprint-root .elementor-widget-wpforms .elementor-widget-container{display:block;width:100%;max-width:100%}.wp-footprint-root .wpforms-container.minimog-wpforms{width:100%;max-width:100%}.wp-footprint-root .wpforms-container.minimog-wpforms .wpforms-field-container{display:flex!important;flex-wrap:wrap!important;width:100%;margin-left:-15px;margin-right:-15px;box-sizing:border-box}.wp-footprint-root .wpforms-container.minimog-wpforms .wpforms-field{box-sizing:border-box}.wp-footprint-root .wpforms-container.minimog-wpforms .wpforms-one-half{float:none!important;clear:none!important;margin-left:0!important;width:50%!important;max-width:50%!important;flex:0 0 50%}.wp-footprint-root .wpforms-container.minimog-wpforms .wpforms-field-textarea{flex:0 0 100%;width:100%!important;max-width:100%!important}.wp-footprint-root .wpforms-container.minimog-wpforms input[type=email],.wp-footprint-root .wpforms-container.minimog-wpforms input[type=text],.wp-footprint-root .wpforms-container.minimog-wpforms textarea{width:100%;max-width:100%;box-sizing:border-box}@media (max-width:575px){.wp-footprint-root .wpforms-container.minimog-wpforms .wpforms-one-half{flex:0 0 100%;width:100%!important;max-width:100%!important}}.wp-footprint-root .tm-modern-heading .heading-description,.wp-footprint-root .tm-modern-heading .heading-primary{font-family:var(--minimog-typography-headings-font-family),var(--font-sans);color:var(--minimog-color-heading)}.wp-footprint-root .tm-modern-heading .heading-description{color:var(--minimog-color-text)}.wp-footprint-root .minimog-list .link{display:flex;align-items:flex-start;gap:12px;color:var(--minimog-color-text);text-decoration:none}.wp-footprint-root .minimog-list .text{font-size:var(--minimog-typography-body-font-size);line-height:1.6}.wp-footprint-root .minimog-list .text,.wp-footprint-root .tm-simple-link{font-family:var(--minimog-typography-body-font-family),var(--font-sans);color:var(--minimog-color-text)}.wp-footprint-root .tm-simple-link{line-height:1.65}.wp-footprint-root .minimog-accordion .accordion-section.active .accordion-content{display:block!important}.wp-footprint-root .elementor-widget-video .elementor-wrapper{max-width:100%}.wp-footprint-root .elementor-widget-video iframe.elementor-video-iframe{display:block;width:100%;max-width:100%;aspect-ratio:16/9;min-height:200px;border:0}.wp-footprint-root .elementor-widget-tm-image-gallery img{display:block;width:100%;height:auto;opacity:1!important;visibility:visible!important}.wp-footprint-root .site-crafting-intro.elementor-element{width:100%;max-width:100%;margin-top:.5rem;margin-bottom:2rem;padding-top:1.75rem;border-top:1px dotted #ff7f50;box-sizing:border-box;--align-items:center}.wp-footprint-root .site-crafting-intro .e-con-inner{display:flex;justify-content:center;width:100%}.wp-footprint-root .site-crafting-intro .elementor-widget-text-editor{width:100%;max-width:70%;margin-inline:auto}@media (max-width:767px){.wp-footprint-root .site-crafting-intro .elementor-widget-text-editor{max-width:100%}}.wp-footprint-root .site-crafting-intro .elementor-widget-container{box-sizing:border-box;text-align:center;padding:.35rem .75rem 0}.wp-footprint-root .site-crafting-intro .elementor-widget-container p{margin:0;font-size:1.0625rem;line-height:1.78;letter-spacing:.02em;color:#333;text-wrap:pretty}.site-static-page{padding:1.25rem 0 3.5rem;background:#fff}.site-static-page-inner{max-width:920px}.site-static-breadcrumb{margin-bottom:1.25rem}.site-static-page-header{margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.site-static-page-title{margin:0;font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:600;color:var(--ink);line-height:1.25;letter-spacing:-.02em}.bambzen-prose{display:flex;flex-direction:column;gap:.85rem;max-width:52rem;color:var(--ink)}.bambzen-prose-p{margin:0;font-size:var(--type-body-size);line-height:1.7;color:#3a3a3a}.bambzen-prose-h2{margin:1.35rem 0 .35rem;font-size:1.2rem;font-weight:600;color:var(--ink);line-height:1.35}.bambzen-prose-h2:first-child{margin-top:0}.bambzen-prose-h3{margin:1.1rem 0 .3rem;font-size:1.05rem}.bambzen-prose-h3,.bambzen-prose-h4{font-weight:600;color:var(--ink);line-height:1.4}.bambzen-prose-h4{margin:.85rem 0 .25rem;font-size:.98rem}.bambzen-prose-ol,.bambzen-prose-ul{margin:.25rem 0 .5rem;padding-left:1.35rem;font-size:var(--type-body-size);line-height:1.65;color:#3a3a3a}.bambzen-prose-ol li+li,.bambzen-prose-ul li+li{margin-top:.35rem}.bambzen-prose-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.bambzen-prose-link:hover{color:var(--ink)}.bambzen-prose-license-placeholder{min-height:140px;margin-top:.5rem;border-radius:8px;border:1px dashed rgba(0,0,0,.12);background:rgba(0,0,0,.02)}.bambzen-contact-body .bambzen-prose-h2:first-of-type{margin-top:0}.bambzen-contact-form-wrap{margin:1.25rem 0 2rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.bambzen-contact-form-note{margin:0 0 1rem;font-size:.92rem;color:var(--muted)}.bambzen-contact-form{display:flex;flex-direction:column;gap:1rem;max-width:36rem}.bambzen-contact-field{display:flex;flex-direction:column;gap:.35rem}.bambzen-contact-label{font-size:.88rem;font-weight:500;color:var(--ink)}.bambzen-contact-input,.bambzen-contact-textarea{width:100%;padding:.65rem .85rem;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:var(--type-form-size);font-family:inherit;background:#fff}.bambzen-contact-textarea{resize:vertical;min-height:120px}.bambzen-contact-submit{align-self:flex-start;margin-top:.25rem}.bambzen-contact-form-feedback{margin:.75rem 0 0;font-size:.9rem;color:var(--muted)}.bambzen-track-block{max-width:36rem}.bambzen-track-hero-heading{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;letter-spacing:.04em;color:var(--ink)}.bambzen-track-hero-sub{margin:0 0 1.25rem;font-size:.82rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.bambzen-track-form{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.bambzen-track-field{flex:1 1 220px;min-width:0}.bambzen-track-input{width:100%;padding:.65rem .85rem;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:var(--type-form-size)}.bambzen-track-hint{flex:1 0 100%;margin:.75rem 0 0;font-size:.9rem;line-height:1.55;color:var(--muted)}.bambzen-blog-empty{padding:2rem 0}.bambzen-blog-empty-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--ink)}.bambzen-faq-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;max-width:52rem}.bambzen-faq-item{padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.bambzen-faq-item:last-child{border-bottom:0;padding-bottom:0}.bambzen-faq-question{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:var(--ink);line-height:1.4}