:root{--gold: #C9A84C;--gold-light: #E8C97A;--ink: #0D0D0D;--chalk: #F5F2ED;--gray-mid: #888;--gray-dark: #2a2a2a;--gray-light: #CCCAC4;--gold-metallic: linear-gradient( 135deg, #5a3e00 0%, #c8960c 15%, #ffd700 30%, #ffeaa0 42%, #ffffff 50%, #ffd700 58%, #c8960c 72%, #8b6400 85%, #c8960c 100% );--gold-metallic-text: linear-gradient( 135deg, #7a5500 0%, #c8960c 18%, #ffd700 32%, #fff5b0 48%, #ffd700 62%, #b8860b 78%, #c8960c 100% )}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--chalk);font-family:Josefin Sans,sans-serif;font-weight:300;font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.skip-to-content{position:absolute;top:-100px;left:1rem;background:var(--gold);color:var(--ink);padding:.5rem 1rem;font-size:.75rem;letter-spacing:.1em;z-index:999;transition:top .2s}.skip-to-content:focus{top:1rem}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 4rem;border-bottom:.5px solid var(--gray-dark);position:sticky;top:0;background:var(--ink);z-index:100}.logo{font-family:Bebas Neue,sans-serif;font-size:1.9rem;letter-spacing:.3em;color:var(--chalk);text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.8}.logo span{color:var(--gold)}.nav-links ul{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-cart{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--chalk);cursor:pointer;border:.5px solid #3a3a3a;padding:.5rem 1.2rem;transition:border-color .3s,color .3s;text-decoration:none}.nav-cart:hover{border-color:var(--gold);color:var(--gold)}.btn-primary{display:inline-block;background:transparent;color:var(--gold);font-family:Josefin Sans,sans-serif;font-size:.62rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;padding:1rem 2.5rem;cursor:pointer;border:.5px solid var(--gold);transition:background .3s,color .3s;text-decoration:none}.btn-primary:hover{background:var(--gold);color:var(--ink)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;border-color:var(--gray-mid);color:var(--gray-mid)}.btn-primary:disabled:hover{background:transparent;color:var(--gray-mid)}.btn-full{width:100%;text-align:center}.hero{display:grid;grid-template-columns:1.1fr .9fr;min-height:90vh}.hero-left{display:flex;flex-direction:column;justify-content:flex-end;padding:5rem 4rem;border-right:.5px solid var(--gray-dark)}.hero-eyebrow{font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:1.05;color:var(--chalk);margin-bottom:2rem;white-space:pre-line}.hero-desc{font-size:.72rem;letter-spacing:.1em;line-height:2.2;color:var(--gray-mid);max-width:400px;margin-bottom:3rem}.hero-right{position:relative;overflow:hidden;background:#111;min-height:500px}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:grayscale(20%) contrast(1.05);transition:filter .8s ease}.hero-right:hover .hero-image{filter:grayscale(0%) contrast(1)}.hero-image-placeholder{width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background:#111;border-left:.5px solid var(--gray-dark)}.hero-image-placeholder p{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#333}.marquee-bar{border-top:.5px solid var(--gray-dark);border-bottom:.5px solid var(--gray-dark);padding:1.1rem 0;overflow:hidden;white-space:nowrap}.marquee-inner{display:inline-block;animation:marquee 24s linear infinite}.marquee-item{display:inline-block;font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gray-mid);padding:0 2.5rem}.marquee-dot{color:var(--gold);margin-left:2.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{display:flex;justify-content:space-between;align-items:baseline;padding:4rem 4rem 2.5rem;border-top:.5px solid var(--gray-dark)}.section-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--chalk)}.section-link{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);text-decoration:none;transition:opacity .3s}.section-link:hover{opacity:.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-dark);margin:0 4rem 5rem}.products-grid--full{margin:0 4rem 5rem}.product-card{background:var(--ink);cursor:pointer;position:relative;overflow:hidden;text-decoration:none;display:block;transition:background .3s}.product-card:hover{background:#111}.product-card:hover .product-img img{transform:scale(1.03)}.product-img{width:100%;aspect-ratio:2/3;overflow:hidden;position:relative;background:#111}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;filter:grayscale(15%)}.product-card:hover .product-img img{filter:grayscale(0%)}.product-img-placeholder{width:100%;height:100%;background:#161616;display:flex;align-items:center;justify-content:center}.product-img-placeholder:after{content:"No image";font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#333}.product-img-placeholder.large{min-height:500px}.product-img-placeholder.small{width:100px;height:100px;min-height:unset}.product-info{padding:1.4rem 1.5rem;border-top:.5px solid var(--gray-dark)}.product-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--chalk);margin-bottom:.3rem}.product-medium{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.9rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:.72rem;letter-spacing:.08em;color:var(--gold)}.product-size{font-size:.58rem;letter-spacing:.1em;color:#555}.sold-out{color:#6a3333}.empty-collection{grid-column:1 / -1;text-align:center;padding:5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid)}.statement-band{padding:8rem 4rem;display:flex;align-items:center;gap:5rem;border-top:.5px solid var(--gray-dark);border-bottom:.5px solid var(--gray-dark)}.statement-rule{width:1px;height:120px;background:var(--gold);opacity:.5;flex-shrink:0}.statement-quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,3rem);font-weight:300;line-height:1.4;color:var(--chalk);font-style:italic}.statement-attr{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-mid);margin-top:1.5rem}.collection-header{padding:5rem 4rem 3rem;border-bottom:.5px solid var(--gray-dark)}.collection-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.05;color:var(--chalk);margin-bottom:1.5rem}.collection-desc{font-size:.72rem;letter-spacing:.1em;line-height:2;color:var(--gray-mid);max-width:560px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;min-height:80vh;border-bottom:.5px solid var(--gray-dark)}.product-gallery{border-right:.5px solid var(--gray-dark);padding:4rem;display:flex;flex-direction:column;gap:1rem}.product-main-image img{width:100%;max-height:75vh;object-fit:contain;background:#0a0a0a}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;object-fit:cover;cursor:pointer;opacity:.5;transition:opacity .3s;border:.5px solid transparent}.thumbnail:hover,.thumbnail.active{opacity:1;border-color:var(--gold)}.product-details{padding:5rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.product-eyebrow{font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold)}.product-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:300;line-height:1.1;color:var(--chalk)}.product-medium-tag{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid)}.product-price-wrap{display:flex;align-items:center;gap:1rem}.product-price-large{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--gold)}.sold-out-badge{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:#6a3333;border:.5px solid #6a3333;padding:.3rem .8rem}.product-description{font-size:.75rem;line-height:2;letter-spacing:.05em;color:var(--gray-mid);border-top:.5px solid var(--gray-dark);border-bottom:.5px solid var(--gray-dark);padding:1.5rem 0}.product-meta{display:flex;flex-direction:column;gap:.6rem;border-top:.5px solid var(--gray-dark);padding-top:1.5rem}.product-meta p{font-size:.65rem;letter-spacing:.12em;color:var(--gray-mid);display:flex;justify-content:space-between}.product-meta p span{color:var(--chalk);text-transform:uppercase;font-size:.58rem;letter-spacing:.2em}.cart-page{max-width:800px;margin:0 auto;padding:5rem 4rem}.cart-items{border-top:.5px solid var(--gray-dark);margin:2rem 0}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:2rem;align-items:center;padding:2rem 0;border-bottom:.5px solid var(--gray-dark)}.cart-item-img img{width:100px;height:130px;object-fit:cover}.cart-item-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--chalk);margin-bottom:.4rem}.cart-item-medium{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.8rem}.cart-item-price{font-size:.8rem;letter-spacing:.1em;color:var(--gold)}.cart-remove{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:#555;text-decoration:none;transition:color .3s}.cart-remove:hover{color:#933}.cart-footer{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-top:.5px solid var(--gray-dark);border-bottom:.5px solid var(--gray-dark);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--chalk);margin-bottom:1rem}.cart-total span:last-child{font-family:Cormorant Garamond,serif;font-size:1.5rem;letter-spacing:.05em;color:var(--gold)}.cart-continue{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);text-align:center;transition:color .3s}.cart-continue:hover{color:var(--chalk)}.cart-empty{text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center;gap:2rem}.cart-empty p{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--gray-mid)}.page-wrap{max-width:760px;margin:0 auto;padding:6rem 4rem}.page-content{font-size:.8rem;line-height:2.2;letter-spacing:.05em;color:var(--gray-mid);margin-top:2rem}.page-content h1,.page-content h2,.page-content h3{font-family:Cormorant Garamond,serif;font-weight:300;color:var(--chalk);margin:2rem 0 1rem}.page-content p{margin-bottom:1.5rem}.page-content a{color:var(--gold);border-bottom:.5px solid var(--gold);padding-bottom:1px;transition:opacity .3s}.page-content a:hover{opacity:.7}.site-footer{padding:2.5rem 4rem;display:flex;justify-content:space-between;align-items:center;border-top:.5px solid var(--gray-dark);flex-wrap:wrap;gap:1rem}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.3em;color:#444}.footer-logo span{color:var(--gold);opacity:.6}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:#555;transition:color .3s}.footer-links a:hover{color:var(--gray-mid)}.footer-copy{font-size:.58rem;letter-spacing:.1em;color:#444}@media(max-width:900px){.site-header{padding:1.2rem 1.5rem}.nav-links{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3rem 1.5rem;border-right:none;border-bottom:.5px solid var(--gray-dark)}.hero-right{min-height:60vw}.products-grid{grid-template-columns:repeat(2,1fr);margin:0 1.5rem 3rem}.products-grid--full{margin:0 1.5rem 3rem}.section-header,.collection-header{padding:3rem 1.5rem 2rem}.statement-band{padding:4rem 1.5rem;gap:2rem}.product-page{grid-template-columns:1fr}.product-gallery{border-right:none;border-bottom:.5px solid var(--gray-dark);padding:2rem 1.5rem}.product-details{padding:2rem 1.5rem}.cart-page{padding:3rem 1.5rem}.cart-item{grid-template-columns:80px 1fr auto;gap:1rem}.site-footer{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.page-wrap{padding:4rem 1.5rem}}@media(max-width:560px){.products-grid{grid-template-columns:1fr}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.logo span,.hero-eyebrow,.section-link,.marquee-dot,.product-price,.product-price-large,.cart-total span:last-child,.statement-rule,.footer-logo span{background:var(--gold-metallic-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.nav-cart{border-image:var(--gold-metallic) 1;position:relative}.btn-primary{border:none;position:relative;background:transparent}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:.5px;background:var(--gold-metallic);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none}.btn-primary:hover{background:var(--gold-metallic);color:var(--ink);-webkit-text-fill-color:var(--ink)}.statement-rule{background:var(--gold-metallic);-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:unset}.thumbnail.active{border-color:transparent;outline:1px solid;outline-color:#c8960c;box-shadow:0 0 0 1px gold,0 0 8px #c8960c66}.logo{position:relative}.logo span{display:inline-block;animation:goldShimmer 4s ease-in-out infinite;background-size:200% auto}@keyframes goldShimmer{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}.hero-eyebrow{background-size:200% auto;animation:goldShimmer 5s ease-in-out infinite}
/*# sourceMappingURL=/cdn/shop/t/9/assets/mercurial.css.map */
