*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(calc(100% - 40px),var(--page));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:#fff;padding:10px;z-index:999}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;background:var(--ink);color:#fff;border:1px solid var(--ink);font-weight:700;letter-spacing:.01em}.button--light{background:#fff;color:var(--ink);border-color:#fff}.button--outline{background:transparent;color:var(--ink)}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.section{padding:76px 0}.section-title{font-size:clamp(2rem,4vw,4.5rem);line-height:.95;letter-spacing:-.05em;margin:0 0 18px}.section-sub{max-width:620px;color:#5c5a53;font-size:1.05rem}.announcement{background:var(--accent);color:#fff;font-size:.83rem;text-align:center;padding:9px 16px}.site-header{background:#f6f3edf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.04em;font-size:1.55rem}.brand-mark{width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-size:1.25rem}.brand-plus{font-weight:500}.nav{display:flex;justify-content:center;gap:26px;font-size:.93rem}.header-actions{display:flex;gap:16px;align-items:center}.icon-link{font-size:.9rem}.menu-toggle{display:none;border:0;background:transparent;font-size:1.4rem}.mobile-nav{display:none;padding:10px 20px 24px;border-top:1px solid var(--line)}.mobile-nav.open{display:grid;gap:14px}.hero{padding:26px 0 0}.hero-card{min-height:620px;border-radius:calc(var(--radius) + 10px);overflow:hidden;position:relative;background:#ddd}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-fallback{width:100%;height:100%;background:linear-gradient(135deg,#d9d3c8,#8b8f76)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#10100eb8,#10100e57 48%,#10100e0d 75%)}.hero-content{position:relative;z-index:2;min-height:620px;padding:clamp(36px,6vw,88px);display:flex;flex-direction:column;justify-content:flex-end;color:#fff;max-width:780px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(3.2rem,7vw,7.5rem);line-height:.86;letter-spacing:-.055em;margin:14px 0 24px;font-weight:500}.hero p{font-size:clamp(1rem,1.5vw,1.25rem);max-width:560px;margin:0 0 30px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.category-card{position:relative;aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background:#dedbd3}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover img{transform:scale(1.03)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}.category-label{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:1.3rem;font-weight:700}.placeholder-tile{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#d5d0c5,#b7b29f);color:#4a4943}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}.product-card{min-width:0}.product-media{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:#ebe7de}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-media img{transform:scale(1.025)}.product-info{padding:14px 2px}.product-title{font-weight:650;margin-bottom:5px}.price{font-size:.95rem}.price s{color:#8a877e;margin-left:8px}.split{display:grid;grid-template-columns:1.05fr .95fr;border-radius:calc(var(--radius) + 8px);overflow:hidden;background:var(--ink);color:#fff}.split-media{min-height:520px;background:#d8d3c8}.split-media img{width:100%;height:100%;object-fit:cover}.split-copy{padding:clamp(36px,6vw,80px);display:flex;justify-content:center;flex-direction:column}.split-copy h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,5.6rem);line-height:.92;font-weight:500;letter-spacing:-.045em;margin:12px 0 20px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.benefit{background:var(--paper);padding:28px}.benefit strong{display:block;margin-bottom:6px}.benefit span{font-size:.9rem;color:#68665f}.newsletter{background:var(--accent);color:#fff;border-radius:calc(var(--radius) + 8px);padding:clamp(38px,6vw,76px);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}.newsletter h2{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(2.6rem,5vw,5rem);line-height:.92;margin:0}.newsletter form{display:flex;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:10px}.newsletter input{flex:1;background:transparent;border:0;color:#fff;font-size:1rem;outline:none}.newsletter input::placeholder{color:#ffffffbf}.newsletter button{border:0;background:transparent;color:#fff;font-weight:800}.footer{padding:56px 0 28px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.footer-links{display:grid;gap:10px;font-size:.92rem;color:#5f5d56}.footer-bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:22px;font-size:.82rem;color:#77746c;display:flex;justify-content:space-between}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;padding:54px 0 80px}.product-gallery img{width:100%;border-radius:var(--radius);background:#ece8df}.product-details{position:sticky;top:120px;align-self:start}.product-details h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,5vw,5rem);line-height:.95;font-weight:500;margin:10px 0 20px}.product-price{font-size:1.35rem;margin-bottom:22px}.product-form select,.product-form input{width:100%;padding:14px;border:1px solid var(--line);background:#fff;border-radius:10px;margin:8px 0 16px}.product-form .button{width:100%}.rte{max-width:760px}.collection-head{padding:60px 0 24px}.collection-head h1{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(3rem,7vw,6.5rem);line-height:.9;margin:0}.empty{padding:60px 0;color:#68665f}@media(max-width:900px){.page-width{width:min(calc(100% - 28px),var(--page))}.header-inner{height:70px;grid-template-columns:auto 1fr auto}.nav{display:none}.menu-toggle{display:block}.brand{justify-self:center}.header-actions .icon-link:first-child{display:none}.hero-card,.hero-content{min-height:530px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.split,.newsletter,.product-page{grid-template-columns:1fr}.split-media{min-height:360px}.benefits{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-details{position:static}.newsletter{gap:30px}}@media(max-width:560px){.section{padding:52px 0}.hero{padding-top:14px}.hero-card,.hero-content{min-height:500px}.hero-content{padding:28px}.hero h1{font-size:3.3rem}.category-grid,.product-grid{gap:10px}.benefits,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid;gap:8px}.brand{font-size:1.25rem}.brand-mark{width:30px;height:30px}}.header-top{height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-spacer{min-width:40px}.brand--center{grid-column:2;justify-self:center;display:flex;align-items:center;gap:11px;letter-spacing:.12em}.brand-logo{width:min(var(--logo-width,220px),100%);max-height:64px;object-fit:contain}.brand-word{font-family:Georgia,Times New Roman,serif;font-size:1.72rem;font-weight:500;letter-spacing:.08em}.brand-divider{height:27px;width:1px;background:var(--accent);display:block}.brand-plus-text{font-size:.67rem;font-weight:800;letter-spacing:.34em}.header-actions{justify-self:end}.header-icon{font-size:.83rem;letter-spacing:.04em}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--accent);color:#fff;margin-left:4px;font-size:.7rem}.header-nav-row{border-top:1px solid var(--line);min-height:48px;display:flex;align-items:center;justify-content:center}.nav--center{width:100%;justify-content:center;gap:34px;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}.category-section{overflow:hidden}.category-heading{text-align:center;max-width:760px;margin:0 auto 34px}.category-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,4rem);font-weight:500;letter-spacing:-.035em;margin-top:9px}.category-heading p{color:#68665f;margin:0}.category-scroll{display:grid;grid-template-columns:repeat(6,1fr);gap:24px 18px}.category-bubble{text-align:center;min-width:0}.category-circle{width:min(100%,168px);aspect-ratio:1;display:grid;place-items:center;margin:0 auto 12px;border-radius:50%;overflow:hidden;background:#e9e3d9;border:1px solid rgba(28,28,24,.08);box-shadow:0 8px 28px #1c1c180f;transition:transform .3s ease,box-shadow .3s ease}.category-circle img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-bubble:hover .category-circle{transform:translateY(-4px);box-shadow:0 14px 34px #1c1c181c}.category-bubble:hover img{transform:scale(1.05)}.category-monogram{font-family:Georgia,Times New Roman,serif;font-size:3rem;color:var(--accent)}.category-name{font-size:.86rem;font-weight:700;letter-spacing:.02em}@media(max-width:900px){.header-top{height:78px}.header-nav-row,.header-spacer{display:none}.brand--center{grid-column:2}.category-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-bubble{flex:0 0 116px;scroll-snap-align:start}.category-circle{width:108px}.header-actions .header-icon:first-child{display:none}}@media(max-width:560px){.brand-word{font-size:1.28rem}.brand-plus-text{font-size:.56rem}.brand-divider{height:22px}.header-actions{font-size:.72rem}.category-bubble{flex-basis:100px}.category-circle{width:92px}}:root{--up-shadow:0 18px 60px rgba(22,20,17,.08)}.site-header{background:#f8f6f1f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-main{height:106px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.header-side{display:flex;align-items:center;gap:20px}.header-side--right{justify-self:end}.header-action{display:flex;align-items:center;gap:7px;font-size:.79rem;font-weight:700;color:#34312d}.header-action svg,.menu-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-icon-wrap{position:relative;display:grid;place-items:center}.cart-icon-wrap b{position:absolute;right:-8px;top:-8px;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.65rem}.brand-modern{grid-column:2;display:flex;align-items:center;gap:12px;justify-self:center}.brand-symbol{width:48px;height:48px;display:block}.brand-symbol svg{width:100%;height:100%}.logo-frame{fill:var(--ink)}.logo-u,.logo-plus{fill:none;stroke:var(--paper);stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round}.logo-plus{stroke:var(--accent)}.brand-copy{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:8px;align-items:end}.brand-copy strong{font-size:1.4rem;letter-spacing:.13em;line-height:1;font-weight:800}.brand-copy em{font-style:normal;font-size:.72rem;letter-spacing:.28em;color:var(--accent);font-weight:900;line-height:1.2}.brand-copy small{grid-column:1/3;margin-top:5px;font-size:.56rem;letter-spacing:.18em;text-transform:uppercase;color:#777169}.header-nav-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);height:50px}.nav--center a{position:relative}.nav--center a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--accent);transition:right .25s ease}.nav--center a:hover:after{right:0}.menu-toggle{display:none;border:0;background:none;padding:7px}.mobile-nav{position:fixed;inset:0 auto 0 0;width:min(88vw,380px);background:var(--paper);z-index:100;padding:24px;box-shadow:20px 0 60px #00000024;transform:translate(-110%);transition:.3s ease;display:flex;flex-direction:column;gap:2px}.mobile-nav.open{transform:translate(0);display:flex}.mobile-nav>a{padding:15px 2px;border-bottom:1px solid var(--line);font-weight:700}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mobile-nav-head button{border:0;background:none;font-size:2rem}.mobile-account-links{display:grid;gap:10px;margin-top:24px}.mobile-account-links a{padding:13px 15px;border-radius:12px;background:#efeae1;font-weight:700}.hero-slideshow{padding:24px 0 0}.slideshow-shell{position:relative;height:min(68vw,640px);min-height:510px;border-radius:26px;overflow:hidden;box-shadow:var(--up-shadow);background:#ddd}.slides-track,.hero-slide,.hero-slide-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide-media img{width:100%;height:100%;object-fit:cover}.hero-fallback{width:100%;height:100%}.hero-fallback--1{background:linear-gradient(135deg,#d8d0c3,#807969)}.hero-fallback--2{background:linear-gradient(135deg,#b9b2a6,#5e655a)}.hero-fallback--3{background:linear-gradient(135deg,#d2b6a0,#7d5849)}.hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#131210bd,#1312104d 50%,#1312100a 76%)}.hero-slide-content{position:absolute;z-index:2;left:clamp(30px,6vw,82px);bottom:clamp(38px,7vw,86px);max-width:690px;color:#fff}.hero-slide-content h1{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(3rem,6vw,6.4rem);line-height:.9;letter-spacing:-.055em;margin:14px 0 22px}.hero-slide-content p{max-width:560px;font-size:1.08rem;margin:0 0 28px}.slide-arrow,.category-arrow{position:absolute;z-index:4;border:1px solid rgba(255,255,255,.45);background:#ffffffe6;color:var(--ink);width:44px;height:44px;border-radius:50%;font-size:1.8rem;display:grid;place-items:center;cursor:pointer}.slide-arrow{top:50%;transform:translateY(-50%)}.slide-arrow--prev{left:20px}.slide-arrow--next{right:20px}.slide-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translate(-50%);display:flex;gap:8px}.slide-dot{width:8px;height:8px;border-radius:50%;border:0;background:#ffffff80;padding:0}.slide-dot.is-active{width:24px;border-radius:99px;background:#fff}.category-carousel-wrap{position:relative;padding:0 54px}.category-scroll{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 18px}.category-scroll::-webkit-scrollbar{display:none}.category-bubble{flex:0 0 142px;scroll-snap-align:start;text-align:center}.category-circle{width:132px;height:132px;border-radius:50%;margin:0 auto 12px;background:#ece6dc;border:1px solid rgba(30,27,23,.08);box-shadow:0 10px 30px #231f1b12;overflow:hidden;display:grid;place-items:center;transition:.3s ease}.category-circle img{width:100%;height:100%;object-fit:cover}.category-bubble:hover .category-circle{transform:translateY(-5px);box-shadow:0 15px 38px #231f1b1f}.category-name{font-size:.82rem;font-weight:800}.category-arrow{top:48px;border-color:var(--line);box-shadow:0 8px 24px #00000014}.category-arrow--prev{left:0}.category-arrow--next{right:0}.benefits--premium{grid-template-columns:repeat(4,1fr);background:#f0ebe3;border:0;gap:0;border-radius:22px}.benefits--premium .benefit{display:flex;gap:16px;align-items:center;background:#f4efe7;padding:26px 24px;border-right:1px solid #ded7cd}.benefits--premium .benefit:last-child{border-right:0}.benefit-icon{width:42px;height:42px;border-radius:50%;background:var(--paper);display:grid;place-items:center;flex:0 0 auto}.benefit-icon svg{width:21px;height:21px;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer{background:#171714;color:#f5f0e7;padding-top:64px;border:0}.footer-thanks{display:grid;grid-template-columns:auto 1fr;gap:38px;align-items:center;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-thanks p{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2.5vw,2.2rem);line-height:1.25;margin:0;max-width:850px;color:#ece5db}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand>div{display:grid}.footer-brand strong{letter-spacing:.12em}.footer-brand small{color:#b9b2a7;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em}.footer-mark{width:48px;height:48px;border-radius:14px;background:var(--accent);display:grid;place-items:center;font-weight:900}.footer-grid--rich{grid-template-columns:1.5fr repeat(3,1fr);padding-top:42px}.footer h3{color:#fff}.footer-links,.footer-about{color:#bdb6ab}.footer-inline-link{display:inline-block;margin-top:14px;color:#fff;font-weight:700}.footer-bottom{border-color:#ffffff21;color:#8f897f}@media(max-width:900px){.header-main{height:82px;grid-template-columns:1fr auto 1fr}.header-side--left{display:none}.menu-toggle{display:block;justify-self:start}.header-nav-row{display:none}.header-side--right .header-action span:not(.cart-icon-wrap){display:none}.brand-symbol{width:39px;height:39px}.brand-copy strong{font-size:1.08rem}.brand-copy em{font-size:.57rem}.brand-copy small{display:none}.slideshow-shell{height:560px;min-height:0}.hero-slide-content{left:30px;right:30px;bottom:46px}.hero-slide-content h1{font-size:clamp(2.8rem,10vw,4.8rem)}.category-carousel-wrap{padding:0 44px}.category-bubble{flex-basis:120px}.category-circle{width:110px;height:110px}.category-arrow{top:38px}.benefits--premium{grid-template-columns:repeat(2,1fr)}.benefits--premium .benefit{border-bottom:1px solid #ded7cd}.footer-grid--rich{grid-template-columns:1fr 1fr}.footer-thanks{grid-template-columns:1fr}}@media(max-width:560px){.page-width{width:min(calc(100% - 22px),var(--page))}.header-main{height:74px}.brand-modern{gap:8px}.brand-symbol{width:34px;height:34px}.brand-copy strong{font-size:.92rem}.brand-copy em{font-size:.5rem}.header-side--right{gap:11px}.header-action svg{width:20px;height:20px}.hero-slideshow{padding-top:10px}.slideshow-shell{height:500px;border-radius:18px}.hero-slide-overlay{background:linear-gradient(0deg,#0f0e0cc7,#0f0e0c0d 75%)}.hero-slide-content{left:24px;right:24px;bottom:40px}.hero-slide-content h1{font-size:3rem}.hero-slide-content p{font-size:.96rem}.slide-arrow{display:none}.category-carousel-wrap{padding:0}.category-arrow{display:none}.category-bubble{flex-basis:96px}.category-circle{width:88px;height:88px}.category-name{font-size:.74rem}.benefits--premium{grid-template-columns:1fr}.benefits--premium .benefit{border-right:0}.footer-grid--rich{grid-template-columns:1fr}.footer{padding-top:46px}.footer-thanks{gap:22px}.footer-brand{margin-bottom:4px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
