@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap";@font-face{font-family:Carlson Script;src:url(/assets/brand/carlson-script.woff2)format("woff2"),url(/assets/brand/carlson-script.ttf)format("truetype");font-style:normal;font-weight:400;font-display:block}:root{color:#55463f;font-synthesis:none;--page-background:#f7f4f1;--primary:#b55922;--secondary:#816a60;--rust:var(--primary);--rust-dark:#9b4c1d;--taupe:var(--secondary);--paper:var(--page-background);--cream:#fffaf6;background:#f7f4f1;font-family:Hanken Grotesk,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page-background)}body,#root{background:var(--page-background);min-height:100%}body{min-width:320px;margin:0}.homepage{overflow:clip}.homepage [data-parallax]{transform:translate3d(0, var(--parallax-y,0px), 0) scale(var(--parallax-scale,1));transform-origin:50%;will-change:transform}.page-view [data-reveal]{opacity:0;transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(28px)}.page-view [data-reveal=fade]{transform:none}.page-view [data-reveal].is-visible{opacity:1;transform:translate(0,0)}.page-view [data-reveal=fade].is-visible{transform:none}.page-view{overflow-anchor:none;transition:opacity .3s,filter .3s,transform .3s;animation:.58s cubic-bezier(.22,1,.36,1) both pageDissolveIn}.page-view--leaving{opacity:0;filter:blur(4px);transform:scale(.995)}@keyframes pageDissolveIn{0%{opacity:0;filter:blur(5px);transform:scale(1.004)}to{opacity:1;filter:blur();transform:scale(1)}}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}img,video{display:block}.section-shell{width:min(1184px,100% - 64px);margin-inline:auto}.header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f4f1e8;justify-content:space-between;align-items:center;height:100px;padding:0 max(32px,50vw - 592px);display:flex;position:fixed;inset:0 0 auto;box-shadow:0 1px 4px #0000001a}.header--with-announcement{top:34px}.announcement-bar{z-index:51;background:var(--rust);color:#fffaf6;text-align:center;letter-spacing:.02em;place-items:center;height:34px;padding:0 20px;font-size:13px;font-weight:600;text-decoration:none;display:grid;position:fixed;inset:-34px 0 auto}.logo-button{background:0 0;padding:0}.brand-mark{width:56px;height:46px;display:block;position:relative}.brand-mark img{filter:invert(42%)sepia(75%)saturate(1186%)hue-rotate(346deg)brightness(84%);position:absolute}.brand-mark img:first-child{width:35.2%;height:55.7%;inset:19.6% 64.8% 24.8% 0}.brand-mark img:last-child{width:69.2%;height:100%;inset:0 0 0 30.8%}.brand-mark--light img{filter:brightness(0)invert(97%)}.nav{align-items:center;gap:24px;display:flex}.nav-link{color:var(--secondary);background:0 0;padding:8px 2px;font-size:18px;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--rust)}.nav-link.active{font-weight:600}.nav-link.active:after{content:"";background:var(--rust);height:2px;position:absolute;inset:auto 0 2px}.nav-actions{align-items:center;gap:4px;display:flex}.nav-actions button{color:#3d3835;background:0 0;border-radius:12px;place-items:center;width:44px;height:44px;display:grid;position:relative}.nav-actions svg{stroke-width:1.7px;width:20px;height:20px}.nav-actions button:hover{background:#b5592214}.nav-actions .wishlist-action--active{color:var(--primary);background:#b559221a}.cart-action .cart-badge{background:var(--rust);color:#fff;transform-origin:50%;border-radius:99px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;animation:.38s cubic-bezier(.2,.9,.3,1.45) .66s both badgePop;display:grid;position:absolute;top:4px;left:24px}@keyframes badgePop{0%,to{transform:scale(1)}52%{transform:scale(1.35)}}.menu-button{display:none!important}.product-search-layer{z-index:220;overscroll-behavior:contain;color:#55463f;background:var(--page-background);animation:.52s cubic-bezier(.22,1,.36,1) both searchSurfaceIn;position:fixed;inset:0;overflow-y:auto;box-shadow:0 18px 50px #2b1f1a1f}.product-search-layer--closing{pointer-events:none;animation:.36s cubic-bezier(.55,0,1,.45) both searchSurfaceOut}.product-search-backdrop{background:0 0;border-radius:0;width:100%;min-height:100%;position:absolute;inset:0}.product-search-dialog{width:min(1358px,100% - 64px);min-height:100dvh;margin-inline:auto;padding:0 0 72px;animation:.64s cubic-bezier(.22,1,.36,1) 80ms both searchContentIn;position:relative}.product-search-layer--closing .product-search-dialog{animation:.2s both searchContentOut}@keyframes searchSurfaceIn{0%{transform:translateY(-100%)}}@keyframes searchSurfaceOut{to{transform:translateY(-100%)}}@keyframes searchContentIn{0%{opacity:0;transform:translateY(-18px)}}@keyframes searchContentOut{to{opacity:0}}.product-search-heading{text-align:center;padding:76px 72px 38px;position:relative}.product-search-heading p{color:var(--rust-dark);letter-spacing:.21em;text-transform:uppercase;margin:0 0 28px;font-size:11px;font-weight:700}.product-search-heading h2{color:var(--rust);margin:0;font-family:Carlson Script,cursive;font-size:clamp(54px,5vw,72px);font-weight:400;line-height:1.12}.product-search-close{width:54px;height:54px;color:var(--rust-dark);background:#b5592214;border-radius:16px;place-items:center;transition:color .2s,background .2s,transform .2s;display:grid;position:absolute;top:34px;right:0}.product-search-close:hover{color:#fff;background:var(--rust);transform:rotate(4deg)}.product-search-close svg{width:23px;height:23px}.product-search-input{background:#fffaf6d1;border:1px solid #b5592261;border-radius:16px;align-items:center;gap:14px;width:min(860px,100%);height:64px;margin:0 auto;padding:0 20px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.product-search-input:focus-within{border-color:var(--rust);background:#fff;box-shadow:0 0 0 3px #b5592214}.product-search-input>svg{width:22px;height:22px;color:var(--rust-dark);stroke-width:1.8px;flex:none}.product-search-input input{color:#55463f;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;font-size:17px}.product-search-input input::-webkit-search-cancel-button{display:none}.product-search-input input::placeholder{color:#55463f8f;opacity:1}.product-search-input button{width:38px;height:38px;color:var(--taupe);background:0 0;border-radius:50%;flex:none;place-items:center;display:grid}.product-search-input button:hover{color:var(--rust);background:#b5592214}.product-search-input button svg{width:18px;height:18px}.product-search-content{border-top:1px solid #b559222e;min-height:300px;margin-top:42px;padding-top:36px}.product-search-start{min-height:360px;color:var(--taupe);text-align:left;grid-template-columns:1.45fr .92fr .85fr;display:grid}.product-search-discovery{min-width:0;padding:8px 44px 24px}.product-search-discovery:first-child{padding-left:0}.product-search-discovery:last-child{padding-right:0}.product-search-discovery+.product-search-discovery{border-left:1px solid #b559222e}.product-search-discovery h3{color:var(--rust-dark);margin:0 0 28px;font-family:Carlson Script,cursive;font-size:34px;font-weight:400;line-height:1.2}.product-search-new>div{display:grid}.product-search-new a{border-bottom:1px solid #816a6029;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:16px;min-height:116px;padding:12px 0;display:grid}.product-search-new a:first-child{padding-top:0}.product-search-new img{object-fit:cover;border-radius:12px;width:82px;height:94px}.product-search-new span{flex-direction:column;min-width:0;display:flex}.product-search-new b{color:#55463f;font-size:16px;line-height:1.3}.product-search-new small{color:var(--taupe);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:12px;line-height:1.45;overflow:hidden}.product-search-new strong{color:var(--rust);margin-top:9px;font-size:14px}.product-search-new a:hover b{color:var(--rust)}.product-search-collections>div{gap:12px;display:grid}.product-search-collections button{color:#55463f;text-align:left;background:#b559220b;border:1px solid #b559222e;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:74px;padding:14px 18px;transition:border-color .2s,background .2s,transform .2s;display:flex}.product-search-collections button:hover{background:#b5592214;border-color:#b5592273;transform:translateY(-1px)}.product-search-collections b{font-size:15px}.product-search-collections small{color:var(--taupe);margin-top:7px;font-size:12px}.product-search-suggestions>div{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.product-search-suggestions button{min-height:42px;color:var(--taupe);text-align:left;background:0 0;padding:0;font-size:15px}.product-search-suggestions button:hover{color:var(--rust)}.product-search-count{color:var(--rust-dark);letter-spacing:.16em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:12px;font-weight:700;display:flex}.product-search-count b{color:var(--taupe);letter-spacing:.06em;font-size:11px;font-weight:600}.product-search-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 34px;display:grid}.product-search-result{border-bottom:1px solid #816a602e;grid-template-columns:96px minmax(0,1fr) 20px;align-items:center;gap:16px;min-width:0;min-height:152px;padding:18px 0;transition:color .2s,transform .2s;display:grid}.product-search-result:hover{color:var(--rust);transform:translateY(-2px)}.product-search-result>img{object-fit:cover;border-radius:12px;width:96px;height:116px}.product-search-result>div{min-width:0}.product-search-result span{color:var(--rust-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.product-search-result h3{color:#55463f;margin:0;font-size:17px;font-weight:600;line-height:1.3;transition:color .2s}.product-search-result:hover h3{color:var(--rust)}.product-search-result p{color:var(--rust);margin:11px 0 0;font-size:14px;font-weight:700}.product-search-result del{color:var(--taupe);opacity:.7;margin-left:7px;font-size:11px;font-weight:400}.product-search-result>svg{width:18px;height:18px;color:var(--rust);transition:transform .2s}.product-search-result:hover>svg{transform:translate(3px)}.product-search-loading{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 34px;display:grid}.product-search-skeleton{border-bottom:1px solid #816a601f;grid-template-columns:96px 1fr;align-items:center;gap:16px;min-height:152px;padding:18px 0;display:grid}.product-search-skeleton i,.product-search-skeleton b{background:#b5592217;border-radius:10px;animation:1.1s ease-in-out infinite alternate searchSkeleton;display:block}.product-search-skeleton i{width:96px;height:116px}.product-search-skeleton span{gap:12px;display:grid}.product-search-skeleton b{width:82%;height:13px}.product-search-skeleton b:last-child{width:46%}@keyframes searchSkeleton{to{opacity:.45}}.product-search-empty{min-height:300px;color:var(--taupe);text-align:center;place-items:center;display:grid}.product-search-empty p{margin:0;font-size:16px}.hero{height:812px;color:var(--paper);position:relative;overflow:hidden}.hero-video{object-fit:cover;transform-origin:50%;width:100%;height:100%}.hero-shade{background:linear-gradient(#0000 45%,#2b1a140d 58%,#462c23b8 100%);position:absolute;inset:0}.hero-content{width:550px;position:absolute;top:50%;left:max(32px,50vw - 564px);transform:translateY(-50%)}.hero-copy-layer{will-change:transform, opacity}.hero h1,.section-heading h2{margin:0;font-family:Carlson Script,cursive;font-style:normal;font-weight:400}.hero h1{letter-spacing:normal;word-spacing:.1em;text-shadow:0 2px 18px #140a052e;font-size:64px;line-height:1.44}.hero-copy-layer>p{width:530px;margin:24px 0 16px;font-size:20px;font-weight:500;line-height:1.6}.primary-button{width:305px;height:52px;color:var(--paper);background:var(--rust);border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:18px;transition:transform .2s,background .2s;display:flex}.primary-button:hover{background:var(--rust-dark);transform:translateY(-2px)}.primary-button svg{width:24px}.scroll-cue{display:none}.story{z-index:2;text-align:center;min-height:203px;color:var(--taupe);background:var(--page-background);letter-spacing:.03em;border-radius:28px 28px 0 0;margin-top:-28px;padding:80px 32px 64px;font-size:16px;line-height:1.7;position:relative}.story p{margin:0}.story .eyebrow{color:var(--rust);letter-spacing:.2em;margin-bottom:16px;font-size:12px}.section-heading h2{color:var(--rust);letter-spacing:normal;text-rendering:geometricprecision;padding-block:.08em;font-size:48px;line-height:1.35;overflow:visible}.section-heading p{color:var(--taupe);margin:22px 0 0;font-size:18px}.section-heading.centered{text-align:center}.categories{min-height:615px;padding-top:0}.category-list{margin-top:64px}.category-reveal{position:relative}.category-reveal:has(.category.active){z-index:1}.category{color:#816a608c;background:0 0;flex-direction:column;align-items:center;gap:12px;width:100%;height:132px;padding:28px;display:flex;position:relative}.category>span{font-family:Carlson Script,cursive;font-size:36px;font-style:normal;line-height:48px}.category small{color:#55463f8f;font-size:14px}.category img{object-fit:cover;border-radius:14px;width:208px;height:218px;animation:.35s both categoryIn;position:absolute;top:-64px;left:73%;transform:rotate(7deg);box-shadow:0 12px 28px #481d1d1f}.category img.category-image--left{left:12%;transform:rotate(-7deg)}.category.active{color:var(--taupe)}.category.active small{color:#55463f}@keyframes categoryIn{0%{opacity:0;transform:rotate(3deg)translateY(8px)}}.collection{padding-top:120px;padding-bottom:88px}.collection-heading{justify-content:space-between;align-items:end;margin-bottom:48px;display:flex}.text-button{color:var(--rust);background:0 0;align-items:center;gap:8px;font-size:18px;display:flex}.text-button svg{width:22px}.product-grid{grid-template-columns:repeat(3,1fr);gap:48px 32px;display:grid}.product-card{min-width:0}.product-card[data-reveal] .product-image-wrap{clip-path:inset(0 0 12% round 14px);transition:clip-path .92s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s)}.product-card[data-reveal].is-visible .product-image-wrap{clip-path:inset(0 round 14px)}.product-image-wrap{background:#ebe5e0;border-radius:14px;height:483px;position:relative;overflow:hidden}.product-details-link{cursor:pointer;position:absolute;inset:0}.product-details-link:focus-visible{outline-offset:-4px;border-radius:14px;outline:3px solid #b5592280}.product-image{object-fit:cover;width:100%;height:100%;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.product-image--primary{opacity:1}.product-image--hover{opacity:0;transform:scale(1.045)}@media (hover:hover){.product-card:hover .product-image--primary{opacity:0;transform:scale(1.025)}.product-card:hover .product-image--hover{opacity:1;transform:scale(1)}}.product-card--sold{opacity:.8}.product-card--sold .product-image-wrap:after{content:"";z-index:1;pointer-events:none;background:#68686880;position:absolute;inset:0}.product-card--sold .stars,.product-card--sold .price{color:#7c7c7c}.product-label{z-index:2;color:var(--paper);background:var(--rust);border-radius:12px;padding:8px 16px;font-size:14px;line-height:16px;position:absolute;top:18px;left:16px}.product-label--sale{color:#f8ccc9;background:#af1b0f}.product-label--sold{color:#af1b0f;background:#fff4f4;border:1px solid #af1b0f}.product-float-actions{z-index:3;flex-direction:column;gap:11px;display:flex;position:absolute;top:18px;right:16px}.product-float-actions button{width:48px;height:48px;color:var(--rust);background:var(--paper);border:1px solid #fff;border-radius:14px;place-items:center;display:grid}.product-float-actions svg{stroke-width:1.6px;width:23px}.product-float-actions .liked{color:#af1b0f}.product-info{justify-content:space-between;align-items:end;gap:12px;padding:16px 12px 0;display:flex}.product-info>div{flex:1;min-width:0}.stars{color:var(--rust);gap:1px;font-size:17px;line-height:20px;display:flex}.product-rating{color:var(--rust);align-items:center;gap:7px;display:flex}.product-rating-summary{color:var(--secondary);font-size:13px;font-weight:600;line-height:20px}.review-star-icon{background:linear-gradient(90deg, currentColor var(--star-fill,100%), #816a6059 var(--star-fill,100%));flex:none;width:1em;height:1em;display:inline-block;-webkit-mask:url(/assets/icons/star.svg) 50%/contain no-repeat;mask:url(/assets/icons/star.svg) 50%/contain no-repeat}.review-star-icon--empty{--star-fill:0%}.product-info h3{color:#161211;overflow-wrap:anywhere;margin:4px 0 6px;font-size:24px;line-height:1.2}.product-name-link{display:inline-block}.product-name-link:hover h3{color:var(--primary)}.price{color:var(--primary);margin:0;font-size:20px;font-weight:700}.price del{color:#545454;opacity:.6;margin-left:8px;font-size:16px}.add-button{color:#fff;background:var(--rust);border-radius:14px;flex:none;place-items:center;width:48px;height:48px;display:grid}.add-button:hover{background:var(--rust-dark)}.add-button:disabled{cursor:not-allowed;background:#818181}.add-button:disabled:hover{background:#818181}.add-button svg{width:22px}.product-card--compact .product-image-wrap{aspect-ratio:272/352;border-radius:14px;height:auto}.product-card--compact .product-info{padding:14px 12px 0}.product-card--compact .stars{font-size:14px;line-height:16px}.product-card--compact .product-rating{gap:5px}.product-card--compact .product-rating-summary{font-size:11px;line-height:16px}.product-card--compact .product-info h3{letter-spacing:.18px;margin-block:3px 5px;font-size:18px}.product-card--compact .price{font-size:14px}.product-card--compact .price del{font-size:11px}.product-card--compact .add-button{width:44px;height:44px}.product-card--compact .product-float-actions{gap:8px;top:18px;right:10px}.product-card--compact .product-float-actions button{width:44px;height:44px}.product-card--compact .product-label{padding:7px 14px;top:18px;left:14px}.shop-page{background:var(--page-background);min-height:960px;padding:100px 0 92px}.shop-shell{width:min(1184px,100% - 64px);margin-inline:auto}.breadcrumbs{height:88px;color:var(--secondary);align-items:center;gap:14px;font-size:14px;display:flex}.breadcrumbs button{color:var(--secondary);background:0 0;padding:0}.breadcrumbs button:hover{color:var(--primary)}.breadcrumbs b{color:#55463f;font-weight:500}.shop-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:32px;display:grid}.shop-filters{flex-direction:column;gap:38px;display:flex;position:sticky;top:132px}.filter-group h2{color:var(--secondary);border-bottom:1px solid #816a606b;margin:0 0 16px;padding-bottom:10px;font-size:18px;font-weight:500}.category-filter{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.category-filter button{color:var(--secondary);background:0 0;padding:0;font-size:14px}.category-filter button:hover,.category-filter button.active{color:var(--primary)}.category-filter button.active{font-weight:600}.price-filter-label,.price-values{color:var(--secondary);justify-content:space-between;align-items:center;font-size:14px;display:flex}.price-filter-label{text-align:left;background:0 0;width:100%;margin-bottom:10px;padding:0}.price-filter-label:hover{color:var(--primary)}.price-filter-label svg{stroke-width:1.8px;width:16px;height:16px}.price-filter-panel{animation:.2s both priceFilterIn}@keyframes priceFilterIn{0%{opacity:0;transform:translateY(-4px)}}.price-filter input[type=range]{appearance:none;background:0 0;width:100%;height:16px;margin:0}.price-filter input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--primary) 0 var(--range-progress), #816a6047 var(--range-progress) 100%);border-radius:99px;height:2px}.price-filter input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--primary);border:0;border-radius:50%;width:10px;height:10px;margin-top:-4px}.price-filter input[type=range]::-moz-range-track{background:#816a6047;height:2px}.price-filter input[type=range]::-moz-range-progress{background:var(--primary);height:2px}.price-filter input[type=range]::-moz-range-thumb{background:var(--primary);border:0;border-radius:50%;width:10px;height:10px}.price-values{color:var(--primary);margin-top:8px}.availability-filter{flex-direction:column;gap:13px;display:flex}.availability-filter h2{margin-bottom:3px}.availability-filter label{width:fit-content;color:var(--secondary);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.availability-filter input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;margin:0}.availability-filter label:hover{color:var(--primary)}.shop-title-row{justify-content:space-between;align-items:flex-end;min-height:164px;padding-bottom:32px;display:flex}.shop-title-row h1{color:var(--primary);margin:0;font-family:Carlson Script,cursive;font-size:56px;font-weight:400;line-height:1.2}.shop-title-row p{color:var(--secondary);margin:22px 0 0;font-size:14px}.shop-title-row label{color:var(--primary);align-items:center;gap:8px;font-size:14px;display:flex}.shop-title-row select{max-width:160px;color:var(--primary);cursor:pointer;background:0 0;border:0;outline:0}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 32px;display:grid}.pagination{justify-content:center;align-items:center;gap:2px;margin-top:52px;display:flex}.pagination button{width:42px;height:44px;color:var(--secondary);background:0 0;place-items:center;display:grid;position:relative}.pagination button:hover:not(:disabled),.pagination button.active{color:var(--primary)}.pagination button.active{font-weight:700}.pagination button.active:after{content:"";background:var(--primary);height:2px;position:absolute;bottom:5px;left:12px;right:12px}.pagination button:disabled{opacity:.3;cursor:default}.pagination svg{width:18px;height:18px}.no-products{color:var(--secondary);text-align:center;padding:80px 0}.wishlist-page{background:var(--page-background);min-height:760px;padding:100px 0}.wishlist-shell{width:min(1184px,100% - 64px);margin-inline:auto}.wishlist-breadcrumb{color:#55463f99;align-items:center;gap:8px;height:80px;font-size:16px;display:flex}.wishlist-breadcrumb button{color:inherit;background:0 0;padding:0}.wishlist-breadcrumb button:hover{color:var(--primary)}.wishlist-breadcrumb span{font-size:20px}.wishlist-breadcrumb b{color:var(--secondary);font-weight:500}.wishlist-shell>h1{color:#9c4305;margin:10px 0 48px;font-family:Carlson Script,cursive;font-size:42px;font-weight:400;line-height:1.25}.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 32px;display:grid}.wishlist-empty{text-align:center;min-height:420px;color:var(--secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.wishlist-empty>svg{width:52px;height:52px;color:var(--primary);stroke-width:1.4px;margin-bottom:20px}.wishlist-empty h2{color:#55463f;margin:0 0 8px;font-size:24px}.wishlist-empty p{margin:0 0 26px;font-size:16px}.wishlist-empty .primary-button{width:270px}.about-page{background:var(--page-background);min-height:100vh;padding:100px 0 108px}.about-shell{width:min(1184px,100% - 64px);margin-inline:auto}.about-breadcrumb{color:#55463f99;align-items:center;gap:8px;height:80px;font-size:16px;display:flex}.about-breadcrumb button{color:inherit;background:0 0;padding:0}.about-breadcrumb button:hover{color:var(--primary)}.about-breadcrumb span{font-size:20px}.about-breadcrumb b{color:var(--secondary);font-weight:500}.about-content{flex-direction:column;gap:100px;display:flex}.about-story{grid-template-columns:minmax(0,581px) minmax(0,603px);align-items:center;min-height:518px;display:grid}.about-copy{padding-right:52px}.about-copy h1,.about-values h2,.about-founder-copy h2,.about-value-grid h3{color:#9c4305;margin:0;font-family:Carlson Script,cursive;font-weight:400}.about-copy h1{margin-bottom:24px;font-size:64px;line-height:1.2}.about-copy p{color:var(--secondary);margin:0 0 16px;font-size:18px;line-height:24px}.about-copy p:last-child{margin-bottom:0}.about-story>img{object-fit:cover;border-radius:24px;width:100%;height:518px}.about-values{text-align:center;padding-block:32px}.about-values>h2{margin-bottom:32px;font-size:48px;line-height:1.25}.about-value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.about-value-grid article{height:228px;color:var(--paper);background:var(--primary);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:24px 16px;display:flex}.about-value-grid h3{color:var(--paper);font-size:28px;line-height:1.25}.about-value-grid p{color:#f7f4f1d9;max-width:330px;margin:0;font-size:16px;line-height:24px}.about-founder{grid-template-columns:504px minmax(0,1fr);align-items:center;gap:36px;display:grid}.about-founder-image{height:575px;position:relative}.about-founder-image>img{object-fit:cover;border-radius:14px;width:100%;height:100%}.about-founder-image>a{height:48px;color:var(--primary);background:#f7f4f1e6;border-radius:14px;align-items:center;gap:8px;padding:0 24px;font-size:18px;font-weight:600;display:flex;position:absolute;bottom:33px;left:30px}.about-founder-instagram-icon{background:#b55922;flex:none;width:24px;height:24px;-webkit-mask:url(/assets/brand/instagram.svg) 50%/contain no-repeat;mask:url(/assets/brand/instagram.svg) 50%/contain no-repeat}.about-founder-copy h2{margin-bottom:32px;font-size:48px;line-height:1.25}.about-founder-copy p{color:var(--secondary);margin:0 0 24px;font-size:18px;line-height:24.72px}.about-founder-copy strong{color:var(--secondary);font-size:18px;font-weight:600;line-height:24.72px}.quick-view-layer{z-index:260;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.quick-view-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2b1f1a85;animation:.22s both quickViewBackdropIn;position:absolute;inset:0}.quick-view-dialog{z-index:1;color:#55463f;background:var(--cream);border-radius:14px;grid-template-columns:1.05fr .95fr;width:min(980px,100%);max-height:calc(100dvh - 64px);animation:.24s cubic-bezier(.22,1,.36,1) both quickViewIn;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #301c1547}.quick-view-layer--closing .quick-view-backdrop{animation:.2s both quickViewBackdropOut}.quick-view-layer--closing .quick-view-dialog{animation:.2s both quickViewOut}.quick-view-close{z-index:3;width:42px;height:42px;color:var(--secondary);background:#f7f4f1eb;border-radius:12px;place-items:center;display:grid;position:absolute;top:18px;right:18px}.quick-view-close:hover{color:var(--primary);background:var(--paper)}.quick-view-close svg{width:23px;height:23px}.quick-view-gallery{background:var(--paper);flex-direction:column;justify-content:center;min-width:0;padding:34px 34px 24px;display:flex}.quick-view-image-wrap{touch-action:pan-y;background:#eee8e3;border-radius:14px;min-height:0;overflow:hidden}.quick-view-image-wrap img{object-fit:cover;width:100%;height:min(62vh,590px);animation:.2s both quickViewImageIn}.quick-view-dots{justify-content:center;gap:10px;min-height:30px;padding-top:18px;display:flex}.quick-view-dots button{border:1px solid var(--primary);background:0 0;border-radius:50%;width:9px;height:9px;padding:0}.quick-view-dots button.active{background:var(--primary)}.quick-view-details{flex-direction:column;justify-content:center;min-width:0;padding:76px 52px 52px;display:flex}.quick-view-details h2{color:#55463f;margin:0;font-size:32px;font-weight:600;line-height:1.2}.quick-view-price{color:var(--primary);margin:14px 0 42px;font-size:21px;font-weight:600}.quick-view-price del{color:var(--secondary);margin-left:8px;font-size:16px;font-weight:400}.quick-view-quantity{color:var(--secondary);flex-direction:column;align-items:flex-start;gap:11px;margin-bottom:28px;font-size:14px;display:flex}.quick-view-quantity .quantity-stepper{width:144px}.quick-view-quantity .quantity-stepper button:disabled{opacity:.3;cursor:default}.quick-view-add{width:100%;height:52px;color:var(--paper);background:var(--primary);border-radius:14px;justify-content:center;align-items:center;gap:9px;font-size:16px;font-weight:600;display:flex}.quick-view-add:hover{background:var(--rust-dark)}.quick-view-add:disabled,.quick-view-add:disabled:hover{cursor:not-allowed;background:#818181}.quick-view-add svg{width:20px;height:20px}.quick-view-more{width:fit-content;color:var(--primary);text-underline-offset:4px;margin:20px auto 0;font-size:14px;font-weight:600;text-decoration:underline}@keyframes quickViewBackdropIn{0%{opacity:0}}@keyframes quickViewBackdropOut{to{opacity:0}}@keyframes quickViewIn{0%{opacity:0;transform:scale(.95)}}@keyframes quickViewOut{to{opacity:0;transform:scale(.97)}}@keyframes quickViewImageIn{0%{opacity:.35}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.product-details-page{color:#55463f;background:var(--page-background);min-height:900px;padding-top:100px}.product-details-shell{width:min(1184px,100% - 64px);margin-inline:auto;padding-bottom:90px}.product-details-missing{text-align:center;padding:190px 32px 100px}.product-details-missing h1{color:var(--primary);margin-bottom:26px;font-family:Carlson Script,cursive;font-size:54px;font-weight:400}.product-breadcrumbs{min-height:88px;color:var(--secondary);align-items:center;gap:13px;font-size:14px;display:flex}.product-breadcrumbs button{color:var(--secondary);background:0 0;padding:0}.product-breadcrumbs button:hover{color:var(--primary)}.product-breadcrumbs b{color:#55463f;font-weight:500}.product-hero{grid-template-columns:minmax(0,644px) minmax(330px,1fr);align-items:center;gap:32px;display:grid}.product-gallery{grid-template-columns:104px minmax(0,1fr);gap:12px;min-width:0;display:grid}.product-thumbnails{scrollbar-width:thin;flex-direction:column;gap:12px;max-height:610px;display:flex;overflow-y:auto}.product-thumbnails button{aspect-ratio:1/1.08;background:#ebe5e0;border:2px solid #0000;border-radius:14px;width:100%;padding:0;overflow:hidden}.product-thumbnails button.active{border-color:var(--primary)}.product-thumbnails img{object-fit:cover;width:100%;height:100%}.product-main-image{background:#ebe5e0;border-radius:14px;height:610px;position:relative;overflow:hidden}.product-main-image>img{object-fit:cover;width:100%;height:100%;animation:.22s both quickViewImageIn}.product-main-image>button{width:48px;height:48px;color:var(--primary);background:var(--paper);border:1px solid #fff;border-radius:14px;place-items:center;transition:color .2s,background .2s,transform .2s;display:grid;position:absolute;right:18px;box-shadow:0 4px 16px #3d261d14}.product-main-image>button:hover{color:var(--paper);background:var(--primary);transform:translateY(-2px)}.product-main-image>button svg{width:24px;height:24px}.product-main-image>.product-wishlist-button{top:18px}.product-main-image>.product-wishlist-button.liked{color:#af1b0f}.product-main-image>.product-zoom-button{bottom:18px}.product-main-image>span{color:var(--primary);background:#f7f4f1e6;border-radius:12px;padding:9px 18px;font-size:14px;font-weight:600;position:absolute;bottom:20px;left:24px}.product-hover-lens,.product-hover-preview{display:none}@media (hover:hover) and (pointer:fine) and (width>=901px){.product-main-image{cursor:crosshair}.product-hover-lens{z-index:4;pointer-events:none;will-change:transform;background:#f7f4f114;border:1px solid #ffffffeb;border-radius:12px;display:block;position:absolute;top:0;left:0;box-shadow:0 4px 18px #2b111324,inset 0 0 0 1px #b559222e}.product-summary{position:relative}.product-hover-preview{z-index:6;pointer-events:none;background:#ebe5e0;border:1px solid #816a6038;border-radius:14px;display:block;position:absolute;inset:0;overflow:hidden;box-shadow:0 18px 44px #481d1d1f}.product-hover-preview img{object-fit:cover;will-change:transform;max-width:none;position:absolute;top:0;left:0}}.product-zoom-layer{z-index:500;color:#fff;place-items:center;padding:72px 96px;display:grid;position:fixed;inset:0}.product-zoom-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#191412f0;border:0;border-radius:0;width:100%;height:100%;animation:.22s both quickViewBackdropIn;position:absolute;inset:0}.product-zoom-count{z-index:2;letter-spacing:.08em;font-size:14px;font-weight:600;position:absolute;top:26px;left:28px}.product-zoom-close{z-index:3;color:#fff;background:#ffffff1a;border-radius:50%;place-items:center;width:50px;height:50px;display:grid;position:absolute;top:18px;right:22px}.product-zoom-close:hover,.product-zoom-nav:hover{background:var(--primary)}.product-zoom-close svg{width:28px;height:28px}.product-zoom-media{z-index:2;touch-action:pan-y;-webkit-user-select:none;user-select:none;place-items:center;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.product-zoom-media img{object-fit:contain;filter:drop-shadow(0 20px 45px #00000047);width:auto;max-width:100%;height:auto;max-height:100%;animation:.25s both quickViewImageIn}.product-zoom-nav{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-zoom-nav--previous{left:22px}.product-zoom-nav--next{right:22px}.product-zoom-nav svg{width:28px;height:28px}.product-summary{flex-direction:column;align-items:flex-start;min-width:0;padding:20px 0 20px 8px;display:flex}.product-summary-label{min-height:32px;color:var(--paper);background:var(--primary);border-radius:12px;padding:8px 16px;font-size:14px;line-height:16px}.product-summary-label.product-label--sale{color:#f8ccc9;background:#af1b0f}.product-summary-label.product-label--sold{color:#af1b0f;background:#fff4f4;border:1px solid #af1b0f}.product-summary-stars{color:var(--primary);gap:3px;margin:-6px 0 16px;font-size:21px;display:flex}.product-summary h1{color:var(--secondary);margin:24px 0 18px;font-family:Carlson Script,cursive;font-size:48px;font-weight:400;line-height:1.18}.product-summary-price{color:var(--primary);margin:0;font-size:25px;font-weight:600;line-height:1.2}.product-summary-price del{color:var(--secondary);opacity:.6;margin-left:9px;font-size:16px;font-weight:400}.product-summary-copy{max-width:480px;color:var(--secondary);margin:28px 0;font-size:16px;line-height:1.55}.product-summary-copy p{margin:0}.product-summary-copy p+p{margin-top:14px}.product-buy-row{align-items:center;gap:16px;width:100%;display:flex}.product-add-button{color:#fff;background:var(--primary);border-radius:14px;flex:1 0 auto;justify-content:center;align-items:center;gap:8px;min-width:244px;height:56px;min-height:56px;padding:0 26px;font-size:16px;font-weight:600;line-height:1.2;display:flex}.product-add-button:hover{background:var(--rust-dark)}.product-add-button:disabled{cursor:not-allowed;background:#818181}.product-add-button svg{width:20px;height:20px}.product-buy-row .quantity-stepper{flex:none;width:154px;height:56px}.product-information{margin-top:64px}.product-tabs{border-bottom:1px solid #816a6059;grid-template-columns:1fr 1fr;display:grid}.product-tabs button{height:58px;color:var(--secondary);background:0 0;font-size:15px;position:relative}.product-tabs button:after{content:"";background:var(--primary);height:2px;transition:transform .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.product-tabs button.active{color:var(--primary);font-weight:600}.product-tabs button.active:after{transform:scaleX(1)}.product-accordions{min-height:300px;padding-top:18px}.product-accordion-item{border-bottom:.8px solid #816a6099}.product-accordion-button{width:100%;min-height:58px;color:var(--primary);text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:0 22px;font-size:18px;font-weight:600;line-height:27px;display:flex}.product-accordion-button svg{stroke-width:2px;flex:none;width:24px;height:24px}.product-accordion-content{color:var(--secondary);padding:0 22px 24px;font-size:14px;line-height:22.75px}.product-accordion-content p{margin:0}.product-care-guide-link{width:fit-content;color:var(--primary);text-underline-offset:3px;align-items:center;gap:7px;margin-top:12px;font-weight:600;text-decoration:underline;display:inline-flex}.product-care-guide-link svg{width:16px;height:16px}.product-reviews-panel{min-height:300px;padding-top:18px}.reviews-empty{min-height:270px;color:var(--secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.reviews-empty>.reviews-empty-icon{width:72px;height:72px;color:var(--primary);background:#f1ddd2;border-radius:50%;place-items:center;font-size:30px;display:grid}.reviews-empty p{margin:17px 0;font-size:14px}.reviews-empty button,.review-panel-heading button{color:#fff;background:var(--primary);border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:260px;height:48px;padding:0 24px;display:flex}.reviews-empty button:hover,.review-panel-heading button:hover{background:var(--rust-dark)}.reviews-empty button svg,.review-panel-heading button svg{width:18px;height:18px}.review-panel-heading{color:var(--primary);justify-content:space-between;align-items:center;font-size:14px;display:flex}.review-panel-heading small{color:var(--secondary)}.review-panel-heading button{min-width:170px;height:44px;font-size:14px}.submitted-reviews{grid-template-columns:1fr;gap:18px;width:min(540px,100%);padding-top:20px;display:grid}.submitted-review{background:0 0;border:1px solid #816a609e;border-radius:14px;min-height:230px;padding:24px}.submitted-review--pending{background:#b559220b;border-style:dashed}.submitted-review-status{width:fit-content;color:var(--rust-dark);letter-spacing:.08em;text-transform:uppercase;background:#f1ddd2;border-radius:999px;margin-bottom:12px;padding:5px 9px;font-size:10px;font-weight:700;line-height:1;display:block}.submitted-review-stars{color:var(--primary);gap:3px;font-size:18px;display:flex}.submitted-review>p{color:#55463f;margin:16px 0;font-size:14px;line-height:1.55}.submitted-review-photos{overscroll-behavior-x:contain;scrollbar-width:thin;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;gap:10px;margin-bottom:18px;display:flex;overflow-x:auto}.submitted-review-photos--dragging{cursor:grabbing}.submitted-review-photos--dragging button{pointer-events:none}.submitted-review-photos button{cursor:zoom-in;background:#ebe5e0;border-radius:10px;width:70px;height:70px;padding:0;overflow:hidden}.submitted-review-photos button:focus-visible{outline-offset:3px;outline:3px solid #b5592259}.submitted-review-photos img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.submitted-review-photos button:hover img{transform:scale(1.06)}.submitted-review strong{color:var(--primary);font-size:13px;display:block}.submitted-review>small{color:var(--secondary);margin-top:4px;font-size:11px;line-height:1.5;display:block}.similar-products{padding-top:80px}.similar-products .section-heading{margin-bottom:28px}.similar-products .section-heading h2{font-size:42px}.review-modal-layer{z-index:380;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.review-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2b1f1a8f;border-radius:0;width:100%;height:100%;animation:.22s both quickViewBackdropIn;position:absolute;inset:0}.review-modal{z-index:1;background:var(--page-background);border-radius:14px;width:min(1024px,100%);max-height:calc(100dvh - 48px);animation:.24s cubic-bezier(.22,1,.36,1) both quickViewIn;position:relative;overflow-y:auto;box-shadow:0 30px 90px #301c1547}.review-modal form{flex-direction:column;gap:24px;min-height:774px;padding:52px 54px;display:flex}.review-modal-heading{justify-content:space-between;align-items:center;display:flex}.review-modal-heading h2,.review-success h2{color:var(--primary);margin:0;font-family:Carlson Script,cursive;font-size:40px;font-weight:400;line-height:1.2}.review-modal-heading button{width:44px;height:44px;color:var(--secondary);background:0 0;place-items:center;display:grid}.review-modal-heading button svg{stroke-width:1.7px;width:36px;height:36px}.review-rating{border:0;padding:0}.review-rating legend,.review-fields-row label,.review-body-field{color:#2b1113;letter-spacing:2.2px;text-transform:uppercase;font-size:14px;font-weight:600;line-height:20px}.review-rating>div{gap:3px;margin-top:8px;display:flex}.review-rating button{color:#b2a6a0;background:0 0;place-items:center;width:40px;height:40px;padding:0;font-size:38px;line-height:1;display:grid}.review-rating button.active{color:var(--primary)}.review-fields-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.review-fields-row label,.review-body-field{flex-direction:column;gap:8px;display:flex}.review-fields-row input,.review-body-field textarea{color:#55463f;letter-spacing:.5px;text-transform:none;background:#fff;border:1px solid #816a6099;border-radius:14px;outline:0;width:100%;font:500 14px/20px Hanken Grotesk,sans-serif}.review-fields-row input{height:56px;padding:16px}.review-body-field textarea{resize:vertical;height:164px;padding:16px}.review-fields-row input:focus,.review-body-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #b559221a}.review-photo-upload{color:#8a6a6d;cursor:pointer;border:1px dashed #8a6a6d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:116px;display:flex}.review-photo-upload:focus-visible{outline-offset:2px;outline:3px solid #b5592240}.review-photo-upload svg{stroke-width:1.8px;width:40px;height:40px}.review-photo-upload span{letter-spacing:.5px;font-size:14px}.review-photo-upload input{display:none}.review-photo-selection{margin-top:-10px}.review-photo-selection>p{color:var(--secondary);margin:0 0 10px;font-size:12px;line-height:1.4}.review-photo-selection ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.review-photo-selection li{cursor:grab;background:#fff;border:1px solid #816a6061;border-radius:12px;min-width:0;position:relative;overflow:hidden}.review-photo-selection li:active{cursor:grabbing}.review-photo-selection li>img{object-fit:cover;width:100%;height:128px;display:block}.review-photo-position{color:#fff;background:#2b1113b8;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid;position:absolute;top:8px;left:8px}.review-photo-actions{grid-template-columns:repeat(3,1fr);gap:4px;height:42px;padding:5px;display:grid}.review-photo-actions button{min-width:0;color:var(--secondary);background:#f7f4f1;border-radius:8px;place-items:center;display:grid}.review-photo-actions button:hover:not(:disabled){color:#fff;background:var(--primary)}.review-photo-actions button:disabled{opacity:.32;cursor:not-allowed}.review-photo-actions .review-photo-delete{color:#9d2f26}.review-photo-actions svg{width:16px;height:16px}.review-submit{color:#fff;background:var(--primary);border-radius:14px;justify-content:center;align-items:center;gap:8px;height:56px;font-size:18px;display:flex}.review-submit:hover{background:var(--rust-dark)}.review-submit svg{width:21px;height:21px}.review-modal--success{height:min(658px,100dvh - 48px);overflow:hidden}.review-success{text-align:center;flex-direction:column;align-items:center;height:100%;padding:72px 40px 40px;display:flex}.review-success h2{letter-spacing:2px;font-size:44px}.review-success p{color:var(--secondary);margin:10px 0 26px;font-size:18px}.review-success img{object-fit:contain;width:min(387px,55vw);height:min(387px,52vh)}.flight-layer{z-index:360;pointer-events:none;position:fixed;inset:0;overflow:visible}.flying-product{border:2px solid var(--cream);background:var(--cream);will-change:transform, opacity;border-radius:14px;width:50px;height:50px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 10px 26px #481d1d40}.flying-product img{object-fit:cover;width:100%;height:100%}.toast-viewport{z-index:370;pointer-events:none;flex-direction:column-reverse;gap:10px;width:min(390px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.toast-card{color:#55463f;background:var(--cream);pointer-events:auto;border:1px solid #b559222e;border-radius:14px;grid-template-columns:68px 1fr 32px;align-items:center;gap:13px;min-height:92px;padding:12px;animation:.34s cubic-bezier(.22,1,.36,1) both toastIn;display:grid;box-shadow:0 16px 44px #481d1d2e}.toast-card--leaving{pointer-events:none;animation:.2s both toastOut}.toast-card>img{object-fit:cover;border-radius:10px;width:68px;height:68px}.toast-copy p{margin:0 0 7px;font-size:15px;font-weight:600;line-height:1.3}.toast-copy button{color:var(--rust);background:0 0;align-items:center;gap:5px;padding:0;font-size:14px;font-weight:700;display:flex}.toast-copy button svg{width:15px;height:15px}.toast-close{width:32px;height:32px;color:var(--taupe);background:0 0;border-radius:10px;align-self:start;padding:7px}.toast-close:hover{background:#b5592214}.toast-close svg{width:18px;height:18px}@keyframes toastIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{to{opacity:0;transform:scale(.96)}}.cart-drawer-layer{z-index:230;position:fixed;inset:0}.cart-drawer-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2d1f1a57;border-radius:0;width:100%;height:100%;animation:.24s both drawerFade;position:absolute;inset:0}.cart-drawer{color:#55463f;background:var(--paper);flex-direction:column;width:min(520px,100%);height:100dvh;animation:.38s cubic-bezier(.22,1,.36,1) both drawerIn;display:flex;position:absolute;inset:0 0 0 auto;box-shadow:-16px 0 44px #481d1d24}.cart-drawer-heading{border-bottom:.75px solid #55463f99;justify-content:space-between;align-items:center;min-height:115px;padding:32px;display:flex}.cart-drawer-heading h2{color:var(--primary);margin:0;font-family:Carlson Script,cursive;font-size:36px;font-weight:400;line-height:1.25}.cart-drawer-heading button{width:36px;height:36px;color:var(--secondary);background:0 0;border-radius:10px;place-items:center;padding:4px;display:grid}.cart-drawer-heading button:hover{color:var(--primary);background:#b5592214}.cart-drawer-heading svg{width:28px;height:28px}.cart-drawer-items{flex-direction:column;flex:1;gap:30px;min-height:0;padding:24px;display:flex;overflow-y:auto}.cart-line{border-bottom:1px solid #816a6099;gap:16px;min-height:146px;padding-bottom:12px;display:flex}.cart-line>img{object-fit:cover;border-radius:14px;flex:none;width:100px;height:133px}.cart-line-content{flex-direction:column;flex:1;justify-content:space-between;gap:20px;min-width:0;padding-block:12px;display:flex}.cart-line-top,.cart-line-bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.cart-line h3{color:#55463f;margin:0;font-size:18px;font-weight:400;line-height:1.2}.cart-line-remove{color:#ff302f;background:0 0;flex:none;width:28px;height:28px;padding:4px}.cart-line-remove svg{stroke-width:1.7px;width:20px;height:20px}.quantity-stepper{border:.8px solid #816a6099;border-radius:14px;grid-template-columns:repeat(3,1fr);width:154px;height:44px;display:grid;overflow:hidden}.quantity-stepper button{color:var(--primary);background:0 0;place-items:center;display:grid}.quantity-stepper button:hover{background:#b5592214}.quantity-stepper button:disabled{color:#816a6061;cursor:not-allowed;background:0 0}.quantity-stepper button svg{stroke-width:1.5px;width:20px;height:20px}.quantity-stepper span{color:var(--primary);border-inline:.8px solid #816a6099;place-items:center;font-size:14px;font-weight:600;display:grid}.cart-line-bottom>p{color:var(--primary);white-space:nowrap;margin:0;font-size:18px;font-weight:600;line-height:1.2}.cart-empty{text-align:center;max-width:300px;color:var(--secondary);margin:auto}.cart-empty>svg{width:42px;height:42px;color:var(--primary);margin:0 auto 16px}.cart-empty h3{margin:0 0 6px;font-size:18px}.cart-empty p{margin:0;font-size:14px}.cart-drawer-footer{-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);background:#f7f4f1f5;border-top:1px solid #55463f99;flex-direction:column;gap:24px;padding:31px 24px 30px;display:flex}.cart-subtotal{color:var(--secondary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.cart-subtotal span{letter-spacing:2.2px;text-transform:uppercase;font-size:14px}.cart-subtotal b{font-size:18px}.cart-drawer-footer>p{color:var(--secondary);letter-spacing:.5px;text-align:center;margin:0;font-size:14px}.cart-checkout,.cart-continue{border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.cart-checkout{color:#fff;background:var(--primary);height:48px;margin-bottom:-12px;font-size:14px}.cart-checkout:hover{background:var(--rust-dark)}.cart-checkout:disabled{opacity:.45;cursor:not-allowed}.cart-checkout svg{width:20px;height:20px}.cart-continue{height:44px;color:var(--primary);background:0 0;font-size:14px}.cart-continue:hover{background:#b5592212}@keyframes drawerFade{0%{opacity:0}}@keyframes drawerIn{0%{transform:translate(100%)}}.reviews{min-height:796px;padding-top:88px;padding-bottom:88px}.review-carousel{position:relative}.review-stack{grid-template-columns:repeat(5,1fr);align-items:start;height:520px;margin-top:32px;display:grid}.review-stack>button{width:116%;max-width:none;transform:translateY(var(--y)) rotate(var(--r));transform-origin:50%;cursor:zoom-in;background:0 0;border-radius:9px;padding:0;display:block}.review-stack>.review-card--clone{display:none}.review-stack>button:not(:first-child){margin-left:-16%}.review-stack img{aspect-ratio:1290/2293;object-fit:cover;border:1px solid #ede8e8;border-radius:9px;width:100%;box-shadow:0 12px 34px #481d1d1f}.review-stack>button:focus-visible{outline-offset:5px;outline:3px solid #b5592259}.review-carousel-arrow{display:none}.review-lightbox{z-index:500;color:#fff;place-items:center;padding:72px 96px;display:grid;position:fixed;inset:0}.review-lightbox-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#191412f0;border-radius:0;width:100%;height:100%;animation:.22s both quickViewBackdropIn;position:absolute;inset:0}.review-lightbox-count{z-index:2;letter-spacing:.08em;font-size:14px;font-weight:600;position:absolute;top:26px;left:28px}.review-lightbox-close{z-index:3;color:#fff;background:#ffffff1a;border-radius:50%;place-items:center;width:50px;height:50px;display:grid;position:absolute;top:18px;right:22px}.review-lightbox-close:hover,.review-lightbox-nav:hover{background:var(--primary)}.review-lightbox-close svg,.review-lightbox-nav svg{width:28px;height:28px}.review-lightbox-actions{z-index:3;align-items:center;gap:10px;display:flex;position:absolute;top:20px;left:50%;transform:translate(-50%)}.review-lightbox-actions button,.review-lightbox-actions a{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;min-height:44px;display:flex}.review-lightbox-actions button{width:44px;padding:0}.review-lightbox-actions a{padding:0 16px;font-size:13px;font-weight:600}.review-lightbox-actions button:hover,.review-lightbox-actions a:hover{background:var(--primary)}.review-lightbox-actions svg{width:21px;height:21px}.review-lightbox-media{z-index:2;touch-action:pan-y;background:#d6d2cf;border-radius:4px;width:min(795px,100vw - 190px);height:min(82vh,708px);animation:.4s cubic-bezier(.22,1,.36,1) both reelViewerIn;position:relative;overflow:auto;box-shadow:0 22px 70px #00000057}.review-lightbox-image{cursor:zoom-in;background:0 0;place-items:center;width:100%;height:100%;padding:0;display:grid}.review-lightbox-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.review-lightbox-media--zoomed .review-lightbox-image{cursor:zoom-out;align-items:start;width:max-content;min-width:100%;height:max-content;min-height:100%}.review-lightbox-media--zoomed .review-lightbox-image img{width:min(1600px,180vw);max-width:none;max-height:none}.review-lightbox-nav{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.review-lightbox-nav--previous{left:22px}.review-lightbox-nav--next{right:22px}.reels{padding-top:56px;padding-bottom:120px}.reel-stage{margin-top:44px;position:relative}.reel-viewport{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;height:468px;overflow:hidden}.reel-viewport--dragging{cursor:grabbing}.reel-viewport--dragging .reel-card{pointer-events:none}.reel-track{width:max-content;height:468px;transform:translate3d(calc(50vw - max(32px, (100vw - 1184px) / 2) - 131.5px - var(--reel-offset)), 0, 0);will-change:transform;align-items:center;gap:16px;transition:transform .68s cubic-bezier(.22,1,.36,1);display:flex}.reel-track--instant,.reel-track--instant .reel-card{transition:none}.reel-card{color:#fff;opacity:.88;background:#9a877f;border-radius:14px;flex:0 0 263px;width:263px;height:409px;transition:height .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1),opacity .4s;position:relative;overflow:hidden;transform:scale(.98)}.reel-card--featured{opacity:1;height:468px;transform:scale(1);box-shadow:0 14px 30px #481d1d1f}.reel-card video{object-fit:cover;cursor:pointer;width:100%;height:100%}.reel-overlay{pointer-events:none;background:linear-gradient(#0000,#412b24b3);position:absolute;inset:58% 0 0}.play-button{color:#fff;background:#ffffff1a;border:2px solid #fff;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-button svg{fill:currentColor;width:18px}.reel-time,.reel-handle{text-shadow:0 1px 7px #00000059;font-size:14px;font-weight:600;position:absolute;left:16px}.reel-time{top:18px}.reel-handle{bottom:16px}.shop-tag{color:var(--taupe);background:var(--paper);border-radius:14px;align-items:center;gap:8px;padding:8px 16px 8px 10px;display:flex;position:absolute;top:24%;right:14px;box-shadow:0 4px 8px #0003}.shop-tag i{background:var(--rust);border-radius:3px;width:8px;height:8px}.shop-tag span{flex-direction:column;align-items:start;display:flex}.shop-tag b{font-size:12px}.shop-tag small{font-size:11px}.shop-tag:disabled{cursor:not-allowed;opacity:.82}.shop-tag:disabled i{background:#818181}.reel-card--featured .shop-tag{top:57%}.reel-arrow{z-index:5;color:#fff;background:var(--rust);border-radius:14px;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.reel-arrow--left{left:-30px}.reel-arrow--right{right:-30px}.reel-arrow:hover{background:var(--rust-dark)}.reel-arrow:disabled{opacity:.35;cursor:default}.dots{justify-content:center;gap:10px;margin-top:44px;display:flex}.dots button{opacity:.25;background:var(--rust);border-radius:50%;width:10px;height:10px;padding:0}.dots button.active{opacity:1}.reel-lightbox{z-index:300;color:var(--cream);place-items:center;display:grid;position:fixed;inset:0}.reel-lightbox-backdrop{background:#181412e6;border-radius:0;width:100%;height:100%;animation:.28s both reelBackdropIn;position:absolute;inset:0}.reel-lightbox-count{z-index:2;letter-spacing:.08em;font-size:15px;font-weight:600;position:absolute;top:20px;left:24px}.reel-lightbox-close{z-index:3;width:48px;height:48px;color:var(--cream);background:0 0;border-radius:14px;place-items:center;display:grid;position:absolute;top:16px;right:22px}.reel-lightbox-close:hover{background:#ffffff1a}.reel-lightbox-close svg{stroke-width:2.3px;width:30px;height:30px}.reel-lightbox-media{z-index:2;background:#d6d2cf;border-radius:4px;width:min(795px,100vw - 190px);height:min(82vh,708px);animation:.4s cubic-bezier(.22,1,.36,1) both reelViewerIn;position:relative;overflow:hidden;box-shadow:0 22px 70px #00000057}.reel-lightbox-media video{object-fit:contain;cursor:pointer;width:100%;height:100%}.reel-video-error{z-index:6;text-align:center;background:#2d1f1ad1;place-content:center;gap:12px;display:grid;position:absolute;inset:0}.reel-video-error p{margin:0;font-weight:600}.reel-video-error button{color:#fff;background:var(--rust);border-radius:12px;min-width:120px;height:44px}.reel-progress{z-index:4;background:#ffffff7a;border-radius:99px;height:4px;position:absolute;top:10px;left:10px;right:10px;overflow:hidden}.reel-progress i{transform-origin:0;background:var(--cream);width:100%;height:100%;display:block;transform:scaleX(0)}.reel-lightbox-details{z-index:4;text-shadow:0 1px 8px #0006;justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex;position:absolute;bottom:18px;left:18px;right:82px}.reel-lightbox-details a{font-weight:700}.reel-lightbox-product{color:var(--taupe);text-shadow:none;background:#fffaf6f0;border-radius:10px;padding:7px 10px}.reel-lightbox-product:hover{color:var(--primary);background:var(--paper)}.reel-lightbox-product:disabled,.reel-lightbox-product:disabled:hover{color:#7c7c7c;cursor:not-allowed;background:#fffaf6f0}.reel-lightbox-product:disabled i{background:#818181}.reel-lightbox-product i{background:var(--rust);border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.reel-lightbox-controls{z-index:5;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:14px;right:14px}.reel-lightbox-controls button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b37348a;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.reel-lightbox-controls button:hover{background:var(--rust)}.reel-lightbox-controls svg{width:21px;height:21px}.reel-lightbox-nav{z-index:3;width:56px;height:64px;color:var(--cream);background:0 0;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.reel-lightbox-nav--left{left:10px}.reel-lightbox-nav--right{right:10px}.reel-lightbox-nav svg{stroke-width:2.2px;width:38px;height:38px}.reel-lightbox-nav:disabled{opacity:.22;cursor:default}@keyframes reelBackdropIn{0%{opacity:0}}@keyframes reelViewerIn{0%{opacity:0;transform:scale(.96)translateY(12px)}}.care-page{background:var(--page-background);min-height:100vh;padding:100px 0 128px;overflow:clip}.care-shell{width:min(1120px,100% - 64px);margin-inline:auto}.care-breadcrumb{color:#72615a;align-items:center;gap:8px;height:80px;font-size:15px;display:flex}.care-breadcrumb button{color:inherit;background:0 0;padding:0}.care-breadcrumb button:hover{color:var(--rust)}.care-breadcrumb span{font-size:20px}.care-breadcrumb b{color:var(--taupe);font-weight:500}.care-hero{text-align:center;max-width:760px;margin:54px auto 0}.care-eyebrow,.care-section-heading>p{color:var(--rust-dark);letter-spacing:.19em;text-transform:uppercase;margin:0 0 24px;font-size:12px;font-weight:700}.care-hero h1,.care-section-heading h2,.faq-page h1{color:var(--rust);letter-spacing:-1px;margin:0;font-family:Carlson Script,cursive;font-size:clamp(56px,7vw,82px);font-weight:400;line-height:1.15}.care-hero>p:last-child{max-width:65ch;color:var(--taupe);text-wrap:balance;margin:42px auto 0;font-size:19px;line-height:1.72}.care-section{padding:96px 0 24px}.care-section-heading{text-align:center;margin-bottom:60px}.care-section-heading h2{font-size:58px}.care-tip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.care-tip-grid article{background:#fffaf6b3;border:1px solid #816a6021;border-radius:20px;min-height:278px;padding:36px 32px}.care-tip-icon{width:50px;height:50px;color:var(--cream);background:var(--rust);border-radius:16px;place-items:center;margin-bottom:30px;display:grid}.care-tip-icon svg{stroke-width:1.7px;width:23px;height:23px}.care-tip-grid h3,.care-step-list h3{color:#55463f;margin:0 0 12px;font-size:19px}.care-tip-grid p,.care-step-list p{color:var(--taupe);margin:0;font-size:16px;line-height:1.7}.care-cleaning{padding-bottom:24px}.care-step-list{border-top:1px solid #816a6033;max-width:900px;margin:0 auto;padding:0;list-style:none}.care-step-list li{border-bottom:1px solid #816a6033;grid-template-columns:64px 1fr;gap:20px;padding:30px 12px;display:grid}.care-step-list li>span{width:42px;height:42px;color:var(--cream);background:var(--rust);letter-spacing:.08em;border-radius:13px;place-items:center;font-size:13px;font-weight:700;display:grid}.care-storage{padding-bottom:24px}.care-storage-card{background:#eee4dc;border:1px solid #b5592221;border-radius:24px;max-width:940px;margin-inline:auto;padding:52px 64px 52px 94px;position:relative;overflow:hidden}.care-storage-card>svg{width:25px;color:var(--rust);position:absolute;top:55px;left:42px}.care-storage-card p{color:#66554d;margin:0;font-size:18px;line-height:1.8}.care-faq{max-width:900px;margin-inline:auto;padding-top:96px;padding-bottom:0}.accordion{border-top:1px solid #816a6040}.accordion-item{border-bottom:1px solid #816a6040}.accordion-item h3{margin:0}.accordion-item h3 button{color:#816a60;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:86px;padding:20px 4px;font-size:19px;font-weight:600;display:flex}.accordion-item h3 button:hover{color:var(--rust)}.accordion-item h3 button:focus-visible{outline-offset:4px;border-radius:8px;outline:3px solid #b5592240}.accordion-item h3 svg{width:21px;color:var(--rust);flex:none;transition:transform .35s cubic-bezier(.22,1,.36,1)}.accordion-item--open h3 svg{transform:rotate(180deg)}.accordion-panel{visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s;display:grid}.accordion-panel>div{min-height:0;overflow:hidden}.accordion-panel p{max-width:750px;color:var(--taupe);margin:0;padding:0 48px 28px 4px;font-size:16px;line-height:1.75}.accordion-item--open .accordion-panel{visibility:visible;grid-template-rows:1fr;transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),visibility}.faq-page{background:var(--page-background);min-height:100vh;padding:100px 0 128px;overflow:clip}.faq-shell{width:min(960px,100% - 64px);margin-inline:auto}.faq-breadcrumb{color:#72615a;align-items:center;gap:8px;height:80px;font-size:15px;display:flex}.faq-breadcrumb button{color:inherit;background:0 0;padding:0}.faq-breadcrumb button:hover{color:var(--rust)}.faq-breadcrumb span{font-size:20px}.faq-breadcrumb b{color:var(--taupe);font-weight:500}.faq-hero{text-align:center;max-width:790px;margin:50px auto 76px}.faq-page h1{font-size:clamp(56px,7vw,82px)}.faq-hero>p:not(.care-eyebrow){max-width:620px;color:var(--taupe);text-wrap:balance;margin:30px auto 34px;font-size:18px;line-height:1.7}.faq-search{background:#fffaf6c2;border:1px solid #816a603d;border-radius:18px;align-items:center;gap:13px;max-width:620px;height:60px;margin-inline:auto;padding:0 20px;display:flex;box-shadow:0 14px 38px #57392b0f}.faq-search:focus-within{border-color:#b559228c;box-shadow:0 0 0 4px #b5592217}.faq-search svg{width:21px;height:21px;color:var(--rust);flex:none}.faq-search input{color:#55463f;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:16px}.faq-search input::placeholder{color:#816a60bf}.faq-search input::-webkit-search-cancel-button{cursor:pointer}.faq-content{max-width:900px;margin-inline:auto}.faq-categories{justify-content:center;align-items:center;gap:10px;margin-bottom:48px;display:flex}.faq-categories button{min-width:112px;height:44px;color:var(--taupe);background:0 0;border:1px solid #816a6040;border-radius:99px;padding:0 22px;font-size:15px;font-weight:600;transition:color .2s,background .2s,border-color .2s,transform .2s}.faq-categories button:hover{color:var(--rust);border-color:#b5592273;transform:translateY(-1px)}.faq-categories button.active{color:var(--cream);border-color:var(--rust);background:var(--rust)}.faq-results{min-height:260px}.faq-group+.faq-group{margin-top:56px}.faq-group>p{color:var(--rust-dark);letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:700}.faq-empty{text-align:center;border-top:1px solid #816a6040;border-bottom:1px solid #816a6040;padding:70px 24px}.faq-empty h2{color:var(--rust);margin:0 0 10px;font-family:Carlson Script,cursive;font-size:42px;font-weight:400}.faq-empty p{color:var(--taupe);margin:0;font-size:16px}.faq-policy-links{color:var(--paper);background:var(--rust);border-radius:20px;justify-content:space-between;align-items:center;gap:28px;margin-top:96px;padding:34px 38px;display:flex}.faq-policy-links>p{letter-spacing:.17em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.faq-policy-links>div{flex-wrap:wrap;justify-content:flex-end;gap:11px 24px;display:flex}.faq-policy-links a{text-underline-offset:4px;font-size:14px;-webkit-text-decoration:underline #f7f4f173;text-decoration:underline #f7f4f173}.faq-policy-links a:hover,.faq-policy-links a[aria-current=page]{color:#ffe4d4;text-decoration-color:currentColor}.shipping-page{background:var(--page-background);min-height:100vh;padding:100px 0 136px;overflow:clip}.shipping-shell{width:min(1184px,100% - 64px);margin-inline:auto}.shipping-breadcrumb{color:#55463f99;align-items:center;gap:8px;height:80px;font-size:15px;display:flex}.shipping-breadcrumb button{color:inherit;background:0 0;padding:0}.shipping-breadcrumb button:hover{color:var(--rust)}.shipping-breadcrumb span{font-size:20px}.shipping-breadcrumb b{color:var(--taupe);font-weight:500}.shipping-hero{max-width:860px;margin:92px 0 144px}.shipping-hero h1{color:#816a60;letter-spacing:-.045em;margin:0;font-size:clamp(54px,7vw,78px);font-weight:500;line-height:1.05}.shipping-hero h1 em{color:var(--rust);letter-spacing:-1px;font-family:Carlson Script,cursive;font-size:1.1em;font-style:normal;font-weight:400}.shipping-hero>p:last-child{max-width:55ch;color:var(--taupe);margin:30px 0 0;font-size:19px;line-height:1.72}.policy-flow{max-width:1020px;margin-left:auto}.policy-section[id]{scroll-margin-top:124px}.policy-section-heading{margin-bottom:44px}.policy-section-heading p{color:var(--rust);letter-spacing:.17em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:700}.policy-section-heading h2{color:#816a60;letter-spacing:-.035em;margin:0;font-size:clamp(38px,5vw,52px);font-weight:500;line-height:1.15}.policy-section--returns{margin-top:148px}.policy-list{border-top:1px solid #816a604d;margin:0;padding:0;list-style:none}.policy-list li{border-bottom:1px solid #816a604d;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:24px;padding:38px 0 40px;display:grid}.policy-list li>span{color:var(--rust);letter-spacing:.13em;padding-top:5px;font-size:12px;font-weight:700}.policy-list p{color:#66554d;max-width:790px;margin:0;font-size:18px;line-height:1.75}.policy-list strong{color:#55463f;font-weight:600}.policy-list a{color:var(--rust);text-underline-offset:3px;font-weight:600;text-decoration:underline}.shipping-help{max-width:1020px;margin:148px 0 0 auto}.shipping-help h2{color:#816a60;letter-spacing:-.025em;margin:0;font-size:32px;font-weight:500}.shipping-help>p{max-width:590px;color:var(--taupe);margin:18px 0 28px;font-size:17px;line-height:1.7}.shipping-help>a{width:fit-content;color:var(--rust);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:7px;font-size:15px;font-weight:700;display:flex}.shipping-help>a:hover{color:var(--rust-dark)}.shipping-help>a svg{width:18px;transition:transform .2s}.shipping-help>a:hover svg{transform:translate(4px)}.contact-page{background:var(--page-background);min-height:100vh;padding:100px 0 128px}.contact-shell{width:min(1184px,100% - 64px);margin-inline:auto}.contact-breadcrumb{height:88px;color:var(--taupe);align-items:center;gap:14px;font-size:14px;display:flex}.contact-breadcrumb button{color:var(--taupe);background:0 0;padding:0}.contact-breadcrumb button:hover{color:var(--rust)}.contact-breadcrumb b{color:var(--taupe);font-weight:500}.contact-layout{grid-template-columns:minmax(0,.88fr) minmax(520px,1fr);align-items:start;gap:clamp(64px,9vw,128px);padding:48px 0 12px;display:grid}.contact-intro{padding-top:30px}.contact-eyebrow{color:var(--rust-dark);letter-spacing:.19em;text-transform:uppercase;margin:0 0 28px;font-size:12px;font-weight:700}.contact-intro h1{max-width:540px;color:var(--rust);letter-spacing:normal;text-rendering:geometricprecision;margin:0;padding-block:.08em .14em;font-family:Carlson Script,cursive;font-size:clamp(58px,6vw,82px);font-weight:400;line-height:1.3;overflow:visible}.contact-heading-line{white-space:nowrap;display:block}.contact-heading-line>span{margin-right:.2em;display:inline-block}.contact-heading-line>span:last-child{margin-right:0}.contact-intro>p:not(.contact-eyebrow){max-width:520px;color:var(--taupe);margin:36px 0 0;font-size:18px;line-height:1.7}.contact-note{border-left:3px solid var(--rust);background:#b5592212;border-radius:0 14px 14px 0;margin-top:58px;padding:25px 28px}.contact-note span{color:var(--rust);letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:700}.contact-note p{color:var(--taupe);margin:7px 0 0;font-size:15px}.contact-form{background:#fffaf6b3;border:1px solid #816a6038;border-radius:24px;padding:clamp(30px,4vw,48px);box-shadow:0 18px 48px #481d1d12}.contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.inquiry-fieldset{border:0;min-width:0;margin:0 0 30px;padding:0}.inquiry-fieldset legend,.contact-field label{color:#2b1113;letter-spacing:2.223px;text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:600;line-height:20px;display:block}.inquiry-chips{flex-wrap:wrap;gap:10px;display:flex}.inquiry-chip{min-height:44px;color:var(--taupe);background:0 0;border:1px solid #816a6061;border-radius:99px;padding:0 20px;font-size:14px;font-weight:600;transition:color .2s,background .2s,border-color .2s,transform .2s}.inquiry-chip:hover{color:var(--rust);border-color:#b5592299;transform:translateY(-1px)}.inquiry-chip--active{color:var(--cream);border-color:var(--rust);background:var(--rust);box-shadow:0 6px 16px #b559222e}.inquiry-chip--active:hover{color:var(--cream);background:var(--rust-dark)}.contact-field{margin-top:24px}.contact-field input,.contact-field textarea{color:#55463f;letter-spacing:.5px;background:#fff;border:1px solid #816a6099;border-radius:14px;outline:none;width:100%;padding:16px;font-size:14px;font-weight:500;line-height:20px;transition:border-color .2s,box-shadow .2s,background .2s}.contact-field input{height:56px}.contact-field textarea{resize:vertical;min-height:156px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#79716d;opacity:1}.contact-field input:hover,.contact-field textarea:hover{border-color:#816a60d1}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--rust);box-shadow:0 0 0 3px #b559221a}.contact-field input[aria-invalid=true],.contact-field textarea[aria-invalid=true]{background:snow;border-color:#a7362c}.contact-field-error{color:#a7362c;align-items:center;gap:6px;margin:8px 2px 0;font-size:13px;display:flex}.contact-field-error svg{flex:none;width:15px;height:15px}.contact-submit{color:#fff;background:var(--rust);border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;height:56px;margin-top:30px;font-size:17px;font-weight:600;transition:transform .2s,background .2s,opacity .2s;display:flex}.contact-submit:hover:not(:disabled){background:var(--rust-dark);transform:translateY(-2px)}.contact-submit:disabled{cursor:wait;opacity:.72}.contact-submit svg{width:20px;height:20px}.contact-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite contactSpin}@keyframes contactSpin{to{transform:rotate(360deg)}}.contact-status{border:1px solid;border-radius:14px;align-items:flex-start;gap:12px;margin-top:18px;padding:16px 18px;display:flex}.contact-status>svg{flex:none;width:21px;height:21px;margin-top:1px}.contact-status strong{font-size:15px;display:block}.contact-status p{margin:3px 0 0;font-size:14px;line-height:1.45}.contact-status--success{color:#2f6846;background:#f2faf5;border-color:#31704b47}.contact-status--error{color:#913229;background:#fff5f4;border-color:#a7362c42}footer{color:var(--paper);background:var(--rust)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.75fr;gap:28px;min-height:376px;padding-top:80px;display:grid}.footer-logo-link{border-radius:8px;width:fit-content;margin-bottom:24px;display:block}.footer-logo-link:focus-visible{outline:2px solid var(--paper);outline-offset:5px}.footer-brand .brand-mark{width:56px;height:46px}.footer-brand p,.newsletter p{margin:0 0 20px;font-size:18px;line-height:1.55}.footer-grid h3{letter-spacing:.14em;text-transform:uppercase;margin:0 0 24px;font-size:14px}.footer-grid>div:not(.footer-brand)>a{margin-bottom:15px;font-size:18px;display:block}.footer-grid a:hover{color:#ffe4d4}.socials{gap:12px;display:flex}.socials a{background:#fffbf71a;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.socials svg{width:21px}.socials img{object-fit:contain;width:21px;height:21px}.socials .tiktok-icon{filter:invert()}.newsletter form{gap:12px;display:flex}.newsletter input{color:#fff;background:#fffbf71a;border:1px solid #f7f4f180;border-radius:14px;outline:none;flex:1;min-width:0;height:48px;padding:12px}.newsletter input::placeholder{color:var(--paper)}.newsletter button{border:1px solid var(--rust-dark);width:116px;color:var(--rust-dark);background:var(--paper);border-radius:14px}.footer-bottom{border-top:1px solid #f7f4f14d;justify-content:space-between;align-items:center;height:121px;font-size:14px;display:flex}@media (width<=900px){.section-shell{width:min(100% - 40px,650px)}.header{height:76px;padding:0 20px}.contact-page{padding-top:76px;padding-bottom:90px}.contact-shell{width:min(100% - 40px,650px)}.contact-breadcrumb{height:70px}.contact-layout{grid-template-columns:1fr;gap:52px;padding-top:36px}.contact-intro{padding-top:0}.contact-note{margin-top:36px}.brand-mark{transform-origin:0;transform:scale(.85)}.brand-mark:not(.brand-mark--light) img{filter:none}.nav{display:none}.nav-actions{gap:0}.nav-actions button{width:40px;height:40px}.product-search-layer{inset:0}.product-search-dialog{width:min(100% - 40px,760px);min-height:100dvh}.product-search-heading{padding:72px 64px 34px}.product-search-close{top:20px}.product-search-start{grid-template-columns:1fr 1fr}.product-search-discovery{padding-inline:28px}.product-search-new{grid-column:1/-1;padding:8px 0 32px}.product-search-new>div{grid-template-columns:1fr 1fr;gap:0 28px}.product-search-collections{padding-left:0;border-left:0!important}.product-search-results,.product-search-loading{gap-inline:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.menu-button{display:grid!important}.hero{height:720px}.hero-content{width:auto;inset:50% 24px auto;transform:translateY(-50%)}.hero h1{word-spacing:.12em;font-size:clamp(48px,13vw,68px);line-height:1.38}.hero-copy-layer>p{width:auto;font-size:17px}.story{padding-inline:24px;font-size:14px}.section-heading h2{font-size:42px}.categories{min-height:560px}.category{text-align:left;align-items:flex-start;padding-inline:0}.category img{width:135px;height:145px;top:-25px;left:auto;right:0}.category img.category-image--left{left:0;right:auto}.category:has(.category-image--left){text-align:right;align-items:flex-end}.category>span{font-size:32px}.category small{max-width:calc(100% - 145px)}.collection{padding-top:80px}.product-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}.product-image-wrap{height:min(53vw,390px)}.product-info h3{font-size:19px}.price{font-size:17px}.product-float-actions button{width:42px;height:42px}.shop-page{padding-top:76px}.shop-shell{width:min(100% - 40px,650px)}.shop-layout{grid-template-columns:1fr;gap:18px}.shop-filters{border:1px solid #816a6038;border-radius:14px;grid-template-columns:1fr 1fr;gap:24px;padding:18px;display:grid;position:static}.category-filter{flex-flow:wrap;gap:10px 18px}.shop-title-row{min-height:130px}.shop-title-row h1{font-size:48px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px}.wishlist-page{padding-top:76px}.wishlist-shell{width:min(100% - 40px,650px)}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px}.about-page{padding-top:76px}.about-shell{width:min(100% - 40px,650px)}.about-content{gap:72px}.about-story{grid-template-columns:1fr;gap:36px;min-height:0}.about-copy{padding-right:0}.about-story>img{height:min(78vw,520px)}.about-value-grid{grid-template-columns:1fr;gap:20px}.about-value-grid article{height:auto;min-height:190px}.about-founder{grid-template-columns:1fr;gap:36px}.about-founder-image{height:min(112vw,650px)}.reviews{min-height:0;overflow:visible}.review-carousel{margin-top:40px}.review-stack{scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;cursor:grab;-webkit-user-select:none;user-select:none;align-items:stretch;gap:16px;width:auto;height:auto;margin:0 calc(-50vw + min(100% - 40px,650px)/2);padding:28px max(20px,50vw - min(78vw,420px)/2);display:flex;overflow-x:auto;transform:none}.review-stack::-webkit-scrollbar{display:none}.review-stack--dragging{cursor:grabbing;scroll-snap-type:none}.review-stack--dragging>button{pointer-events:none}.review-stack>button{scroll-snap-align:center;flex:0 0 min(78vw,420px);width:min(78vw,420px);transform:none}.review-stack>.review-card--clone{display:block}.review-stack>button:not(:first-child){margin-left:0}.review-carousel-arrow{z-index:8;width:44px;height:44px;color:var(--rust);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f4f1f5;border:1px solid #b5592238;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #481d1d24}.review-carousel-arrow--previous{left:4px}.review-carousel-arrow--next{right:4px}.review-carousel-arrow:disabled{opacity:.35;cursor:default}.reel-viewport{scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;margin-inline:calc(-50vw + min(100% - 40px,650px)/2);padding-inline:calc(50vw - 131.5px);overflow-x:auto}.reel-viewport::-webkit-scrollbar{display:none}.reel-track{transition:none;transform:none}.reel-card{scroll-snap-align:center}.reel-arrow{z-index:8;width:44px;height:44px;color:var(--rust);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f4f1f5;border:1px solid #b5592238;border-radius:50%;display:grid;box-shadow:0 8px 24px #481d1d24}.reel-arrow--left{left:4px}.reel-arrow--right{right:4px}.reel-arrow:hover{color:var(--paper);background:var(--rust)}.reel-lightbox-media{width:min(430px,100vw - 32px);height:min(78vh,720px)}.reel-lightbox-nav{background:#ffffff1a;border-radius:50%;width:48px;height:48px;top:auto;bottom:16px;transform:none}.reel-lightbox-nav--left{left:16px}.reel-lightbox-nav--right{right:16px}.reel-lightbox-details{right:72px}.review-lightbox-media{width:min(650px,100vw - 96px)}.details-stub{gap:40px;min-height:680px;padding:126px 32px 60px}.details-stub h1{font-size:48px}.footer-grid{grid-template-columns:1fr 1fr;padding-block:60px}.newsletter{grid-column:1/-1}}.mobile-menu-layer{z-index:240;position:fixed;inset:0}.mobile-menu-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2d1f1a57;border-radius:0;width:100%;height:100%;animation:.24s both drawerFade;position:absolute;inset:0}.mobile-menu-drawer{color:#55463f;background:var(--paper);flex-direction:column;width:min(420px,92vw);height:100dvh;animation:.38s cubic-bezier(.22,1,.36,1) both drawerIn;display:flex;position:absolute;inset:0 0 0 auto;box-shadow:-16px 0 44px #481d1d24}.mobile-menu-heading{border-bottom:1px solid #55463f47;justify-content:space-between;align-items:center;min-height:96px;padding:24px;display:flex}.mobile-menu-heading span{color:var(--primary);font-family:Carlson Script,cursive;font-size:38px;line-height:1.3}.mobile-menu-heading button{width:40px;height:40px;color:var(--secondary);background:0 0;border-radius:10px;place-items:center;display:grid}.mobile-menu-heading button:hover{color:var(--primary);background:#b5592214}.mobile-menu-links{flex-direction:column;flex:1;min-height:0;padding:18px 24px 32px;display:flex;overflow-y:auto}.mobile-menu-links button{min-height:66px;color:var(--secondary);text-align:left;background:0 0;border-bottom:1px solid #816a6033;justify-content:space-between;align-items:center;padding:0 4px;font-size:20px;display:flex}.mobile-menu-links button.active{color:var(--primary);font-weight:600}.mobile-menu-links svg{width:20px;height:20px}@media (width>=901px){.mobile-menu-layer{display:none}}@media (width<=900px),(hover:none),(pointer:coarse){.category{color:var(--rust-dark)}.category img{display:none}.category small{color:#55463f;max-width:100%}}@media (width<=700px){.quick-view-layer{place-items:end center;padding:0}.quick-view-dialog{border-radius:18px 18px 0 0;grid-template-columns:1fr;width:100%;max-height:100dvh;overflow-y:auto}.quick-view-gallery{padding:20px 20px 12px}.quick-view-image-wrap img{height:min(45vh,430px)}.quick-view-dots{padding-top:13px}.quick-view-details{justify-content:flex-start;padding:20px 24px 30px}.quick-view-details h2{padding-right:42px;font-size:26px}.quick-view-price{margin:9px 0 20px;font-size:18px}.quick-view-quantity{margin-bottom:20px}.quick-view-close{position:fixed;top:14px;right:14px}}@media (width<=560px){.section-shell{width:calc(100% - 32px)}.product-search-dialog{width:calc(100% - 32px);min-height:100dvh;padding-bottom:40px}.product-search-heading{padding:74px 32px 28px}.product-search-heading p{margin-bottom:22px}.product-search-heading h2{white-space:nowrap;font-size:40px}.product-search-close{border-radius:13px;width:44px;height:44px;top:16px;right:0}.product-search-input{height:60px;padding-inline:16px}.product-search-input input{font-size:15px}.product-search-content{min-height:240px;margin-top:30px;padding-top:26px}.product-search-start{grid-template-columns:1fr}.product-search-discovery,.product-search-discovery:first-child,.product-search-discovery:last-child{padding:18px 0 28px}.product-search-discovery+.product-search-discovery{border-top:1px solid #b559222e;border-left:0}.product-search-discovery h3{margin-bottom:20px;font-size:30px}.product-search-new{grid-column:auto;padding-top:0!important}.product-search-new>div{grid-template-columns:1fr}.product-search-new a{grid-template-columns:72px minmax(0,1fr);min-height:104px}.product-search-new img{width:72px;height:84px}.product-search-collections>div{grid-template-columns:1fr 1fr}.product-search-collections button{min-height:70px;padding:12px 14px}.product-search-suggestions>div{grid-template-columns:1fr 1fr;width:100%;display:grid}.product-search-results,.product-search-loading{grid-template-columns:1fr}.product-search-result{grid-template-columns:72px minmax(0,1fr) 20px;gap:12px;min-height:112px}.product-search-result>img{width:72px;height:92px}.product-search-skeleton{grid-template-columns:72px 1fr;gap:12px;min-height:112px}.product-search-skeleton i{width:72px;height:92px}.contact-page{padding-bottom:72px}.contact-shell{width:calc(100% - 32px)}.contact-breadcrumb{font-size:14px}.contact-layout{gap:42px;padding-top:28px}.contact-intro h1{font-size:52px}.contact-intro>p:not(.contact-eyebrow){margin-top:30px;font-size:16px}.contact-note{padding:22px}.contact-form{border-radius:18px;padding:26px 20px}.inquiry-chips{grid-template-columns:1fr 1fr;display:grid}.hero{height:680px}.hero-video{object-position:57% center}.hero h1{letter-spacing:-.35px;word-spacing:.12em;font-size:38px;line-height:1.5}.hero-copy-layer>p{max-width:350px;margin:16px 0 14px;font-size:15px;line-height:1.5}.primary-button{width:100%}.story{padding-block:44px}.categories{padding-top:24px}.section-heading h2{font-size:38px}.category{height:auto;min-height:150px;padding-block:24px}.category>span{color:#816a60}.category img{width:106px;height:114px}.category small{color:#816a60;width:100%;max-width:none;font-size:17px;line-height:1.5}.collection-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px;display:grid}.collection-heading .section-heading{display:contents}.collection-heading .section-heading h2{color:var(--primary);grid-column:1/-1}.collection-heading .section-heading p{grid-area:2/1;width:100%}.text-button{grid-area:2/2;place-self:start end;margin-top:22px;font-size:15px}.product-grid{grid-template-columns:1fr}.product-image-wrap{height:120vw;max-height:520px}.shop-shell{width:calc(100% - 32px)}.breadcrumbs{height:70px}.shop-filters{grid-template-columns:1fr}.shop-title-row{flex-direction:column;align-items:flex-start;gap:18px;min-height:122px;padding-block:24px}.shop-title-row h1{font-size:44px}.shop-title-row label{align-self:flex-end}.shop-product-grid{grid-template-columns:1fr}.wishlist-page{padding-bottom:72px}.wishlist-shell{width:calc(100% - 32px)}.wishlist-breadcrumb{height:70px;font-size:14px}.wishlist-shell>h1{margin:6px 0 34px;font-size:38px}.wishlist-grid{grid-template-columns:1fr}.about-page{padding-bottom:72px}.about-shell{width:calc(100% - 32px)}.about-breadcrumb{height:70px;font-size:14px}.about-content{gap:58px}.about-copy h1{margin-bottom:20px;font-size:48px}.about-copy p{font-size:16px;line-height:24px}.about-story>img{border-radius:18px;height:105vw;max-height:470px}.about-values{padding-block:18px}.about-values>h2,.about-founder-copy h2{margin-bottom:24px;font-size:42px}.about-value-grid h3{font-size:30px}.about-founder-image{height:120vw;max-height:575px}.about-founder-image>a{justify-content:center;padding-inline:16px;font-size:16px;bottom:20px;left:18px;right:18px}.about-founder-copy p,.about-founder-copy strong{font-size:16px;line-height:24px}.product-card--compact .product-image-wrap{max-height:none}.reviews{min-height:0;padding-top:72px;padding-bottom:72px}.review-stack{gap:12px;margin-inline:-16px;padding-inline:calc(50vw - min(78vw,420px)/2)}.review-carousel-arrow{width:42px;height:42px}.review-carousel-arrow--previous{left:-4px}.review-carousel-arrow--next{right:-4px}.reels{padding-top:28px;padding-bottom:72px}.reel-viewport{margin-inline:-16px;padding-inline:calc(50vw - 131.5px)}.reel-arrow{width:42px;height:42px}.reel-arrow--left{left:-4px}.reel-arrow--right{right:-4px}.dots{margin-top:28px}.footer-grid{grid-template-columns:1fr 1fr;gap:42px 18px}.footer-brand,.newsletter{grid-column:1/-1}.footer-grid>div:not(.footer-brand)>a{font-size:15px}.newsletter form{flex-direction:column}.newsletter button{width:100%;height:48px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;height:auto;padding-block:28px}.toast-viewport{bottom:16px;right:16px}.cart-drawer-heading{min-height:96px;padding:24px}.cart-drawer-items{gap:24px;padding:20px}.cart-drawer-footer{gap:18px;padding:24px 20px 20px}.cart-line{gap:12px}.cart-line>img{width:88px;height:117px}.quantity-stepper{width:138px}.reel-lightbox-count{top:16px;left:16px}.reel-lightbox-close{top:8px;right:10px}.reel-lightbox-media{width:calc(100vw - 24px);height:min(76vh,640px)}.reel-lightbox-details{flex-direction:column;align-items:flex-start;gap:7px;bottom:16px;left:14px;right:64px}.details-stub{grid-template-columns:1fr;gap:28px;min-height:760px;padding:108px 20px 56px}.details-stub>img{max-height:430px}.details-stub h1{font-size:42px}}@media (width<=900px){.product-details-shell{width:min(100% - 40px,650px);padding-bottom:72px}.product-breadcrumbs{white-space:nowrap;min-height:76px;overflow-x:auto}.product-hero{grid-template-columns:1fr;gap:36px}.product-gallery{grid-template-columns:86px minmax(0,1fr)}.product-main-image{height:min(94vw,650px)}.product-summary{padding:0}.product-summary h1{font-size:44px}.product-information{margin-top:54px}.similar-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.similar-products .product-card:last-child{display:none}.review-modal{width:min(760px,100%)}.review-modal form{min-height:0;padding:40px}.review-fields-row{grid-template-columns:1fr;gap:18px}}@media (width<=560px){.product-details-page{padding-top:76px}.product-details-shell{width:calc(100% - 32px)}.product-breadcrumbs{min-height:70px;font-size:12px}.product-gallery{flex-direction:column-reverse;display:flex}.product-thumbnails{flex-direction:row;max-height:none;padding-bottom:3px;overflow-x:auto}.product-thumbnails button{flex:0 0 72px;width:72px}.product-main-image{touch-action:pan-y;-webkit-user-select:none;user-select:none;height:118vw;max-height:590px}.product-main-image>button{width:44px;height:44px;right:14px}.product-main-image>.product-wishlist-button{top:14px}.product-main-image>.product-zoom-button{bottom:14px}.product-zoom-layer{padding:72px 12px 92px}.product-zoom-count{top:20px;left:18px}.product-zoom-close{width:46px;height:46px;top:10px;right:12px}.product-zoom-nav{width:48px;height:48px;top:auto;bottom:20px;transform:none}.product-zoom-nav--previous{left:calc(50% - 58px)}.product-zoom-nav--next{right:calc(50% - 58px)}.review-lightbox{padding:72px 12px 92px}.review-lightbox-count{top:20px;left:18px}.review-lightbox-close{width:46px;height:46px;top:10px;right:12px}.review-lightbox-media{width:calc(100vw - 24px);height:min(76vh,640px)}.review-lightbox-nav{width:48px;height:48px;top:auto;bottom:20px;transform:none}.review-lightbox-nav--previous{left:calc(50% - 58px)}.review-lightbox-nav--next{right:calc(50% - 58px)}.product-summary-label{margin-top:2px}.product-summary h1{font-size:39px}.product-summary-copy{margin-block:22px;font-size:15px}.product-buy-row{flex-direction:column;align-items:stretch}.product-add-button{width:100%;min-width:0}.product-buy-row .quantity-stepper{width:100%}.product-tabs button{font-size:14px}.submitted-reviews{grid-template-columns:1fr}.review-panel-heading{flex-direction:column;align-items:flex-start;gap:16px}.review-panel-heading button{width:100%}.similar-products{padding-top:58px}.similar-products .section-heading h2{font-size:38px}.similar-products .product-grid{grid-template-columns:1fr}.similar-products .product-card:last-child{display:block}.review-modal-layer{align-items:end;padding:0}.review-modal{border-radius:20px 20px 0 0;width:100%;max-height:94dvh}.review-modal form{gap:20px;padding:28px 20px 24px}.review-modal-heading h2{font-size:34px}.review-modal-heading button{width:40px;height:40px}.review-rating button{width:36px;height:36px;font-size:34px}.review-body-field textarea{height:138px}.review-photo-upload{min-height:100px}.review-photo-selection ol{gap:8px}.review-photo-selection li>img{height:27vw;max-height:118px}.review-photo-actions{gap:3px;height:40px;padding:4px}.review-modal--success{height:76dvh}.review-success{justify-content:center;padding:58px 20px 24px}.review-success h2{font-size:36px}.review-success p{font-size:16px;line-height:1.5}}@media (width<=900px){.care-page{padding-top:76px;padding-bottom:90px}.care-shell{width:min(100% - 40px,650px)}.care-breadcrumb{height:70px}.care-hero{margin:44px auto 0}.care-section{padding:76px 0 18px}.care-tip-grid{grid-template-columns:1fr}.care-tip-grid article{min-height:0}.care-storage{padding-bottom:18px}.faq-page{padding-top:76px;padding-bottom:90px}.faq-shell{width:min(100% - 40px,650px)}.faq-breadcrumb{height:70px}.faq-hero{margin:44px auto 64px}.faq-policy-links{flex-direction:column;align-items:flex-start;margin-top:72px}.faq-policy-links>div{justify-content:flex-start}}@media (width<=560px){.care-page{padding-bottom:72px}.care-shell{width:calc(100% - 32px)}.care-breadcrumb{font-size:14px}.care-hero{margin:34px auto 0}.care-hero h1{font-size:52px;line-height:1.12}.care-hero>p:last-child{margin-top:30px;font-size:16px;line-height:1.65}.care-section{padding:64px 0 12px}.care-section-heading{margin-bottom:40px}.care-section-heading h2{font-size:44px}.care-tip-grid{gap:14px}.care-tip-grid article{border-radius:18px;padding:28px 24px}.care-tip-icon{margin-bottom:24px}.care-step-list li{grid-template-columns:48px 1fr;gap:12px;padding:24px 0}.care-step-list li>span{width:40px;height:40px}.care-storage{padding-bottom:12px}.care-storage-card{border-radius:18px;padding:70px 24px 28px}.care-storage-card>svg{top:26px;left:24px}.care-storage-card p{font-size:16px;line-height:1.7}.accordion-item h3 button{min-height:76px;padding-block:18px;font-size:17px}.accordion-panel p{padding-right:16px;font-size:15px}.faq-page{min-height:650px;padding:76px 0 72px}.faq-shell{width:calc(100% - 32px)}.faq-breadcrumb{font-size:14px}.faq-hero{margin:34px auto 54px}.faq-page h1{font-size:50px}.faq-hero>p:not(.care-eyebrow){margin:26px auto 28px;font-size:16px}.faq-search{border-radius:16px;height:56px;padding-inline:16px}.faq-categories{margin-inline:-2px;scrollbar-width:none;justify-content:flex-start;gap:8px;margin-bottom:38px;overflow-x:auto}.faq-categories::-webkit-scrollbar{display:none}.faq-categories button{flex:none;min-width:102px;height:42px;padding-inline:18px}.faq-group+.faq-group{margin-top:44px}.faq-policy-links{border-radius:18px;margin-top:58px;padding:28px 24px}.faq-policy-links>div{gap:14px 22px}}@media (width<=900px){.shipping-page{padding-top:76px;padding-bottom:90px}.shipping-shell{width:min(100% - 40px,650px)}.shipping-breadcrumb{height:70px}.shipping-hero{margin:72px 0 112px}.policy-section--returns,.shipping-help{margin-top:112px}}@media (width<=560px){.shipping-page{padding-bottom:72px}.shipping-shell{width:calc(100% - 32px)}.shipping-breadcrumb{font-size:14px}.shipping-hero{margin:56px 0 88px}.shipping-hero h1{letter-spacing:-.025em;font-size:45px;line-height:1.22}.shipping-hero h1 em{margin-top:.08em;padding-block:.05em;line-height:1.08;display:block}.shipping-hero>p:last-child{margin-top:24px;font-size:16px;line-height:1.7}.policy-section-heading{margin-bottom:32px}.policy-section-heading h2{font-size:36px;line-height:1.25}.policy-section--returns{margin-top:88px}.policy-list li{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:30px 0 32px}.policy-list li>span{padding-top:4px;font-size:11px}.policy-list p{font-size:16px;line-height:1.7}.shipping-help{margin-top:88px}.shipping-help h2{font-size:28px}.shipping-help>p{font-size:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.page-view [data-reveal],.homepage [data-parallax]{opacity:1!important;transform:none!important}.homepage .product-card[data-reveal] .product-image-wrap{clip-path:inset(0 round 14px)!important}.cart-action .cart-badge{animation:.12s both reducedBadge!important}.toast-card{animation:.12s both reducedToastIn!important}.toast-card--leaving{animation:.12s both reducedToastOut!important}.quick-view-dialog,.quick-view-layer--closing .quick-view-dialog,.review-modal{transform:none!important}@keyframes reducedBadge{0%{opacity:.45}to{opacity:1}}@keyframes reducedToastIn{0%{opacity:0}to{opacity:1}}@keyframes reducedToastOut{0%{opacity:1}to{opacity:0}}}.checkout-page{background:var(--page-background);min-height:760px;padding:100px 0 96px}.checkout-shell{width:min(1184px,100% - 64px);margin-inline:auto}.checkout-breadcrumb{height:88px;color:var(--secondary);align-items:center;gap:10px;font-size:14px;display:flex}.checkout-breadcrumb button{color:var(--secondary);background:0 0;padding:0}.checkout-breadcrumb button:hover{color:var(--primary)}.checkout-breadcrumb b{color:#55463f;font-weight:600}.checkout-layout{grid-template-columns:minmax(0,1.28fr) minmax(390px,1fr);align-items:start;gap:24px;display:grid}.checkout-form-column{min-width:0;padding:6px 40px 20px 0}.checkout-section{padding-bottom:36px}.checkout-section+.checkout-section{border-top:1px solid #816a6047;padding-top:36px}.checkout-kicker{color:var(--primary);letter-spacing:.19em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700;line-height:1.4}.checkout-section h1,.checkout-section h2{color:#55463f;letter-spacing:-.02em;margin:0 0 30px;font-size:28px;font-weight:600;line-height:1.2}.checkout-fields{gap:22px 16px;display:grid}.checkout-fields-two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field,.checkout-field-wide{min-width:0}.checkout-field-wide{grid-column:1/-1}.checkout-field label{color:#55463f;letter-spacing:.13em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:700;line-height:1.4;display:block}.checkout-field input,.checkout-field select,.checkout-field textarea{color:#55463f;letter-spacing:.25px;background:#fffaf6c7;border:1px solid #816a607a;border-radius:14px;outline:0;width:100%;font-size:14px;font-weight:500;line-height:20px;transition:border-color .2s,box-shadow .2s,background .2s}.checkout-field input,.checkout-field select{height:56px;padding:0 16px}.checkout-select{position:relative}.checkout-field select{appearance:none;cursor:pointer;padding-right:48px}.checkout-select>svg{pointer-events:none;width:18px;height:18px;color:var(--secondary);stroke-width:1.8px;position:absolute;top:50%;right:17px;transform:translateY(-50%)}.checkout-field select:disabled{color:#55463f7a;cursor:not-allowed;background:#816a600f;border-color:#816a6047}.checkout-select:has(select:disabled)>svg{color:#55463f59}.checkout-field textarea{resize:vertical;min-height:126px;padding:16px}.checkout-field input::placeholder,.checkout-field textarea::placeholder{color:#55463f8c;opacity:1}.checkout-field input:hover,.checkout-field select:hover,.checkout-field textarea:hover{border-color:#816a60c2}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #b559221a}.checkout-field input[aria-invalid=true],.checkout-field select[aria-invalid=true],.checkout-field textarea[aria-invalid=true]{background:snow;border-color:#a7362c}.checkout-field-error{color:#a7362c;margin:7px 2px 0;font-size:12px;line-height:1.35}.checkout-helper{color:var(--secondary);margin:8px 2px 0;font-size:12px;line-height:1.5}.checkout-summary{background:#fffaf6c2;border:1px solid #b559222e;border-radius:20px;min-width:0;padding:28px;position:sticky;top:124px}.checkout-summary>h2{color:#55463f;margin:0 0 22px;font-size:22px;font-weight:600;line-height:1.2}.checkout-items{flex-direction:column;gap:18px;display:flex}.checkout-item{border-bottom:1px solid #816a602e;grid-template-columns:82px minmax(0,1fr);gap:14px;min-width:0;padding-bottom:18px;display:grid}.checkout-item>img{object-fit:cover;background:#ebe5e0;border-radius:14px;width:82px;height:104px}.checkout-item-copy{flex-direction:column;justify-content:space-between;gap:12px;min-width:0;display:flex}.checkout-item-heading,.checkout-item-actions{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.checkout-item-heading>div{min-width:0}.checkout-item h3{overflow-wrap:anywhere;color:#55463f;margin:0 0 5px;font-size:15px;font-weight:600;line-height:1.3}.checkout-item-heading p{color:var(--secondary);margin:2px 0 0;font-size:11px;line-height:1.35}.checkout-item-heading p span{text-transform:capitalize}.checkout-item-heading>button{color:#b42318;background:0 0;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;padding:4px;display:grid}.checkout-item-heading>button:hover,.checkout-item-heading>button:focus-visible{color:#8f1710;background:#b423181a}.checkout-item-heading svg{stroke-width:1.7px;width:17px;height:17px}.checkout-item-actions{align-items:center}.checkout-item-actions>strong{color:var(--primary);white-space:nowrap;font-size:13px}.checkout-quantity{border:1px solid #816a6061;border-radius:12px;grid-template-columns:repeat(3,1fr);width:105px;height:36px;display:grid;overflow:hidden}.checkout-quantity button,.checkout-quantity span{place-items:center;display:grid}.checkout-quantity button{color:var(--primary);background:0 0;padding:0}.checkout-quantity button:hover{background:#b5592214}.checkout-quantity button:disabled{color:#816a6061;cursor:not-allowed;background:0 0}.checkout-quantity svg{stroke-width:1.7px;width:15px;height:15px}.checkout-quantity span{color:#55463f;border-inline:1px solid #816a6040;font-size:12px;font-weight:600}.checkout-totals{padding:20px 0 4px}.checkout-totals p,.checkout-totals>div{justify-content:space-between;align-items:center;gap:16px;margin:0;display:flex}.checkout-totals p{color:var(--secondary);padding:5px 0;font-size:13px}.checkout-totals p strong{color:#55463f;font-size:13px;font-weight:600}.checkout-totals .checkout-discount-row,.checkout-totals .checkout-discount-row strong{color:var(--primary)}.checkout-totals>div{color:#55463f;border-top:1px solid #816a6047;margin-top:10px;padding-top:15px;font-size:18px;font-weight:600}.checkout-totals>div strong{color:var(--primary);font-size:20px}.checkout-summary-section{margin-top:24px}.checkout-summary-section h3{color:#55463f;margin:0 0 11px;font-size:16px;font-weight:600;line-height:1.3}.checkout-shipping-methods{gap:9px;display:grid}.checkout-shipping-method{cursor:pointer;background:#fff;border:1px solid #816a6052;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px;padding:13px 14px;transition:border-color .18s,box-shadow .18s;display:grid}.checkout-shipping-method:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 2px #b559221a}.checkout-shipping-method input{width:17px;height:17px;accent-color:var(--primary);margin:2px 0 0}.checkout-shipping-method span{gap:3px;min-width:0;display:grid}.checkout-shipping-method strong,.checkout-shipping-method b{color:#55463f;font-size:13px}.checkout-shipping-method small{color:var(--secondary);font-size:11px;line-height:1.45}.checkout-shipping-method b{white-space:nowrap}.checkout-discount{background:#fff;border:1px solid #816a607a;border-radius:14px;align-items:center;height:48px;display:flex;overflow:hidden}.checkout-discount:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #b559221a}.checkout-discount>svg{width:18px;height:18px;color:var(--primary);stroke-width:1.7px;flex:none;margin-left:14px}.checkout-discount input{color:#55463f;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 10px;font-size:13px}.checkout-discount button{color:var(--primary);background:0 0;align-self:stretch;padding:0 15px;font-size:13px;font-weight:600}.checkout-discount button:hover{background:#b5592214}.checkout-discount button:disabled{opacity:.48;cursor:not-allowed}.checkout-status{color:#a7362c;min-height:17px;margin:7px 2px 0;font-size:11px;line-height:1.45}.checkout-status-success{color:#56724d}.checkout-payment{cursor:default;background:#fff;border:1px solid #816a6061;border-radius:14px;align-items:flex-start;gap:11px;padding:14px;display:flex}.checkout-payment input{width:17px;height:17px;accent-color:var(--primary);flex:none;margin:2px 0 0}.checkout-payment span{flex-direction:column;gap:4px;display:flex}.checkout-payment strong{color:#55463f;font-size:13px}.checkout-payment small{color:var(--secondary);font-size:12px;line-height:1.45}.checkout-form-error{color:#8f2f28;background:#a7362c14;border-radius:12px;margin:18px 0 0;padding:12px 14px;font-size:12px;line-height:1.45}.checkout-place-order.primary-button{width:100%;height:50px;margin-top:22px;font-size:15px}.checkout-place-order.primary-button:disabled{opacity:.48;cursor:not-allowed;transform:none}.checkout-assurance{color:var(--secondary);text-align:center;margin:11px 0 0;font-size:11px;line-height:1.45}.checkout-button-spinner,.checkout-spinner{border:2px solid #ffffff61;border-top-color:currentColor;border-radius:50%;animation:.75s linear infinite checkoutSpin}.checkout-button-spinner{width:17px;height:17px}.checkout-spinner{width:30px;height:30px;color:var(--primary);border-color:currentColor #b559222e #b559222e}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.checkout-state{width:min(620px,100% - 32px);min-height:620px;color:var(--secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:90px 0;display:flex}.checkout-state>svg{width:48px;height:48px;color:var(--primary);stroke-width:1.35px;margin-bottom:24px}.checkout-state>span:not(.checkout-spinner){color:#fff;background:var(--primary);border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:24px;display:grid}.checkout-state>span svg{width:28px;height:28px}.checkout-state h1{color:var(--primary);margin:4px 0 16px;font-family:Carlson Script,cursive;font-size:clamp(48px,6vw,68px);font-weight:400;line-height:1.15}.checkout-success h1{line-height:1.32}.checkout-state>p:not(.checkout-kicker){max-width:500px;margin:0 0 28px;font-size:16px;line-height:1.65}.checkout-state .primary-button{width:270px}@media (width<=980px){.checkout-shell{width:min(100% - 40px,680px)}.checkout-layout{grid-template-columns:1fr;gap:38px}.checkout-form-column{padding-right:0}.checkout-summary{position:static}}@media (width<=600px){.checkout-page{padding-top:76px;padding-bottom:72px}.checkout-shell{width:calc(100% - 32px)}.checkout-breadcrumb{height:70px;font-size:13px}.checkout-form-column{padding-top:4px}.checkout-section{padding-bottom:30px}.checkout-section+.checkout-section{padding-top:30px}.checkout-section h1,.checkout-section h2{margin-bottom:24px;font-size:25px}.checkout-fields-two{grid-template-columns:1fr}.checkout-fields{gap:19px}.checkout-summary{border-radius:18px;padding:22px 18px}.checkout-summary>h2{font-size:21px}.checkout-item{grid-template-columns:76px minmax(0,1fr);gap:12px}.checkout-item>img{width:76px;height:98px}.checkout-item-actions{flex-direction:column;align-items:flex-end;gap:8px}.checkout-quantity{width:102px}.checkout-state{min-height:540px;padding:70px 0}.checkout-state:not(.checkout-success) h1{color:#816a60;padding-block:.08em;font-size:44px;line-height:1.3;overflow:visible}.checkout-success h1{font-size:48px}}
