*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: hsl(40, 40%, 98%) ;--foreground: hsl(0, 0%, 7%);--muted: hsl(40, 12%, 90%);--muted-foreground: hsl(0, 0%, 20%);--border: hsl(40, 12%, 90%);--studio-divider: hsl(40, 12%, 90%);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Cormorant", Georgia, serif;--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--background)!important;color:var(--foreground);font-size:1.25rem;line-height:1.75rem;letter-spacing:-.25px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600}.text-hero{font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:.95;letter-spacing:-.02em;font-family:var(--font-serif)}.text-display{font-size:clamp(2rem,5vw,3.75rem);font-weight:600;line-height:1.1;letter-spacing:-.01em;font-family:var(--font-serif)}.text-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.3;font-family:var(--font-serif)}.text-body-lg{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.75rem;font-family:var(--font-sans)}.showroom-info p,#modal-phone{font-size:1rem}.tracking-wider-studio{letter-spacing:.12em}.container{max-width:1536px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 3rem}}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#ffffffe8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-logo{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;letter-spacing:-.02em;cursor:pointer}.nav button{border:0;background:none}.nav-links{display:none;gap:3rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;transition:opacity .3s;cursor:pointer}.nav-links a:hover,.nav-links a.active{opacity:.6}.nav-cart{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--foreground);font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;transition:var(--transition-smooth);cursor:pointer}.nav-cart:hover{background:var(--foreground);color:var(--background)}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:24px;height:2px;background:var(--foreground)}@media(min-width:768px){.mobile-menu-btn{display:none}}.btn-studio{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;line-height:1;font-size:.875rem;font-weight:500;letter-spacing:-.25px;border:1px solid var(--foreground);background:transparent;color:var(--foreground);transition:var(--transition-smooth);cursor:pointer;font-family:var(--font-sans)}#page-home .hero .btn-studio{padding:.875rem 2rem;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;line-height:1rem}#page-home .hero-content p{line-height:1.75rem;margin-bottom:3rem}.btn-studio:hover{background:var(--foreground);color:var(--background)}.btn-studio.btn-light{border-color:var(--background);background:var(--background);color:var(--foreground)}.btn-studio.btn-light:hover{background:#fafaf8e6}.btn-studio.btn-primary{background:var(--foreground);color:var(--background);width:100%}.btn-studio.btn-primary:hover{background:transparent;color:var(--foreground)}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-short{height:60vh}.hero-shorter{height:50vh}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-attachment:fixed}.hero-content{position:relative;text-align:center;padding:0 1.5rem;max-width:64rem}.hero-content h1{color:var(--background);margin-bottom:1.5rem}.hero-content p{line-height:1.25rem;color:#fafaf8e6;max-width:40rem}.hero-label{font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;color:#fafaf8cc;margin-bottom:1rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:1px;height:4rem;background:#fafaf899;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.dual-banners{display:grid;gap:1.5rem;padding:6rem 0;padding-bottom:0}@media(min-width:768px){.dual-banners{grid-template-columns:1fr 1fr;gap:2rem}}.banner-card{position:relative;height:70vh;overflow:hidden}.banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease}.banner-card:hover .banner-bg{transform:scale(1.05)}.banner-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}@media(min-width:1024px){.banner-content{padding:3rem}}.banner-content h2{color:var(--background);margin-bottom:1rem}.banner-content p{color:#fafaf8e6;font-size:1.125rem;max-width:28rem;margin-bottom:1.5rem}.banner-link{display:inline-flex;align-items:center;color:var(--background);font-size:.875rem;letter-spacing:.12em;text-transform:uppercase}.banner-link svg{margin-left:.5rem;width:1.25rem;height:1.25rem;transition:transform .3s}.banner-card:hover .banner-link svg{transform:translate(.5rem)}.about{padding:8rem 0}.about-grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-label{font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1rem}.about-content h2{margin-bottom:2rem}.about-content p{color:var(--muted-foreground);margin-bottom:1.5rem}.about-image{height:500px}.about-image img{width:100%;height:100%;object-fit:cover}.about-alt{background:#e5e5e333}.about-alt .about-grid{flex-direction:row-reverse}@media(min-width:1024px){.about-alt .about-image{order:-1}}.collections{padding:6rem 0;padding-top:0}.collections-header{text-align:center;margin-bottom:4rem}.collections-header h2{margin-bottom:1rem}.collections-header p{color:var(--muted-foreground);max-width:40rem;margin:0 auto}.collections-intro{text-align:left;padding-top:5rem;margin-bottom:3rem}.collections-intro h1{margin-bottom:1rem}.collections-intro p{max-width:40rem}.collections-grid{display:grid;gap:2rem}@media(min-width:640px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1280px){.collections-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{cursor:pointer}.collection-image{position:relative;overflow:hidden;margin-bottom:1rem}.collection-image.aspect-square{aspect-ratio:16 / 19}.collection-image.aspect-tall{height:450px}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection-card:hover .collection-image img{transform:scale(1.05)}.collection-card h3{margin-bottom:.5rem}.collection-card:hover h3{text-decoration:underline}.collection-card p{color:var(--muted-foreground);font-size:.875rem}.contact{padding:8rem 0}.contact-inner{max-width:48rem;margin:0 auto;text-align:center}.contact-inner h2{margin-bottom:1.5rem}.contact-inner p{color:var(--muted-foreground);margin-bottom:3rem}.contact-form{padding:6rem 0;background:#e5e5e333}.contact-form-inner{max-width:36rem;margin:0 auto}.contact-form h2{text-align:center;margin-bottom:.75rem}.contact-form-subtitle{text-align:center;color:var(--muted-foreground);margin-bottom:3rem}.form-grid{display:grid;gap:1rem}::placeholder{color:#121212}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border);background:var(--background);font-family:var(--font-sans);font-size:.875rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--foreground)}.form-group textarea{min-height:120px;resize:vertical}.form-submit{margin-top:1.5rem;text-align:center}.showrooms-intro{text-align:center;padding:4rem 0}.showrooms-intro p{color:var(--muted-foreground);max-width:48rem;margin:0 auto}.showrooms-grid{display:grid;gap:1.5rem;padding-bottom:6rem}@media(min-width:640px){.showrooms-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.showrooms-grid{grid-template-columns:repeat(4,1fr)}}.showroom-card{cursor:pointer;text-align:left;background:none;border:none;font-family:inherit;width:100%}.showroom-image{position:relative;aspect-ratio:4/3;overflow:hidden;margin-bottom:1rem;background:var(--muted)}.showroom-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.showroom-card:hover .showroom-image img{transform:scale(1.05)}.showroom-card h3{font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-bottom:.25rem;font-family:var(--font-serif)}.showroom-card:hover h3{text-decoration:underline}.showroom-card p{font-size:.875rem;color:var(--muted-foreground)}.showroom-details{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;align-items:center;justify-content:center;padding:1.5rem}.showroom-details.open{display:flex}.showroom-modal{background:var(--background);padding:2rem;max-width:32rem;width:100%;position:relative}.showroom-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem}.cus-text-group-2 .form-group{width:48%}.error-msg{color:#dc2626;font-size:12px;margin-top:4px;display:block}input.error,textarea.error{border-color:#dc2626}button:disabled{opacity:.5;cursor:not-allowed}.cus-text-group-2{display:flex;justify-content:space-between}.showroom-modal h3{font-size:1.5rem;margin-bottom:1.5rem;font-family:var(--font-serif);font-weight:500;letter-spacing:-.25px}.showroom-info{display:flex;flex-direction:column;gap:1rem}.showroom-info-item{display:flex;gap:.75rem}.showroom-info-item svg{flex-shrink:0;color:var(--muted-foreground)}.showroom-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.showroom-actions .btn-studio{width:100%}.footer{border-top:1px solid var(--studio-divider);padding:4rem 0}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{font-family:var(--font-serif);font-size:1.25rem;letter-spacing:-.02em}.footer-section h4{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;margin-bottom:1rem;font-family:var(--font-serif)}div:empty{display:block}.footer-section li{margin-top:.75rem;line-height:1.25rem;font-size:.875rem}.footer-section a{font-size:.875rem;color:var(--muted-foreground);transition:color .3s;cursor:pointer}.footer-section a:hover{color:var(--foreground)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--studio-divider)}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}@media(min-width:768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.75rem}.footer-legal a{color:var(--muted-foreground);transition:color .3s}.footer-legal a:hover{color:var(--foreground)}.footer-note{text-align:center;font-size:.75rem;color:var(--muted-foreground);margin-top:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .8s ease-out forwards}.fade-up-delay-1{animation-delay:.2s;opacity:0}.fade-up-delay-2{animation-delay:.4s;opacity:0}.fade-up-delay-3{animation-delay:.6s;opacity:0}.skip-to-content-link{display:none!important}.collection-hero{position:relative;height:50vh;display:flex;align-items:flex-end}.collection-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.collection-hero-content{position:relative;width:100%;padding:3rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;color:#fafaf8cc;margin-bottom:1rem;cursor:pointer;transition:color .3s}.back-link:hover{color:var(--background)}.back-link-dark{color:var(--muted-foreground)}.back-link-dark:hover{color:var(--foreground)}.collection-hero h1{color:var(--background)}.collection-description{padding:3rem;padding-bottom:0}.products-section{padding-top:3rem}span.size-pill{font-size:.875rem;line-height:1.25rem}.product-images{max-width:700px}.collection-description p{color:var(--muted-foreground);max-width:48rem}.products-section{padding-bottom:6rem}.products-section h2{margin-bottom:2rem}.products-grid{display:grid;gap:2rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{cursor:pointer}.product-image{position:relative;aspect-ratio:1;overflow:hidden;background:#fff;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .7s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-card h3{font-size:1.125rem;font-weight:500;margin-bottom:.25rem;font-family:var(--font-sans)}.product-card:hover h3{text-decoration:underline}.product-card p{font-size:.875rem;color:var(--muted-foreground)}.product-detail{padding-top:100px;padding-bottom:4rem}.product-detail-grid{display:grid;gap:3rem}@media(min-width:1024px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-images{display:flex;flex-direction:column;gap:1rem}.product-main-image{aspect-ratio:4/3;background:#fff;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:flex;gap:1rem}.product-thumbnail{width:100px;height:100px;background:var(--muted);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s}.product-thumbnail:hover,.product-thumbnail.active{border-color:var(--foreground)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-collection-label{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.product-info h1{font-size:clamp(2rem,4vw,3.75rem);line-height:1.1;margin-top:-1rem}.product-description{color:var(--muted-foreground);line-height:1.7}.product-section-label{font-size:.875rem;font-family:var(--font-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.75rem;font-weight:500}.size-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.size-btn{padding:.75rem 1.25rem;border:1px solid var(--border);background:transparent;font-size:.875rem;cursor:pointer;transition:var(--transition-smooth);font-family:var(--font-sans)}.size-btn:hover{border-color:var(--foreground)}.size-btn.active{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.usage-list{display:flex;flex-direction:column;gap:.5rem}.usage-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;line-height:1.5rem}.usage-item svg{color:var(--foreground);flex-shrink:0}.color-value{font-size:1rem}.product-divider{border:none;border-top:1px solid var(--border);margin:.5rem 0;height:0}.quantity-section{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;border:1px solid var(--border)}.quantity-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:1.25rem;transition:background .3s}.quantity-btn:hover{background:var(--muted)}.quantity-value{width:50px;text-align:center;font-size:1rem;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:.5rem 0}.add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);font-size:.875rem;font-weight:500;letter-spacing:.05em;cursor:pointer;transition:var(--transition-smooth);font-family:var(--font-sans)}.add-to-cart-btn:hover{background:transparent;color:var(--foreground)}.showroom-link{font-size:.875rem;color:var(--muted-foreground)}.showroom-link a{color:var(--foreground);text-decoration:underline;cursor:pointer}.cus-showroom-link{font-size:.875rem;line-height:1.25rem;text-decoration:underline;margin-top:-1rem}.footer{border-top:1px solid #ebe9e6!important}@media screen and (max-width:767px){.cus-text-group-2 .form-group{width:100%}.cus-text-group-2{flex-direction:column}.collections-grid{grid-template-columns:repeat(1,1fr)!important}.about,.dual-banners,.contact,.contact-form,.collections,.products-section{padding:4rem 0}.about-alt{padding-bottom:0}.showrooms-grid{padding-bottom:4rem}.footer-bottom{margin-top:0}}.privacy-policy p,.privacy-policy ul,.privacy-policy table,.terms-of-service p,.terms-of-service ul,.terms-of-service table,.prop-65-warning p,.prop-65-warning ul,.prop-65-warning table{font-size:16px;margin-bottom:18px}.privacy-policy li,.privacy-policy td,.terms-of-service li,.terms-of-service td,.prop-65-warning li,.prop-65-warning td{font-size:16px}.privacy-policy .main-page-title,.terms-of-service .main-page-title,.prop-65-warning .main-page-title{padding:3rem 3rem 0;margin-bottom:1rem}@media screen and (max-width:1024px){.privacy-policy .main-page-title,.terms-of-service .main-page-title,.prop-65-warning .main-page-title{font-size:3rem}}@media screen and (max-width:600px){.privacy-policy .main-page-title,.terms-of-service .main-page-title,.prop-65-warning .main-page-title{font-size:2.5rem;padding:0;padding-top:3rem}}.prop-65-warning #MainContent ul a{text-decoration:underline}#contactForm{padding:0!important}p.form-success{color:green;text-align:center;margin-bottom:20px}.mobile-menu-btn{font-size:24px;background:none;border:none;cursor:pointer}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;visibility:hidden;transition:.3s;z-index:998}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:-100%;width:100%;height:100%;background:#fff;box-shadow:0 0 20px #00000026;transition:.35s;z-index:999;display:flex;flex-direction:column}.mobile-menu.active{left:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.menu-title{font-size:18px;font-weight:600}.close-menu{font-size:22px;background:none;border:none;cursor:pointer}.mobile-menu-links{list-style:none;padding:10px 0}.mobile-menu-links li{border-bottom:1px solid #f2f2f2}.mobile-menu-links a{display:block;padding:16px 20px;font-size:16px;color:#333;text-decoration:none}.mobile-menu-links a:hover{background:#f7f7f7}.shopify-challenge__container{PADDING-TOP:10REM!important}@media screen and (max-width:767px){.collection-image.aspect-tall,.collection-image img{height:auto}.about{padding:0}.about-image img,.about-image{height:auto}.about-grid{gap:1rem}.collections-header{margin-bottom:2rem}.hero-shorter{height:80vh}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1 / -1}.footer-legal{flex-wrap:nowrap;font-size:11px;gap:3px}.products-grid{padding:0 1.5rem}.collection-description{padding:1.5rem}.products-section h2{padding:0 1.5rem}}.template-list-collections #contact-form-us,.about-us #contact-form-us{display:none!important}#shopify-section-sections--20902259196159__1772642210dc28221d{background:#e5e5e333;padding:6rem 0}#shopify-section-sections--20902259196159__footer{padding-top:0!important}.Download_Brochure{max-width:210px;margin-top:20px}.prop-65-warning .Prop65-Warning-inner ul a{color:#0042d7!important;text-decoration:none!important}.prop-65-warning .Prop65-Warning-inner ul a:hover{text-decoration:underline!important}.prop-65-warning .Prop65-Warning-inner ul{list-style:disc!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom.css.map */
