*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;color:#1c1917;background:#fff;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}.font-heading,h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:300;letter-spacing:.02em}.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}@media(min-width:1024px){.container{padding:0 2rem}}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem 1.75rem}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.2rem 1.5rem}@media(max-width:1023px){.grid-3,.grid-4{gap:1.5rem 1rem}}@media(max-width:767px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem .9rem}}@media(max-width:767px){.grid-3,.grid-4{grid-template-columns:1fr 1fr;gap:.75rem}}@media(max-width:480px){.grid-3{grid-template-columns:1fr 1fr}}:root{--announcement-height: 32px}.announcement-bar{background:#1c1917;color:#fff;text-align:center;padding:.5rem 1rem;font-size:11px;letter-spacing:.15em;text-transform:uppercase;line-height:1}.template-index .announcement-bar{position:fixed;top:0;left:0;right:0;z-index:110;min-height:var(--announcement-height);display:flex;align-items:center;justify-content:center;transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .35s ease,opacity .35s ease,visibility .35s ease}.template-index.header-scrolled-home .announcement-bar{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:top .35s ease,background .4s ease,box-shadow .4s ease;background:transparent}.template-index .site-header{top:0}.template-index.header-scrolled-home .site-header{top:var(--announcement-height)}.site-header.scrolled,.site-header.nav-solid{background:#fff;box-shadow:0 1px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 1.25rem}@media(min-width:768px){.header-inner{height:64px;padding:0 2rem}}.header-left,.header-right{display:flex;align-items:center;gap:1rem;flex:1}.header-right{justify-content:flex-end}.header-logo{font-family:Cormorant Garamond,serif;font-weight:600;font-size:18px;letter-spacing:.3em;text-transform:uppercase;color:#1c1917;flex-shrink:0;transition:color .4s}.site-header.header-transparent .header-logo{color:#fff}.header-icon-btn{display:flex;align-items:center;color:#1c1917;transition:opacity .2s,color .4s;background:none;border:none;cursor:pointer}.header-icon-btn:hover{opacity:.6}.site-header.header-transparent .header-icon-btn{color:#fff}.header-icon-btn svg{width:20px;height:20px;stroke-width:1.5}.header-icon-btn.hamburger svg{width:22px;height:22px}.nav-contact-link{display:none;font-size:12px;letter-spacing:.1em;text-transform:uppercase;transition:opacity .2s,color .4s;color:#1c1917}.site-header.header-transparent .nav-contact-link{color:#fff}.nav-contact-link:hover{opacity:.6}@media(min-width:768px){.nav-contact-link{display:block}}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#0000004d}.mobile-menu-overlay.open{display:block}.mobile-menu{position:fixed;top:0;left:0;bottom:0;z-index:200;width:75%;max-width:320px;background:#fff;display:flex;flex-direction:column;box-shadow:4px 0 32px #0000001f;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 1.25rem;border-bottom:1px solid #e7e5e4}.mobile-menu-nav{flex:1;overflow-y:auto;padding:.5rem 1.25rem 2rem}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:17px;font-weight:300;letter-spacing:.03em;color:#1c1917;border-bottom:1px solid #f5f5f4}.mobile-menu-link svg{width:16px;height:16px;color:#a8a29e}.search-drawer{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .4s ease;border-top:1px solid transparent;background:#fff}.search-drawer.open{max-height:500px;opacity:1;border-top-color:#f5f5f4}.search-drawer-inner{max-width:1280px;margin:0 auto;padding:1.5rem 1.25rem}@media(min-width:768px){.search-drawer-inner{padding:1.5rem 2rem}}.search-input-row{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #d6d3d1;padding-bottom:1rem;margin-bottom:1.5rem}.search-input-row svg{width:20px;height:20px;color:#a8a29e;flex-shrink:0}.search-input-row input{flex:1;font-size:15px;color:#1c1917;border:none;outline:none;background:transparent;font-family:inherit}.search-input-row input::placeholder{color:#a8a29e}.search-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#a8a29e;margin-bottom:1rem}.search-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.search-grid{grid-template-columns:repeat(4,1fr)}}.search-card{cursor:pointer;text-align:left;background:none;border:none}.search-card-img{background:#f5f5f4;overflow:hidden;margin-bottom:.5rem;aspect-ratio:3/4}.search-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.search-card:hover .search-card-img img{transform:scale(1.05)}.search-card-brand{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#a8a29e}.search-card-name{font-size:13px;color:#1c1917;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-card-price{font-size:12px;color:#78716c;margin-top:2px}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero img,.hero video{width:100%;height:100%;object-fit:cover;object-position:top}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;padding-top:80px}.hero-eyebrow{font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:#fffc;font-weight:500;margin-bottom:.75rem}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3.5rem);color:#fff;font-weight:300;margin-bottom:1.5rem;letter-spacing:.04em}.hero-cta{font-size:13px;color:#fff;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#ffffff80;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:text-decoration-color .2s;background:none;border:none;cursor:pointer}.hero-cta:hover{text-decoration-color:#fff}.section-eyebrow{font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:#a8a29e;font-weight:500;text-align:center;margin-bottom:.5rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300;letter-spacing:.04em;text-align:center;color:#1c1917;margin-bottom:2rem}.pill-btn{display:inline-block;padding:.75rem 2rem;border:1px solid #1c1917;font-size:13px;color:#1c1917;letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;transition:background .2s,color .2s}.pill-btn:hover{background:#1c1917;color:#fff}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-tile:hover img{transform:scale(1.05)}.category-tile-img{overflow:hidden;background:#f5f5f4;aspect-ratio:4/5;margin-bottom:.5rem}.category-tile-label{font-size:13px;color:#1c1917;text-align:center;letter-spacing:.05em;font-weight:500}.product-card{display:block}.product-card-img{position:relative;overflow:hidden;background:#f7f7f8;aspect-ratio:.84 / 1;border-radius:14px;margin-bottom:.9rem}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-img img{transform:scale(1.03)}.product-card-badge{position:absolute;top:14px;left:14px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;background:#1c1917;color:#fff;padding:.25rem .55rem;border-radius:999px}.product-card-copy{padding:0 .05rem}.product-card-brand{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#b3ada7;margin-bottom:.32rem;line-height:1}.product-card-name{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;color:#3a3633;letter-spacing:0;line-height:1.42;margin-bottom:.28rem;font-weight:300}.product-card-price{font-size:13px;color:#655f59;letter-spacing:0;line-height:1.3}.editorial-banner{width:100%;overflow:hidden}.editorial-banner img{width:100%;height:clamp(300px,60vw,85vh);object-fit:cover}.services-grid{display:grid;gap:1.5rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{cursor:pointer}.service-card-img{overflow:hidden;background:#f5f5f4;aspect-ratio:4/3;margin-bottom:1rem}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.service-card:hover .service-card-img img{transform:scale(1.05)}.service-card-title{font-family:Cormorant Garamond,serif;font-size:15px;font-weight:500;color:#1c1917;letter-spacing:.04em;margin-bottom:.25rem}.service-card-desc{font-size:12px;color:#78716c;margin-bottom:.5rem}.service-card-cta{font-size:12px;color:#1c1917;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#d6d3d1;letter-spacing:.05em}.page-header-dark{background:#0c0a09;padding:6rem 0 4rem}@media(min-width:1024px){.page-header-dark{padding:8rem 0 5rem}}.page-header-eyebrow{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:#78716c;font-weight:500;margin-bottom:.75rem}.page-header-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,7vw,5rem);color:#fff;font-weight:300;line-height:1.05}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0 1.15rem;border-bottom:1px solid #efebe8;margin-bottom:2.4rem;flex-wrap:wrap;gap:.75rem}.collection-count{font-size:13px;color:#8b847d}.collection-sort{display:flex;align-items:center;gap:.55rem}.collection-sort-label{font-size:11px;color:#8b847d;letter-spacing:.08em}.collection-sort-select{min-width:156px;font-size:12px;border:1px solid #e8e4e1;padding:.55rem .8rem;color:#2c2825;background:#fff;cursor:pointer;font-family:inherit;border-radius:2px}.collection-filter-btn{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#1c1917;border:1px solid #e7e5e4;padding:.4rem .9rem;transition:border-color .2s}.collection-filter-btn:hover{border-color:#1c1917}.tag-pills{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:2rem}.tag-pill{font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:.48rem .92rem;border:1px solid #e9e6e2;color:#8b847d;transition:all .2s ease;cursor:pointer;background:#fff;border-radius:2px}.tag-pill:hover,.tag-pill.active{border-color:#4c4742;color:#1c1917}.product-detail-grid{display:grid;gap:2rem;align-items:start}.product-detail-media,.product-detail-info{min-width:0}.product-detail-main-img{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f4;border-radius:0}.product-detail-main-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.product-thumbnail-row{display:flex;gap:.75rem;margin-top:.9rem;flex-wrap:wrap}.product-thumbnail{width:72px;height:72px;object-fit:cover;background:#f5f5f4;cursor:pointer;border:2px solid transparent;transition:border-color .2s,opacity .2s}.product-thumbnail:hover{opacity:.85}.product-thumbnail.active{border-color:#1c1917}@media(min-width:1024px){.product-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:4rem}.product-detail-media{position:sticky;top:96px;align-self:start}.product-detail-main-img{min-height:calc(100vh - 132px);aspect-ratio:auto;padding:0;display:block}.product-detail-main-img img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;margin:0}}@media(max-width:1023px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-main-img{min-height:auto;aspect-ratio:1 / 1;padding:0}.product-detail-main-img img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}.product-thumbnail-row{justify-content:flex-start}}.product-brand{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:#a8a29e;font-weight:500;margin-bottom:.75rem}.product-detail-info .product-title,.product-detail-info h1.product-title,.product-page-main .product-title,.product-page-main h1.product-title,h1.product-title{margin:0 0 1.2rem}.product-price{font-size:1.5rem;font-weight:500;color:#1c1917}.product-price-currency{font-size:12px;color:#a8a29e;text-transform:uppercase;letter-spacing:.05em;margin-left:.4rem}.stock-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem}.stock-dot{width:8px;height:8px;border-radius:50%}.stock-dot.in-stock{background:#10b981}.stock-dot.sold{background:#a8a29e}.stock-dot.reserved{background:#f59e0b}.stock-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#78716c;font-weight:500}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem;background:#fafaf9;border:1px solid #f5f5f4;margin-bottom:2rem}.spec-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#a8a29e;font-weight:500;margin-bottom:.2rem}.spec-value{font-size:14px;color:#292524}.btn-primary{display:block;width:100%;background:#1c1917;color:#fff;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;padding:1.25rem;text-align:center;transition:background .2s;border:none;cursor:pointer}.btn-primary:hover{background:#292524}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:block;width:100%;border:1px solid #d6d3d1;color:#44403c;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;padding:1rem;text-align:center;transition:border-color .2s,color .2s;background:none;cursor:pointer}.btn-secondary:hover{border-color:#1c1917;color:#1c1917}.trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid #f5f5f4;margin-bottom:2rem}.trust-badge{display:flex;align-items:center;gap:.4rem}.trust-badge svg{width:14px;height:14px;color:#a8a29e}.trust-badge span{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#78716c;font-weight:500}.accordion-item{border-bottom:1px solid #f5f5f4}.accordion-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem 0;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:#44403c;cursor:pointer;background:none;border:none;text-align:left}.accordion-trigger svg{width:16px;height:16px;transition:transform .3s;flex-shrink:0}.accordion-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.accordion-content{overflow:hidden;max-height:0;transition:max-height .35s ease}.accordion-content.open{max-height:600px}.accordion-content-inner{padding-bottom:1.25rem}.accordion-content-inner p{font-size:14px;color:#57534e;line-height:1.75}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000073;align-items:center;justify-content:center;padding:1.5rem}.modal-overlay.open{display:flex}.modal{background:#fff;width:100%;max-width:460px;padding:2rem;position:relative;max-height:90vh;overflow-y:auto}.modal-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#1c1917;margin-bottom:1.5rem}.modal-close{position:absolute;top:1rem;right:1rem;color:#78716c;cursor:pointer}.modal-close svg{width:20px;height:20px}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#78716c;margin-bottom:.4rem;font-weight:500}.form-control{width:100%;border:1px solid #e7e5e4;padding:.65rem .75rem;font-size:14px;color:#1c1917;font-family:inherit;outline:none;transition:border-color .2s;background:#fff}.form-control:focus{border-color:#1c1917}textarea.form-control{resize:none;min-height:100px}.about-hero{position:relative;padding:8rem 0 6rem;display:flex;align-items:center}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0ab3}.about-hero-content{position:relative}.values-grid{display:grid;gap:2.5rem}@media(min-width:640px){.values-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-icon{width:20px;height:20px;color:#a8a29e;margin-bottom:1.25rem}.value-title{font-family:Cormorant Garamond,serif;font-size:1.25rem;color:#1c1917;margin-bottom:.75rem}.value-desc{font-size:12px;color:#78716c;line-height:1.7}.cta-dark{background:#0c0a09;padding:6rem 0;text-align:center}.cta-dark .section-eyebrow{color:#78716c}.cta-dark .section-title{color:#fff}.cta-dark-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.btn-cta-white{display:inline-block;background:#fff;color:#1c1917;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;padding:1rem 2rem;transition:background .2s}.btn-cta-white:hover{background:#f5f5f4}.btn-cta-outline-white{display:inline-block;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;padding:1rem 2rem;transition:border-color .2s}.btn-cta-outline-white:hover{border-color:#fff}.site-footer{background:#f8f8f8;border-top:1px solid #e7e5e4}.footer-logo-row{padding:3.25rem 0 3.5rem;text-align:center;border-bottom:1px solid #e7e5e4}.footer-logo{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:#1c1917}.footer-grid{display:none;padding:3.5rem 0 3rem;border-bottom:1px solid #e7e5e4}@media(min-width:1024px){.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem}}.footer-col-title{font-size:15px;font-weight:600;color:#1c1917;margin-bottom:1.75rem;letter-spacing:0}.footer-col ul{display:flex;flex-direction:column;gap:1rem}.footer-col a,.footer-col span,.footer-col p{font-size:14px;line-height:1.6;color:#78716c}.footer-col a:hover{color:#1c1917}.footer-col p{max-width:260px}.footer-accordion{display:block}@media(min-width:1024px){.footer-accordion{display:none}}.footer-accordion-item{border-top:1px solid #e7e5e4}.footer-accordion-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:15px;color:#1c1917;letter-spacing:.04em;cursor:pointer;background:none;border:none}.footer-accordion-trigger svg{width:20px;height:20px}.footer-accordion-content{overflow:hidden;max-height:0;transition:max-height .3s ease}.footer-accordion-content.open{max-height:300px;padding-bottom:1.25rem}.footer-accordion-content ul{display:flex;flex-direction:column;gap:.75rem;padding-left:.25rem}.footer-accordion-content a{font-size:14px;color:#78716c}.footer-bottom{padding:1.75rem 0 2rem;text-align:center}.footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin-bottom:.9rem}.footer-bottom-links a{font-size:13px;color:#78716c}.footer-bottom-links a:hover{color:#1c1917;text-decoration:underline}.footer-ship{font-size:13px;color:#78716c}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:250;background:#1c1917;color:#fff;padding:1rem 1.25rem;display:none;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-banner.show{display:flex}.cookie-banner p{font-size:13px;color:#fffc;flex:1}.cookie-banner a{color:#fff;text-decoration:underline}.cookie-accept-btn{background:#fff;color:#1c1917;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;padding:.5rem 1.25rem;cursor:pointer;flex-shrink:0;border:none}.reveal-section{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal-section.revealed{opacity:1;transform:translateY(0)}.reveal-item{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal-item.revealed{opacity:1;transform:translateY(0)}.breadcrumb{display:inline-flex;align-items:center;gap:.5rem;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#a8a29e;font-weight:500;margin-bottom:2.5rem;transition:color .2s}.breadcrumb:hover{color:#1c1917}.breadcrumb svg{width:12px;height:12px}.section{padding:3rem 0}@media(min-width:1024px){.section{padding:4rem 0}}.section-lg{padding:4rem 0}@media(min-width:1024px){.section-lg{padding:6rem 0}}.text-center{text-align:center}.mt-10{margin-top:2.5rem}.flex-center{display:flex;justify-content:center}.space-y-3{display:flex;flex-direction:column;gap:.75rem}.skeleton{background:#f5f5f4;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sold-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;display:flex;align-items:center;justify-content:center}.sold-overlay span{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#44403c;font-weight:500;background:#fff;padding:.3rem .75rem}.faq-list{max-width:640px;margin:0 auto}.contact-info-item{display:flex;gap:1rem}.contact-info-icon{width:16px;height:16px;color:#a8a29e;margin-top:2px;flex-shrink:0}.contact-info-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#a8a29e;font-weight:500;margin-bottom:.25rem}.contact-info-value{font-size:14px;color:#292524}.contact-info-sub{font-size:12px;color:#a8a29e;margin-top:.2rem}.policy-content h2{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#1c1917;margin:2rem 0 .75rem}.policy-content p{font-size:14px;color:#57534e;line-height:1.75;margin-bottom:1rem}.policy-content ul{padding-left:1.25rem;margin-bottom:1rem}.policy-content ul li{font-size:14px;color:#57534e;line-height:1.75;margin-bottom:.4rem;list-style:disc}.empty-state{text-align:center;padding:5rem 0}.empty-state h2{font-family:Cormorant Garamond,serif;font-size:2rem;color:#1c1917;margin-bottom:1rem}.empty-state p{font-size:14px;color:#78716c;margin-bottom:2rem}.category-grid{display:grid}.category-grid[data-desktop-columns="2"]{grid-template-columns:repeat(2,1fr)}.category-grid[data-desktop-columns="3"]{grid-template-columns:repeat(3,1fr)}.category-grid[data-desktop-columns="4"]{grid-template-columns:repeat(4,1fr)}@media(max-width:767px){.category-grid[data-mobile-columns="1"]{grid-template-columns:1fr}.category-grid[data-mobile-columns="2"]{grid-template-columns:repeat(2,1fr)}}.category-grid .category-tile-img{overflow:hidden;background:#f5f5f4}.category-grid[data-image-ratio=square] .category-tile-img{aspect-ratio:1 / 1}.category-grid[data-image-ratio=portrait] .category-tile-img{aspect-ratio:4 / 5}.category-grid[data-image-ratio=landscape] .category-tile-img{aspect-ratio:4 / 3}.category-grid .category-tile-img img{width:100%;height:100%;object-fit:cover;display:block}.category-label-heading{letter-spacing:.02em}.category-label-body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;letter-spacing:0}.wishlist-btn{position:absolute;top:12px;right:12px;z-index:3;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;background:#ffffffeb;color:#5b5550;cursor:pointer;padding:0;border-radius:999px;box-shadow:0 1px 5px #0000000d}.wishlist-btn:focus{outline:none}.wishlist-icon{width:16px;height:16px;transition:transform .2s ease,fill .2s ease,stroke .2s ease}.wishlist-btn:hover .wishlist-icon{transform:scale(1.06)}.wishlist-btn.is-active .wishlist-icon{fill:currentColor}.product-card-img,.header-wishlist-link{position:relative}.header-wishlist-badge{position:absolute;top:-2px;right:-2px;width:9px;height:9px;border-radius:999px;display:none;pointer-events:none}.header-wishlist-badge.is-visible{display:block}.collection-hero .collection-hero__content{padding:1.5rem 0 1.25rem!important;align-items:flex-end!important}.collection-hero .collection-hero__inner{max-width:1280px}.collection-hero .page-header-eyebrow{font-size:10px;letter-spacing:.28em;margin-bottom:.45rem}.collection-hero .page-header-title{font-size:clamp(2.1rem,4.8vw,4.2rem);line-height:.96}.collection-grid{margin-top:0}.collection-top-filters{background:#fff;border-bottom:1px solid #ece8e4}.collection-top-filters .container{padding-top:.95rem;padding-bottom:.95rem}.collection-top-filters__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.95rem}.collection-top-filters__title-wrap{display:inline-flex;align-items:center;gap:.45rem}.collection-top-filters__title{font-size:14px;color:#2f2a27;font-weight:300;letter-spacing:0;line-height:1}.collection-top-filters__caret{width:14px;height:14px;color:#6f6963;flex-shrink:0}.collection-top-filters__action{font-size:14px;color:#2f2a27;font-weight:300;letter-spacing:0;opacity:1;cursor:default;pointer-events:none}.collection-top-filters__bar{border-top:1px solid #ece8e4;padding-top:.95rem}.tag-pills--top{margin-bottom:0}.tag-pills--top .tag-pill{font-size:11px;letter-spacing:0;text-transform:none;padding:.8rem 1.25rem;border:1px solid #dfdbd6;color:#48423d;border-radius:0;background:#fff}.tag-pills--top .tag-pill.active,.tag-pills--top .tag-pill:hover{border-color:#8a837d;color:#1c1917}.collection-hero{border-bottom:1px solid #ece8e4}.collection-toolbar{padding-top:1.5rem}@media(max-width:767px){.collection-top-filters .container{padding-top:.75rem;padding-bottom:.75rem}.collection-top-filters__head{padding-bottom:.75rem}.collection-top-filters__title,.collection-top-filters__action{font-size:13px}.collection-top-filters__bar{padding-top:.75rem}.tag-pills--top{gap:.5rem}.tag-pills--top .tag-pill{padding:.65rem .95rem;font-size:10px}}.wishlist-shell{background:#fff;padding:72px 0 96px}.wishlist-shell__container{max-width:1180px}.wishlist-hero{margin-bottom:42px}.wishlist-hero__eyebrow{margin:0 0 10px;font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:#a8a29e}.wishlist-hero__title{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(2.75rem,5vw,4.2rem);line-height:.95;color:#1c1917;font-weight:400}.wishlist-hero__subtitle{margin:18px 0 0;max-width:640px;font-size:16px;line-height:1.7;color:#78716c}.wishlist-account-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:34px 36px;border:1px solid #e7e4df;border-radius:18px;margin-bottom:34px}.wishlist-account-box__copy h2{margin:0 0 8px;font-size:28px;color:#1c1917;font-family:Cormorant Garamond,serif;font-weight:500}.wishlist-account-box__copy p{margin:0;font-size:15px;line-height:1.7;color:#78716c;max-width:560px}.wishlist-account-box__actions{display:flex;gap:14px;flex-wrap:wrap}.wishlist-btn-primary,.wishlist-btn-secondary{min-height:48px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;transition:all .2s ease}.wishlist-btn-primary{background:#1c1917;color:#fff;border:1px solid #1c1917}.wishlist-btn-primary:hover{background:#2f2a26;border-color:#2f2a26;color:#fff}.wishlist-btn-secondary{background:#fff;color:#1c1917;border:1px solid #d6d3d1}.wishlist-btn-secondary:hover{border-color:#a8a29e;color:#1c1917}.wishlist-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:56px}.wishlist-shortcut-card{min-height:132px;border:1px solid #e7e4df;border-radius:18px;padding:26px 24px;text-decoration:none;display:flex;justify-content:space-between;gap:16px;color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.wishlist-shortcut-card:hover{border-color:#cfc7bd;transform:translateY(-1px);box-shadow:0 4px 18px #0000000a}.wishlist-shortcut-card__content h3{margin:0 0 8px;font-size:20px;color:#1c1917;font-family:Cormorant Garamond,serif;font-weight:500}.wishlist-shortcut-card__content p{margin:0;font-size:14px;line-height:1.6;color:#78716c}.wishlist-shortcut-card__arrow{font-size:28px;line-height:1;color:#c4bdb4;flex:0 0 auto}.wishlist-listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.wishlist-listing-head__title{margin:0;font-family:Cormorant Garamond,serif;font-size:38px;line-height:1;color:#1c1917;font-weight:500}.wishlist-count{font-size:14px;color:#78716c}.wishlist-empty{padding:34px 0 50px}.wishlist-empty__inner{border:1px solid #e7e4df;border-radius:18px;text-align:center;padding:56px 24px}.wishlist-empty__inner h3{margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:34px;color:#1c1917;font-weight:500}.wishlist-empty__inner p{margin:0 0 24px;font-size:15px;line-height:1.7;color:#78716c}.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.wishlist-product-card{text-decoration:none;color:inherit;display:block}.wishlist-product-card__media{position:relative;aspect-ratio:4 / 5;background:#f7f5f2;overflow:hidden;border-radius:20px;margin-bottom:16px}.wishlist-product-card__media img{width:100%;height:100%;object-fit:contain;display:block}.wishlist-product-card__title{margin:0;font-size:15px;line-height:1.5;color:#2f2a26}@media(max-width:990px){.wishlist-shortcuts,.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wishlist-account-box{flex-direction:column;align-items:flex-start}}@media(max-width:749px){.wishlist-shell{padding:44px 0 72px}.wishlist-shortcuts,.wishlist-grid{grid-template-columns:1fr}.wishlist-account-box{padding:24px 20px;border-radius:16px}.wishlist-shortcut-card{min-height:auto;padding:22px 18px;border-radius:16px}.wishlist-listing-head{align-items:flex-start;flex-direction:column}.wishlist-listing-head__title{font-size:30px}.wishlist-empty__inner{padding:42px 18px;border-radius:16px}}.faq-hero-section{background:#fff}.faq-hero-section__inner{background:#050505;min-height:440px;display:flex;align-items:center}.faq-hero-section__container{width:100%}.faq-hero-section__eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:#ffffff8c;font-weight:400}.faq-hero-section__title{margin:0;max-width:560px;font-family:Cormorant Garamond,serif;font-size:clamp(3.1rem,7vw,5.5rem);line-height:.9;font-weight:300;letter-spacing:.01em;color:#fff}.faq-page-section{background:#fff;padding:92px 0 110px}.faq-page-section__container{max-width:860px}.faq-page-list{width:100%}.faq-page-item{border-top:1px solid #ece8e4}.faq-page-item:last-child{border-bottom:1px solid #ece8e4}.faq-page-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;text-align:left;background:transparent;border:0;cursor:pointer}.faq-page-item__question{font-size:14px;line-height:1.5;font-weight:500;letter-spacing:.01em;color:#171412;text-transform:none}.faq-page-item__icon{width:24px;height:24px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:#171412}.faq-page-item__icon svg{width:18px;height:18px;transition:transform .28s ease}.faq-page-item__trigger[aria-expanded=true] .faq-page-item__icon svg{transform:rotate(180deg)}.faq-page-item__content{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-page-item__content.open{max-height:500px}.faq-page-item__content-inner{padding:0 0 34px}.faq-page-item__content-inner p{margin:0;font-size:15px;line-height:1.75;color:#5f5953;max-width:760px}.faq-page-cta{margin-top:70px;background:#f7f5f3;padding:42px 36px 40px}.faq-page-cta__kicker{margin:0 0 18px;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#a39b94}.faq-page-cta__title{margin:0 0 14px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);line-height:1;font-weight:400;color:#1a1715}.faq-page-cta__text{margin:0 0 28px;max-width:700px;font-size:15px;line-height:1.75;color:#6d6660}.faq-page-cta__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 34px;background:#171412;color:#fff;font-size:12px;letter-spacing:.14em;text-transform:uppercase;transition:background .2s ease}.faq-page-cta__button:hover{background:#2a2522;color:#fff}@media(max-width:767px){.faq-hero-section__inner{min-height:320px}.faq-page-section{padding:58px 0 72px}.faq-page-item__trigger{padding:22px 0;gap:16px}.faq-page-item__question{font-size:13px}.faq-page-item__content-inner{padding:0 0 24px}.faq-page-item__content-inner p,.faq-page-cta__text{font-size:14px}.faq-page-cta{margin-top:44px;padding:28px 22px}}.policies-hero-section{background:#fff}.policies-hero-section__inner{background:#050505;min-height:470px;display:flex;align-items:center}.policies-hero-section__container{width:100%}.policies-hero-section__eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:.36em;text-transform:uppercase;color:#ffffff85;font-weight:400}.policies-hero-section__title{margin:0;max-width:620px;font-family:Cormorant Garamond,serif;font-size:clamp(3.2rem,7vw,5.6rem);line-height:.92;font-weight:300;letter-spacing:.01em;color:#fff}.policies-page-section{background:#fff;padding:92px 0 120px}.policies-page-section__container{max-width:980px}.policies-page-list{width:100%}.policies-page-item{max-width:760px;margin:0 auto;padding:0 0 76px}.policies-page-item+.policies-page-item{border-top:1px solid #efeae5;padding-top:76px}.policies-page-item__number{margin:0 0 22px;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#a49c95;line-height:1}.policies-page-item__title{margin:0 0 28px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);line-height:.98;font-weight:400;color:#1a1715}.policies-page-item__content{max-width:760px}.policy-content p{margin:0 0 22px;font-size:15px;line-height:1.95;color:#5f5953}.policy-content p:last-child{margin-bottom:0}.policy-content h2,.policy-content h3,.policy-content h4{margin:34px 0 16px;font-family:Cormorant Garamond,serif;font-weight:500;color:#1a1715;line-height:1.05}.policy-content h2{font-size:2rem}.policy-content h3{font-size:1.5rem}.policy-content h4{font-size:1.2rem}.policy-content ul,.policy-content ol{margin:0 0 22px 1.2rem;padding:0}.policy-content ul li,.policy-content ol li{margin:0 0 10px;font-size:15px;line-height:1.9;color:#5f5953}.policy-content a{color:#1a1715;text-decoration:underline;text-underline-offset:3px}.policy-content strong{color:#1a1715;font-weight:500}@media(max-width:767px){.policies-hero-section__inner{min-height:330px}.policies-page-section{padding:58px 0 76px}.policies-page-item{padding:0 0 46px}.policies-page-item+.policies-page-item{padding-top:46px}.policies-page-item__number{margin-bottom:14px;font-size:10px}.policies-page-item__title{margin-bottom:18px}.policy-content p,.policy-content ul li,.policy-content ol li{font-size:14px;line-height:1.8}}.about-story-hero{position:relative;min-height:680px;overflow:hidden;background:#111}.about-story-hero__media,.about-story-hero__overlay,.about-story-hero__content{position:absolute;top:0;right:0;bottom:0;left:0}.about-story-hero__image{width:100%;height:100%;object-fit:cover}.about-story-hero__overlay{background:#00000080}.about-story-hero__content{display:flex;align-items:center;z-index:2}.about-story-hero__copy{max-width:560px;margin-left:34%}.about-story-hero__eyebrow{margin:0 0 16px;font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:#ffffffbf}.about-story-hero__title{margin:0;color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(4rem,8vw,6.8rem);line-height:.92;font-weight:300}.about-story-hero__title-emphasis{display:block;font-style:italic;font-weight:300}.about-origin-section{background:#fff;padding:110px 0 120px}.about-origin-section__container{max-width:1320px}.about-origin-section__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:92px;align-items:start}.about-origin-section__eyebrow{margin:0 0 22px;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#b0a79f}.about-origin-section__headline{margin:0;max-width:640px;font-family:Cormorant Garamond,serif;font-size:clamp(2.9rem,5vw,4.6rem);line-height:1.04;font-weight:300;color:#1a1715}.about-origin-section__right{display:flex;flex-direction:column;gap:26px;padding-top:8px}.about-origin-section__paragraph{margin:0;font-size:16px;line-height:1.9;color:#5c5651}.about-values-section{background:#faf8f6;padding:110px 0}.about-values-section__container{max-width:1320px}.about-values-section__header{text-align:center;margin-bottom:72px}.about-values-section__eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#b0a79f}.about-values-section__title{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,4.4rem);line-height:1;font-weight:300;color:#1a1715}.about-values-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:52px}.about-values-card__icon{margin-bottom:22px;color:#b8afa7}.about-values-card__icon svg{width:24px;height:24px;stroke-width:1.5}.about-values-card__title{margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:2rem;line-height:1.1;font-weight:400;color:#1a1715}.about-values-card__description{margin:0;font-size:15px;line-height:1.85;color:#6b645e}.about-cta-section{background:#050505;padding:110px 0 112px}.about-cta-section__container{max-width:1320px}.about-cta-section__inner{text-align:center}.about-cta-section__eyebrow{margin:0 0 16px;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#ffffff8c}.about-cta-section__title{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5rem);line-height:1.02;font-weight:300;color:#fff}.about-cta-section__actions{margin-top:34px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.about-cta-section__button{min-width:198px;min-height:58px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.18em;text-transform:uppercase;transition:all .2s ease}.about-cta-section__button--primary{background:#fff;color:#111;border:1px solid #fff}.about-cta-section__button--primary:hover{background:#f2f2f2;border-color:#f2f2f2;color:#111}.about-cta-section__button--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.38)}.about-cta-section__button--secondary:hover{border-color:#fff;color:#fff}@media(max-width:1199px){.about-story-hero__copy{margin-left:22%}.about-origin-section__grid{gap:56px}.about-values-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 32px}}@media(max-width:767px){.about-story-hero{min-height:520px}.about-story-hero__content{align-items:flex-end;padding-bottom:54px}.about-story-hero__copy{margin-left:0;max-width:100%}.about-story-hero__title{font-size:clamp(3rem,12vw,4.4rem)}.about-origin-section{padding:72px 0 76px}.about-origin-section__grid{grid-template-columns:1fr;gap:34px}.about-origin-section__headline{font-size:clamp(2.2rem,9vw,3.3rem)}.about-origin-section__paragraph{font-size:15px;line-height:1.8}.about-values-section{padding:72px 0 76px}.about-values-section__header{margin-bottom:44px}.about-values-section__grid{grid-template-columns:1fr;gap:34px}.about-values-card__title{font-size:1.75rem}.about-values-card__description{font-size:14px;line-height:1.75}.about-cta-section{padding:76px 0 78px}.about-cta-section__title{font-size:clamp(2.4rem,10vw,3.5rem)}.about-cta-section__actions{flex-direction:column;align-items:center}.about-cta-section__button{width:100%;max-width:320px}}.product-page-main{padding-top:7rem!important}@media(max-width:1023px){.product-page-main{padding-top:5.5rem!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/blano.css.map */
