@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Manrope:wght@300;400;500;600;700&display=swap";.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f1ede6;position:sticky;top:0}.topbar{background:var(--text);min-height:38px;color:var(--text-inverse);letter-spacing:.14em;text-transform:uppercase;text-align:center;justify-content:center;align-items:center;padding:9px 16px;font-size:11px;line-height:1.35;display:flex}.nav{grid-template-columns:auto auto 1fr auto;align-items:center;gap:28px;height:82px;padding:0 42px;display:grid}.brand{letter-spacing:.32em;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;line-height:1}.desktop-menu{justify-content:center;gap:28px;display:flex}.desktop-menu button{text-transform:uppercase;letter-spacing:.18em;font-size:12px}.icon-btn,.nav-icon-badge{width:42px;height:42px;color:var(--text);border-radius:999px;place-items:center;transition:background .25s,transform .2s;display:grid;position:relative}.icon-btn svg,.nav-icon-badge svg{stroke-width:1.7px;width:21px;height:21px}.icon-btn:hover,.nav-icon-badge:hover{background:#14110d14}.icon-btn:active,.nav-icon-badge:active{transform:scale(.96)}.nav-icons{align-items:center;gap:8px;display:flex}.nav-icon-badge span{background:var(--text);min-width:17px;height:17px;color:var(--text-inverse);border-radius:999px;place-items:center;padding:0 4px;font-size:10px;line-height:1;display:grid;position:absolute;top:1px;right:0}.mega-menu{z-index:99999;background:var(--bg);width:100vw;height:100vh;color:var(--text);grid-template-rows:96px 1fr 76px;display:grid;position:fixed;inset:0;overflow:hidden}.mega-menu__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:0 64px;display:flex}.mega-menu__brand{letter-spacing:.34em;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;line-height:1}.mega-menu__close{border-radius:999px;place-items:center;width:46px;height:46px;display:grid}.mega-menu__close:hover{background:#14110d14}.mega-menu__content{grid-template-columns:38% 62%;min-height:0;display:grid}.mega-menu__nav{padding:42px 64px;overflow-y:auto}.mega-menu__item{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.24em;justify-content:space-between;align-items:center;width:100%;height:78px;font-size:14px;display:flex}.mega-menu__item:hover{color:#8b6f47}.mega-menu__item svg{stroke-width:1.5px}.mega-menu__links{gap:16px;margin-top:44px;display:grid}.mega-menu__links p{margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:23px}.mega-menu__links a{color:var(--muted);font-size:15px;line-height:1.5}.mega-menu__visual{background:#ddd0bf;min-width:0;min-height:0;overflow:hidden}.mega-menu__visual img{object-fit:cover;object-position:center top;width:100%;height:100%}.mega-menu__footer{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:36px;padding:0 64px;font-size:13px;display:flex}.mega-menu__footer span:last-child{margin-left:auto}@media (width<=1400px){.desktop-menu{display:none}.nav{grid-template-columns:auto 1fr auto;padding:0 20px}.brand{letter-spacing:.26em;justify-self:center;font-size:26px}}@media (width<=768px){.topbar{letter-spacing:.08em;text-wrap:balance;min-height:36px;padding:8px 14px;font-size:8.5px;line-height:1.45}.nav{grid-template-columns:44px 1fr auto;gap:8px;height:68px;padding:0 16px}.brand{letter-spacing:.22em;font-size:24px}.icon-btn,.nav-icon-badge{width:38px;height:38px}.icon-btn svg,.nav-icon-badge svg{width:20px;height:20px}.nav-icons{gap:4px}.nav-icon-badge span{min-width:16px;height:16px;font-size:9px}.mega-menu{grid-template-rows:68px 1fr auto}.mega-menu__header{padding:0 18px}.mega-menu__brand{letter-spacing:.24em;font-size:24px}.mega-menu__close{width:40px;height:40px}.mega-menu__content{grid-template-columns:1fr}.mega-menu__visual{display:none}.mega-menu__nav{padding:18px}.mega-menu__item{letter-spacing:.16em;height:62px;font-size:12px}.mega-menu__links{margin-top:34px}.mega-menu__links p{font-size:22px}.mega-menu__footer{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 18px;font-size:12px}.mega-menu__footer span:last-child{margin-left:0}}@media (width<=380px){.brand{letter-spacing:.22em;font-size:20px}}.footer{background:var(--text);color:var(--text-inverse);grid-template-columns:1.6fr 1fr 1fr;gap:72px;margin-top:80px;padding:72px 64px 56px;display:grid}.footer-shop-grid{grid-template-columns:repeat(2,1fr);gap:12px 32px;display:grid}.footer-shop-grid>div{flex-direction:column;display:flex}.footer-brand h2{letter-spacing:.32em;margin-bottom:18px;font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400}.footer-brand p{max-width:340px;color:var(--dark-muted);font-size:14px;line-height:1.8}.footer-column h3{text-transform:uppercase;letter-spacing:.22em;margin-bottom:22px;font-size:11px}.footer-column button,.footer-column a{width:fit-content;color:var(--dark-muted);text-align:left;margin-bottom:14px;font-size:14px;display:block}.footer-column button:hover,.footer-column a:hover{color:var(--text-inverse)}.social{gap:14px;margin-top:28px;display:flex}.social button{width:42px;height:42px;color:var(--text-inverse);border:1px solid #f6f1e82e;border-radius:999px;place-items:center;display:grid}.social button:hover{background:#f6f1e814}.footer-copyright{text-align:center;border-top:1px solid var(--dark-line);color:var(--dark-muted);letter-spacing:.08em;grid-column:1/-1;margin-top:20px;padding-top:34px;font-size:13px}@media (width<=1400px){.footer{grid-template-columns:1fr;gap:42px;padding:50px 24px}.footer-brand h2{font-size:34px}}@media (width<=768px){.footer{gap:34px;margin-top:40px;padding:46px 20px 32px}.footer-brand h2{letter-spacing:.26em;font-size:30px}.footer-column{border-top:1px solid var(--dark-line);padding-top:24px}.footer-column button,.footer-column a{width:100%;min-height:32px;margin-bottom:10px;font-size:15px}.footer-copyright{margin-top:8px;padding-top:24px;font-size:12px}}@media (width<=768px){.cart-drawer,.wishlist-drawer{width:100%}.cart-head,.wishlist-head{height:72px;padding:0 18px}.cart-head h2,.wishlist-head h2{font-size:26px}.cart-list,.wishlist-list{gap:14px;padding:16px}.cart-item,.wishlist-item{grid-template-columns:96px 1fr;gap:12px}.cart-item img,.wishlist-item img{object-fit:contain;width:100%;max-width:96px;height:auto}.cart-item h3,.wishlist-item h3{font-size:17px}.wishlist-actions{flex-wrap:wrap}}.cart-overlay,.wishlist-overlay{z-index:9999;background:#14110d6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer,.wishlist-drawer{background:var(--bg);width:min(480px,100%);height:100vh;color:var(--text);flex-direction:column;display:flex;box-shadow:-24px 0 60px #00000040}.cart-head,.wishlist-head{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;height:86px;padding:0 26px;display:flex}.cart-head h2,.wishlist-head h2{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:400}.cart-head button,.wishlist-head button{border-radius:999px;place-items:center;width:42px;height:42px;display:grid}.cart-head button:hover,.wishlist-head button:hover{background:#14110d14}.empty-cart,.empty-wishlist{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:42px 26px;display:flex}.empty-cart p,.empty-wishlist p{color:var(--muted);margin-bottom:24px}.empty-cart button,.empty-wishlist button{background:var(--text);width:100%;height:54px;color:var(--text-inverse);text-transform:uppercase;letter-spacing:.16em;font-size:12px}.cart-list,.wishlist-list{flex-direction:column;flex:1;gap:18px;padding:22px;display:flex;overflow-y:auto}.cart-item,.wishlist-item{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;gap:16px;padding-bottom:18px;display:grid}.cart-item img,.wishlist-item img{object-fit:cover;background:#e8dfd2;width:92px;height:124px}.cart-item h3,.wishlist-item h3{margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400;line-height:1.2}.cart-item p,.wishlist-item p{color:var(--muted);margin-bottom:10px;font-size:13px}.cart-item strong,.wishlist-item strong{font-size:14px}.qty-row,.wishlist-actions{align-items:center;gap:10px;margin-top:14px;display:flex}.qty-row button,.wishlist-actions button{border:1px solid var(--line);background:#ffffff59;justify-content:center;align-items:center;gap:8px;min-width:32px;height:32px;padding:0 10px;display:inline-flex}.qty-row button:hover,.wishlist-actions button:hover{background:var(--text);color:var(--text-inverse)}.qty-row span{text-align:center;min-width:24px;font-size:14px}.qty-row .remove-btn{color:var(--muted);margin-left:auto}.cart-summary{border-top:1px solid var(--line);background:var(--bg);flex-shrink:0;padding:24px}.cart-summary>div{justify-content:space-between;align-items:center;margin-bottom:18px;font-size:18px;display:flex}.checkout-btn{background:var(--text);width:100%;height:56px;color:var(--text-inverse);text-transform:uppercase;letter-spacing:.18em;font-size:12px}.checkout-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.clear-btn{width:100%;height:46px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em;margin-top:10px;font-size:11px}.clear-btn:hover{color:var(--text)}@media (width<=768px){.cart-drawer,.wishlist-drawer{width:100%}.cart-head,.wishlist-head{height:72px;padding:0 18px}.cart-head h2,.wishlist-head h2{font-size:26px}.cart-list,.wishlist-list{gap:14px;padding:16px}.cart-item,.wishlist-item{grid-template-columns:96px 1fr;gap:12px}.cart-item img,.wishlist-item img{object-fit:contain;width:100%;max-width:96px;height:auto}.cart-item h3,.wishlist-item h3{font-size:17px}.wishlist-actions{flex-wrap:wrap}}.product-grid{grid-template-columns:repeat(4,1fr);gap:26px;padding:0 60px 80px;display:grid}.product-card{cursor:pointer}.product-img{background:#e8dfd2;position:relative;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:560px;transition:all .4s}.product-card:hover .product-img img{transform:scale(1.04)}.product-img span{text-transform:uppercase;letter-spacing:.14em;background:#f8f4ee;padding:8px 12px;font-size:10px;position:absolute;top:18px;left:18px}.product-img button,.wish-btn{background:#f8f4ee;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:18px;right:18px}.wish-btn.active{background:var(--text)!important;color:var(--text-inverse)!important}.product-info{padding-top:16px}.product-info p{margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:20px}.product-info small{color:var(--muted);margin-bottom:10px;display:block}.product-info strong{font-size:14px}.product-badges{z-index:2;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:absolute;top:18px;left:18px}.product-badge,.discount-tag{text-transform:uppercase;letter-spacing:.14em;white-space:nowrap;width:fit-content;min-width:0;padding:8px 12px;font-size:10px;line-height:1;position:static!important}.product-badge{color:var(--text);background:#ffffffeb}.discount-tag{background:var(--text)!important;color:var(--text-inverse)!important}.product-price{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}@media (width<=1400px){.product-grid{grid-template-columns:repeat(2,1fr);padding:0 20px 50px}.product-img img{height:360px}}@media (width<=768px){.product-grid{grid-template-columns:1fr;gap:32px;padding:0 16px 52px}.product-card:hover .product-img img{transform:none}.product-img img{aspect-ratio:16/9;object-fit:cover;height:auto}.product-img span{padding:7px 10px;font-size:9px;top:12px;left:12px}.product-img button,.wish-btn{width:36px;height:36px;top:10px;right:10px}.price-old{font-size:12px}.price-new{font-size:14px}.product-badges{gap:6px;top:12px;left:12px}.product-badges span,.discount-tag{padding:6px 10px;font-size:9px}}@media (width<=380px){.product-grid{padding-left:12px;padding-right:12px}}.hero{height:calc(100vh - 120px);min-height:620px;position:relative;overflow:hidden}.hero:after,.category-hero:after{content:"";pointer-events:none;background:linear-gradient(#00000014,#00000085);position:absolute;inset:0}.hero img,.category-hero img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:1;color:#fff;max-width:760px;position:absolute;bottom:90px;left:80px}.hero-content p,.section-title p,.category-hero p,.editorial-grid p,.story p{text-transform:uppercase}.hero-content p{letter-spacing:.28em;margin-bottom:18px;font-size:12px}.hero-content h1{letter-spacing:-.03em;font-family:Cormorant Garamond,serif;font-size:clamp(48px,8vw,92px);font-weight:400;line-height:.92}.hero-content div{gap:18px;margin-top:36px;display:flex}.hero-content button{color:#000;text-transform:uppercase;letter-spacing:.16em;background:#f8f4ee;height:56px;padding:0 32px;font-size:12px}.hero-content .ghost{color:#fff;background:0 0;border:1px solid #fff}.editorial-grid{grid-template-columns:repeat(3,1fr);gap:28px;padding:90px 60px;display:grid}.editorial-grid article{cursor:pointer}.editorial-grid img{object-fit:cover;width:100%;height:620px}.editorial-grid div{padding-top:18px}.editorial-grid p{letter-spacing:.18em;margin-bottom:12px;font-size:11px}.editorial-grid h2{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;line-height:1.2}.editorial-grid button{letter-spacing:.14em;text-transform:uppercase;margin-top:18px;font-size:12px}.story{background:var(--text);min-height:420px;color:var(--text-inverse);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:40px 60px 100px;padding:80px 60px;display:flex}.story p{letter-spacing:.24em;color:#f6f1e8b3;margin-bottom:18px;font-size:12px}.story h2{max-width:900px;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:400;line-height:1.08}.story button{border:1px solid var(--text-inverse);height:56px;color:var(--text-inverse);text-transform:uppercase;letter-spacing:.18em;margin-top:36px;padding:0 34px;font-size:12px}.story button:hover{background:var(--text-inverse);color:var(--text)}.section-title p{letter-spacing:.18em;color:var(--muted);font-size:12px}.section-title h2{margin-top:10px;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:400;line-height:1.08}.section-title h2,.story h2{letter-spacing:-.02em}@media (width<=1400px){.editorial-grid{grid-template-columns:1fr;padding:40px 20px}.section-title{padding:20px}.section-title h2{font-size:36px}.story{min-height:320px;margin:20px 20px 60px;padding:50px 24px}.story h2{font-size:34px}}@media (width<=768px){.hero{height:64vh;min-height:480px}.hero-content{bottom:28px;left:18px;right:18px}.hero-content p{letter-spacing:.18em;margin-bottom:12px;font-size:10px}.hero-content h1{font-size:clamp(34px,10vw,46px);line-height:1.02}.hero-content div{gap:10px;margin-top:24px}.hero-content button{letter-spacing:.12em;width:100%;height:48px;padding:0 14px;font-size:10px}.editorial-grid{gap:34px;padding:42px 16px}.editorial-grid img{aspect-ratio:16/9;object-fit:cover;height:auto}.editorial-grid h2{font-size:24px}.section-title{padding:16px 16px 28px}.section-title p{letter-spacing:.16em;font-size:10px}.section-title h2{font-size:34px}.story{min-height:300px;margin:16px 16px 56px;padding:44px 20px}.story p{letter-spacing:.18em;font-size:10px}.story h2{font-size:31px;line-height:1.12}.story button{width:100%;height:50px;margin-top:28px;font-size:10px}}@media (width<=380px){.hero-content h1{font-size:32px}.section-title h2,.story h2{font-size:29px}}.category-hero{height:420px;position:relative;overflow:hidden}.category-hero:after{content:"";pointer-events:none;background:linear-gradient(#00000014,#00000085);position:absolute;inset:0}.category-hero img{object-fit:cover;width:100%;height:100%}.category-hero div{z-index:1;color:#fff;position:absolute;bottom:60px;left:60px}.category-hero p{letter-spacing:.18em;text-transform:uppercase;font-size:12px}.category-hero h1{font-family:Cormorant Garamond,serif;font-size:72px;font-weight:400;line-height:1}.category-hero span{max-width:620px;margin-top:10px;line-height:1.6;display:block}.toolbar{flex-direction:column;gap:18px;padding:0 60px 40px;display:flex}.toolbar-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.toolbar-count{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;font-size:13px;display:flex}.category-tabs-wrap{width:100%;overflow:hidden}.category-tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;gap:12px;width:100%;padding:24px 60px;display:flex;overflow:auto hidden}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{border:1px solid var(--line);white-space:nowrap;flex:none;height:42px;padding:0 22px}.category-tabs button.active{background:var(--text);color:#fff}.toolbar input,.toolbar select{border:1px solid var(--line);height:48px;color:var(--text);background:#f8f4ee;padding:0 16px}.toolbar input{width:100%}.toolbar select{min-width:190px}@media (width<=1400px){.toolbar{align-items:stretch;padding-left:20px;padding-right:20px}.category-tabs{padding:24px 20px}}@media (width<=768px){.category-hero{height:260px}.category-hero div{bottom:24px;left:18px;right:18px}.category-hero p{letter-spacing:.16em;font-size:10px}.category-hero h1{font-size:42px}.category-hero span{font-size:13px;line-height:1.5}.toolbar{gap:14px;padding:0 16px 28px}.toolbar-top{gap:12px}.toolbar-count{gap:6px;font-size:10px}.category-tabs{gap:10px;padding:18px 16px}.category-tabs button{height:38px;padding:0 16px;font-size:12px}.toolbar input,.toolbar select{height:44px;font-size:14px}.toolbar select{min-width:150px}}@media (width<=480px){.toolbar-top{flex-direction:column;align-items:stretch}.toolbar select{width:100%}.load-more-wrap{padding:0 16px 56px}.load-more-btn{width:100%}}.product-page{padding:40px 60px 80px}.back{align-items:center;gap:8px;margin-bottom:24px;display:inline-flex}.pdp{grid-template-columns:1.1fr .9fr;gap:60px;display:grid}.gallery{grid-template-columns:90px 1fr;gap:18px;display:grid}.thumbs{flex-direction:column;gap:12px;display:flex}.thumbs button{border:1px solid #0000;overflow:hidden}.thumbs button.active{border-color:var(--text)}.thumbs img{object-fit:cover;width:100%;height:120px}.main-img{object-fit:cover;width:100%}.badge-text{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:14px;font-size:12px}.pdp-info h1{font-family:Cormorant Garamond,serif;font-size:56px;font-weight:400;line-height:1.05}.price{margin:20px 0;font-size:24px;display:block}.desc{color:var(--muted);line-height:1.8}.option,.sizes{margin-top:28px}.sizes div{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.sizes button{border:1px solid var(--line);width:52px;height:52px}.sizes .selected{background:var(--text);color:#fff}.add-cart,.wishlist{text-transform:uppercase;letter-spacing:.18em;width:100%;height:58px;margin-top:14px;font-size:12px}.add-cart{background:var(--text);color:#fff}.wishlist{border:1px solid var(--line)}.wishlist.active{background:var(--text);color:var(--text-inverse)}.accordion{border-top:1px solid var(--line);padding:20px 0}.accordion button{justify-content:space-between;align-items:center;width:100%;display:flex}.accordion p{color:var(--muted);margin-top:12px;line-height:1.7}.pdp-price{flex-wrap:wrap;align-items:center;gap:12px;margin:20px 0;display:flex}.discount-badge{background:var(--text);color:var(--text-inverse);letter-spacing:.14em;text-transform:uppercase;padding:6px 10px;font-size:11px}.price-old{color:var(--muted);font-size:13px;text-decoration:line-through}.price-new{color:var(--text);font-size:15px;font-weight:600}.product-badges span,.discount-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.14em;width:fit-content;padding:8px 12px;font-size:10px}@media (width<=1400px){.product-page{padding-left:20px;padding-right:20px}.pdp{grid-template-columns:1fr;gap:34px}.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row}}@media (width<=768px){.product-page{padding:24px 16px 56px}.back{margin-bottom:18px;font-size:13px}.pdp{gap:28px}.gallery{flex-direction:column-reverse;gap:10px;display:flex}.main-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:72vh;display:block}.thumbs{flex-direction:row;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.thumbs button{border-radius:8px;min-width:72px}.thumbs img{aspect-ratio:3/4;width:72px;height:96px}.pdp-info h1{font-size:38px}.price{margin:14px 0;font-size:21px}.desc{font-size:14px;line-height:1.75}.sizes button{width:46px;height:46px}.add-cart,.wishlist{letter-spacing:.14em;height:52px;margin-top:12px;font-size:11px}.pdp-price{gap:10px;margin:14px 0}.discount-badge{font-size:10px}}.section-title{padding:20px 60px 50px}.section-title p{letter-spacing:.18em;color:var(--muted);text-transform:uppercase;font-size:12px}.section-title h2{letter-spacing:-.02em;margin-top:10px;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:400;line-height:1.08}.load-more-wrap{justify-content:center;padding:0 20px 80px;display:flex}.load-more-btn{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.16em;height:52px;padding:0 34px;font-size:12px}.load-more-btn:hover{background:var(--text);color:var(--text-inverse)}@media (width<=1400px){.section-title{padding:20px}.section-title h2{font-size:36px}}@media (width<=768px){.section-title{padding:16px 16px 28px}.section-title p{letter-spacing:.16em;font-size:10px}.section-title h2{font-size:34px}}@media (width<=380px){.section-title h2{font-size:29px}}.info-page{background:var(--bg)}.info-hero{color:#f6f1e8;text-align:center;background:#3a2d28;padding:100px 60px 70px}.info-hero p{letter-spacing:.22em;text-transform:uppercase;color:#f6f1e8b3;font-size:12px}.info-hero h1{margin-top:16px;font-family:Cormorant Garamond,serif;font-size:68px;font-weight:400}.info-content{max-width:880px;margin:0 auto;padding:70px 24px}.info-content h2{margin-bottom:18px;font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400}.info-content p{color:var(--muted);line-height:1.8}.info-card{border:1px solid var(--line);background:#ffffff59;margin-top:28px;padding:28px}.info-card h3{letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-size:13px}.info-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin:34px 0;display:grid}.contact-link{letter-spacing:.02em;font-size:18px;font-weight:500;color:#3a2d28!important}.contact-socials{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.contact-socials button{border:1px solid var(--line);background:#ffffff73;height:42px;padding:0 18px;transition:all .25s}.contact-socials button:hover{color:#f6f1e8;background:#3a2d28}.returns-list{gap:12px;margin-top:18px;padding-left:18px;display:grid}.returns-list li{color:var(--muted);padding-left:4px;line-height:1.7}.returns-list li::marker{color:#3a2d28}@media (width<=768px){.info-hero{padding:70px 20px 50px}.info-hero h1{font-size:44px}.info-content{padding:44px 18px}.info-content h2{font-size:32px}.returns-list{gap:10px;padding-left:16px}.returns-list li{font-size:14px;line-height:1.6}.info-grid{grid-template-columns:1fr;gap:16px}.contact-link{font-size:16px}.contact-socials{gap:10px}.contact-socials button{width:100%}}.size-guide{max-width:1100px;margin:0 auto;padding:80px 24px}.size-guide__intro{max-width:720px;margin-bottom:42px}.size-guide__intro p{letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:12px}.size-guide__intro h2{margin-bottom:18px;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:400;line-height:1.05}.size-guide__intro span{color:var(--muted);line-height:1.8;display:block}.size-guide__table-wrap{border:1px solid var(--line);background:#ffffff6b;overflow-x:auto}.size-table{border-collapse:collapse;background:#f8f4ee;width:100%;min-width:680px;margin-top:28px}.size-table th,.size-table td{border:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;padding:22px 24px}.size-table th{color:#f6f1e8;letter-spacing:.18em;text-transform:uppercase;background:#3a2d28;font-size:11px;font-weight:400}.size-table td{color:#3a2d28;font-size:15px}.size-table td:first-child{font-family:Cormorant Garamond,serif;font-size:22px}.size-table tbody tr:last-child td{border-bottom:0}.size-table tbody tr:hover{background:#14110d0a}.size-guide__notes{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:34px;display:grid}.size-guide__notes div{border:1px solid var(--line);background:#ffffff52;padding:26px}.size-guide__notes h3{letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:12px}.size-guide__notes p{color:var(--muted);line-height:1.7}.size-note-link{cursor:pointer;transition:all .25s}.size-note-link:hover{background:#14110d0a;transform:translateY(-2px)}@media (width<=768px){.size-table{font-size:13px}.size-table th,.size-table td{padding:16px}.size-guide{padding:48px 18px}.size-guide__intro h2{font-size:36px}.size-guide__notes{grid-template-columns:1fr}}.checkout-page{background:#faf8f4;min-height:100vh}.container{width:min(100% - 32px,1200px);margin:0 auto}.eyebrow{color:#746f68;letter-spacing:.22em;text-transform:uppercase;font-size:.75rem;display:inline-block}.checkout-hero{text-align:center;padding:96px 0 48px}.checkout-hero h1{letter-spacing:-.05em;margin:12px 0;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:500}.checkout-hero p{color:var(--text)}.checkout-section{padding:24px 0 96px}.checkout-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:32px;display:grid}.checkout-card{border:1px solid var(--dark-muted);box-shadow:0 24px 60px var(--dark-muted);background:#fff;border-radius:28px;padding:28px}.checkout-card+.checkout-card{margin-top:24px}.checkout-card h2{margin-bottom:24px;font-size:1.35rem;font-weight:500}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-grid label,.payment-options label{color:var(--muted);flex-direction:column;gap:8px;font-size:.85rem;display:flex}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid textarea{border:1px solid var(--text);width:100%;font:inherit;background:#fafafa;border-radius:16px;outline:none;padding:14px 16px}.form-grid textarea{resize:vertical;min-height:110px}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--text);background:#fff}.payment-options{gap:14px;display:grid}.payment-options label{border:1px solid var(--text);cursor:pointer;border-radius:18px;flex-direction:row;align-items:center;padding:16px}.checkout-submit{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;margin-top:24px;padding:18px 24px;font-size:.95rem}.checkout-submit:hover{opacity:.88}.sticky-card{position:sticky;top:96px}.summary-items{gap:18px;display:grid}.summary-item{grid-template-columns:78px 1fr auto;align-items:center;gap:14px;display:grid}.summary-item img{object-fit:cover;background:#eee;border-radius:16px;width:78px;height:96px}.summary-item h3{margin-bottom:4px;font-size:.95rem;font-weight:500}.summary-item p{color:var(--text);margin-bottom:6px;font-size:.8rem}.summary-item button{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.4rem}.summary-total{border-top:1px solid var(--text);gap:14px;margin-top:28px;padding-top:22px;display:grid}.summary-total div{color:var(--text);justify-content:space-between;display:flex}.summary-total .grand-total{border-top:1px solid var(--text);color:var(--text);padding-top:14px;font-size:1.15rem}.checkout-empty-cart{color:var(--text)}@media (width<=900px){.checkout-section{padding:16px 0 64px}.checkout-layout{grid-template-columns:1fr;gap:24px}.sticky-card{position:static}.order-summary{order:-1}}@media (width<=640px){.checkout-page{overflow-x:hidden}.eyebrow{color:#746f68;letter-spacing:.22em;text-transform:uppercase;font-size:.75rem;display:inline-block}.checkout-hero{padding:56px 0 28px}.checkout-hero h1{letter-spacing:-.04em;font-size:2.2rem}.checkout-hero p{padding:0 12px;font-size:.95rem}.checkout-card{border-radius:22px;padding:20px}.checkout-card h2{margin-bottom:18px;font-size:1.15rem}.form-grid{grid-template-columns:1fr;gap:14px}.form-grid input,.form-grid textarea{border-radius:14px;min-width:0;font-size:16px}.summary-item{grid-template-columns:64px 1fr auto;gap:12px}.summary-item img{border-radius:14px;width:64px;height:82px}.summary-item h3{font-size:.9rem}.summary-item p{font-size:.78rem}.summary-item button{font-size:1.2rem}.checkout-submit{padding:16px 20px;font-size:.9rem}}@media (width<=420px){.checkout-card{border-radius:18px;padding:16px}.summary-item{grid-template-columns:56px 1fr 24px}.summary-item img{width:56px;height:72px}.summary-total .grand-total{font-size:1rem}}:root{--bg:#f1ede6;--text:#3a2d28;--text-inverse:#f8f4ee;--muted:#8f7765;--line:#3a2d28;--dark-line:#f8f4ee1f;--dark-muted:#f8f4eead}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font-family:Manrope,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}img{display:block}a{color:inherit;text-decoration:none}:focus,:focus-visible{box-shadow:none!important;outline:none!important}a,button,input,textarea,select{-webkit-tap-highlight-color:transparent}@media (width<=768px){body{font-size:14px}}
