:root{--cream: #EDE8E0;--warm-white: #F5F2EC;--stone: #C8BFB0;--dark: #1A1714;--mid: #6B6259;--accent: #3D342A}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--dark);font-family:Montserrat,sans-serif;font-weight:300;overflow-x:hidden}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:#ede8e0eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid rgba(100,90,80,.15)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--dark);text-decoration:none}.nav-links{display:flex;gap:3rem;list-style:none}.nav-links a{font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--mid);text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--dark)}.nav-right{display:flex;gap:1.5rem;align-items:center}.nav-icon{cursor:pointer;color:var(--mid);text-decoration:none;transition:color .3s}.nav-icon:hover{color:var(--dark)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem}.hero-eyebrow{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--mid);margin-bottom:2rem}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,5.5vw,6rem);font-weight:300;line-height:1.05;color:var(--dark);margin-bottom:1.5rem}.hero-title em{font-style:italic;font-weight:300}.hero-sub{font-size:.75rem;letter-spacing:.12em;color:var(--mid);line-height:1.9;max-width:320px;margin-bottom:3rem}.btn-primary{display:inline-block;padding:1rem 2.5rem;background:var(--dark);color:var(--cream);font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;text-decoration:none;transition:background .3s,color .3s;border:1px solid var(--dark);width:fit-content}.btn-primary:hover{background:transparent;color:var(--dark)}.btn-secondary{display:inline-block;padding:1rem 2.5rem;background:transparent;color:var(--dark);font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;text-decoration:none;border:1px solid var(--dark);transition:background .3s,color .3s;width:fit-content}.btn-secondary:hover{background:var(--dark);color:var(--cream)}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-right{position:relative;overflow:hidden;background:var(--stone)}.hero-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:3rem}.chess-hero{width:100%;max-width:480px;aspect-ratio:1;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);border:3px solid rgba(26,23,20,.3);box-shadow:0 30px 80px #1a171440}.chess-hero .sq{aspect-ratio:1}.chess-hero .sq.dark-sq{background:#2a211a}.chess-hero .sq.light-sq{background:#c8bfb0}.hero-badge{position:absolute;bottom:3rem;left:3rem;background:var(--cream);padding:1.2rem 1.8rem;border:.5px solid rgba(100,90,80,.3)}.hero-badge-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;color:var(--dark);margin-bottom:.2rem}.hero-badge-sub{font-size:.6rem;letter-spacing:.2em;color:var(--mid);text-transform:uppercase}.marquee-bar{background:var(--dark);padding:.85rem 0;overflow:hidden;white-space:nowrap}.marquee-inner{display:inline-block;animation:marquee 30s linear infinite}.marquee-text{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--stone);display:inline;padding:0 3rem}.marquee-dot{color:var(--stone);opacity:.4;padding:0 .5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-hero{text-align:center;padding:8rem 4rem;background:var(--warm-white);border-top:.5px solid rgba(100,90,80,.2);border-bottom:.5px solid rgba(100,90,80,.2)}.logo-monogram{font-family:Cormorant Garamond,serif;font-size:6rem;font-weight:300;color:var(--dark);line-height:1;letter-spacing:-.05em;margin-bottom:1.5rem}.logo-name{font-size:.7rem;letter-spacing:.45em;text-transform:uppercase;color:var(--dark);margin-bottom:.5rem}.logo-rule{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.7rem 0}.logo-rule-line{height:.5px;width:60px;background:var(--mid)}.logo-tagline{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--mid)}.section{padding:8rem 4rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.section-eyebrow{font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--mid);margin-bottom:.75rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;color:var(--dark);line-height:1.1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5px;background:#645a5026;border:1px solid rgba(100,90,80,.15)}.product-card{background:var(--warm-white);cursor:pointer;position:relative;overflow:hidden}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-card:hover .card-overlay{opacity:1}.product-img-wrap{aspect-ratio:1/1.05;overflow:hidden;position:relative;background:var(--cream)}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.bestseller-tag{position:absolute;top:1.2rem;left:1.2rem;background:var(--dark);color:var(--cream);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;padding:.3rem .7rem;z-index:2}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a17142e;display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .4s}.card-add-btn{background:var(--cream);color:var(--dark);border:none;padding:.7rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;width:100%}.product-info{padding:1.25rem;border-top:.5px solid rgba(100,90,80,.2)}.product-name{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:400;color:var(--dark);line-height:1.3;margin-bottom:.3rem}.product-meta{font-size:.6rem;letter-spacing:.15em;color:var(--mid);text-transform:uppercase;margin-bottom:.75rem}.product-price{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;color:var(--dark)}.price-compare{font-size:.7rem;color:var(--mid);font-family:Montserrat,sans-serif;font-weight:300;margin-left:.5rem;text-decoration:line-through}.split-banner{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.split-left{background:var(--dark);padding:6rem 5rem;display:flex;flex-direction:column;justify-content:center}.split-right{background:var(--stone);display:flex;align-items:center;justify-content:center;padding:4rem}.split-body{font-size:.75rem;line-height:2;color:var(--stone);max-width:340px;margin:1.5rem 0 2.5rem;letter-spacing:.05em}.marble-deco{width:100%;max-width:400px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.marble-piece{aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:.8rem;color:#1a171466}.category-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#645a5026}.category-card{background:var(--cream);padding:3.5rem 2.5rem;text-align:center;cursor:pointer;transition:background .3s;border:none}.category-card:hover{background:var(--dark)}.category-card:hover .cat-title,.category-card:hover .cat-desc{color:var(--cream)}.category-card:hover .cat-num{color:var(--stone)}.cat-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#645a504d;line-height:1;margin-bottom:1.5rem;transition:color .3s}.cat-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--dark);margin-bottom:.75rem;transition:color .3s}.cat-desc{font-size:.65rem;letter-spacing:.1em;color:var(--mid);line-height:1.7;transition:color .3s}.testimonial-section{padding:8rem 4rem;max-width:800px;margin:0 auto;text-align:center}.quote-mark{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:300;color:var(--stone);line-height:.7;display:block;margin-bottom:2rem}.testimonial-text{font-family:Cormorant Garamond,serif;font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:300;font-style:italic;color:var(--dark);line-height:1.6;margin-bottom:2.5rem}.testimonial-author{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--mid)}footer{background:var(--dark);padding:5rem 4rem 3rem;color:var(--stone)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;letter-spacing:.15em;color:var(--warm-white);margin-bottom:1rem}.footer-tagline{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--stone);margin-bottom:1.5rem}.footer-body{font-size:.7rem;line-height:2;color:var(--stone);max-width:240px}.footer-col-title{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--warm-white);margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.7rem;color:var(--stone);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--warm-white)}.footer-bottom{border-top:.5px solid rgba(200,191,176,.2);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.6rem;letter-spacing:.1em;color:#c8bfb080}@media(max-width:900px){.site-nav{padding:1.25rem 2rem}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-right{min-height:50vw}.hero-left{padding:4rem 2rem}.section{padding:5rem 2rem}.split-banner{grid-template-columns:1fr}.split-left{padding:4rem 2rem}.footer-grid{grid-template-columns:1fr 1fr}.category-row{grid-template-columns:1fr}}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:.5rem}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--dark);transition:transform .3s,opacity .3s}.nav-hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.nav-hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a171473;z-index:998;opacity:0;transition:opacity .35s}.mobile-nav-backdrop.active{display:block;opacity:1}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:min(80vw,320px);background:var(--warm-white);z-index:999;display:flex;flex-direction:column;padding:5rem 2.5rem 3rem;transform:translate(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);border-left:.5px solid rgba(100,90,80,.15)}.mobile-nav.open{transform:translate(0)}.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:var(--mid);padding:4px}.mobile-nav-close:hover{color:var(--dark)}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:0;flex:1}.mobile-nav-links li{border-bottom:.5px solid rgba(100,90,80,.12)}.mobile-nav-links a{display:block;padding:1.1rem 0;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--dark);text-decoration:none;letter-spacing:.03em;transition:color .2s}.mobile-nav-links a:hover{color:var(--mid)}.mobile-nav-footer{display:flex;gap:1.5rem;padding-top:2rem;border-top:.5px solid rgba(100,90,80,.12)}.mobile-nav-icon{display:flex;align-items:center;gap:.4rem;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);text-decoration:none;transition:color .2s}.mobile-nav-icon:hover{color:var(--dark)}@media(max-width:600px){.nav-hamburger{display:flex}.site-nav .nav-icon{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:1px}.product-img-wrap{aspect-ratio:1 / 1}.product-img-wrap img{display:block;width:100%;height:100%;object-fit:cover}.section{padding:3.5rem 1.25rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.hero-left{padding:3rem 1.25rem}.footer-grid{grid-template-columns:1fr}}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px}.product-gallery{padding:3rem;background:var(--cream)}.product-main-img-wrap{position:relative;overflow:hidden;margin-bottom:1rem;background:var(--warm-white)}.product-main-img{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-thumb{cursor:pointer;overflow:hidden;border:1.5px solid transparent;transition:border-color .2s}.product-thumb-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.product-info-col{padding:8rem 5rem;display:flex;flex-direction:column;justify-content:center}.product-page-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,3.5rem);font-weight:300;line-height:1.1;color:var(--dark);margin-bottom:1.5rem}.product-page-price{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;color:var(--dark);margin-bottom:2rem}.product-page-desc{font-size:.8rem;line-height:2;color:var(--mid);margin-bottom:2.5rem;max-width:420px;letter-spacing:.05em}.product-variant-label{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--mid);display:block;margin-bottom:.5rem}.product-variant-select{width:100%;padding:1rem 1.2rem;border:1px solid var(--stone);background:var(--warm-white);font-family:Montserrat,sans-serif;font-size:.75rem;letter-spacing:.1em;margin-bottom:1.5rem;color:var(--dark);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22><path d=%22M1 1l5 5 5-5%22 stroke=%22%236B6259%22 stroke-width=%221.5%22 fill=%22none%22/></svg>");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.product-add-btn{width:100%;padding:1.1rem;background:var(--dark);color:var(--cream);border:1px solid var(--dark);font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;cursor:pointer;transition:background .3s,color .3s;margin-bottom:1rem}.product-add-btn.hover,.product-add-btn:hover{background:transparent;color:var(--dark)}.product-trust{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:.5px solid rgba(100,90,80,.2);font-size:.6rem;letter-spacing:.12em;color:var(--mid);text-transform:uppercase}@media(max-width:600px){.product-page{grid-template-columns:1fr;padding-top:70px;min-height:unset}.product-gallery{padding:0;background:var(--cream)}.product-main-img-wrap{margin-bottom:.5rem}.product-main-img{aspect-ratio:1 / 1;width:100%}.product-thumbs{padding:.5rem 1rem;gap:.4rem}.product-info-col{padding:2rem 1.25rem 3rem}.product-page-title{font-size:clamp(1.8rem,7vw,2.5rem)}.product-trust{flex-direction:column;gap:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
