*{margin:0;padding:0;box-sizing:border-box}:root{--color-white: #ffffff;--color-black: #000000;--color-stone-50: #fafaf9;--color-stone-100: #f5f5f4;--color-stone-200: #e7e5e4;--color-stone-300: #d6d3d1;--color-stone-400: #a8a29e;--color-stone-500: #78716c;--color-stone-600: #57534e;--color-stone-700: #44403c;--color-stone-800: #292524;--color-stone-900: #1c1917;--color-amber-400: #fbbf24;--color-amber-500: #f59e0b;--color-amber-600: #d97706}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--color-stone-900);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Cormorant,serif;font-weight:300}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.nav{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;border-bottom:1px solid var(--color-stone-200)}.nav-container{max-width:1280px;margin:0 auto;padding:1.5rem}.nav-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;color:var(--color-stone-800);transition:color .3s}.logo:hover{color:var(--color-stone-600)}.logo-icon{width:2rem;height:2rem;border:2px solid var(--color-stone-800);display:flex;align-items:center;justify-content:center}.logo-text{font-size:.875rem;font-weight:300;letter-spacing:.2em}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-stone-500);transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--color-stone-900)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:var(--color-amber-600);transition:width .3s}.nav-link:hover:after,.nav-link.active:after{width:100%}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#0000004d,#0009)}.hero-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.hero-text{max-width:80rem;text-align:center}.hero-title-wrapper{margin-bottom:3rem}.oriental-corner{position:relative;display:inline-block;padding:2rem 4rem}.oriental-corner:before,.oriental-corner:after{content:"";position:absolute;width:24px;height:24px;border-color:var(--color-amber-600)}.oriental-corner:before{top:0;left:0;border-top:2px solid;border-left:2px solid}.oriental-corner:after{bottom:0;right:0;border-bottom:2px solid;border-right:2px solid}.hero-title{font-size:clamp(3rem,8vw,7rem);font-weight:300;color:var(--color-white);letter-spacing:.05em;margin-bottom:1.5rem}.divider{width:10rem;height:1px;background:linear-gradient(to right,transparent,var(--color-amber-400),transparent);margin:0 auto 2.5rem}.divider-center{width:8rem;margin:0 auto}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.875rem);color:#fffffff2;font-weight:300;letter-spacing:.02em;line-height:1.8;max-width:48rem;margin:0 auto 5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{padding:1.25rem 3rem;font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;transition:all .3s;cursor:pointer;border:none;font-family:Inter,sans-serif;display:inline-block}.btn-primary{background-color:var(--color-white);color:var(--color-stone-900);box-shadow:0 10px 15px -3px #0000001a}.btn-primary:hover{background-color:var(--color-stone-100);transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.btn-secondary{border:2px solid var(--color-white);color:var(--color-white);background-color:transparent}.btn-secondary:hover{background-color:var(--color-white);color:var(--color-stone-900)}.scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-line{width:1px;height:5rem;background:linear-gradient(to bottom,rgba(251,191,36,.7),transparent)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.featured-collections{background-color:var(--color-white);padding:8rem 1.5rem}.container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;color:var(--color-stone-900);margin-bottom:1.5rem;letter-spacing:.02em}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}@media (min-width: 768px){.collections-grid{grid-template-columns:repeat(3,1fr)}}.collection-card{display:block;transition:transform .3s}.collection-card:hover{transform:translateY(-5px)}.collection-image{position:relative;overflow:hidden;background-color:var(--color-stone-100);aspect-ratio:3/4;margin-bottom:1.5rem}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.collection-card:hover .collection-image img{transform:scale(1.1)}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000;transition:background-color .5s}.collection-card:hover .collection-overlay{background-color:#0003}.collection-title{font-size:1.5rem;font-weight:300;color:var(--color-stone-900);margin-bottom:.5rem;letter-spacing:.02em}.collection-desc{font-size:1rem;color:var(--color-stone-500)}.page-container{min-height:100vh;padding:8rem 1.5rem 5rem}.page-header{text-align:center;margin-bottom:4rem}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;color:var(--color-stone-900);margin-bottom:1rem;letter-spacing:.02em}.page-subtitle{color:var(--color-stone-600);max-width:48rem;margin:1.5rem auto 0;line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{cursor:pointer;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{position:relative;overflow:hidden;background-color:var(--color-stone-100);aspect-ratio:1;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:1.125rem;font-weight:300;color:var(--color-stone-900);letter-spacing:.02em}.product-desc{font-size:.875rem;color:var(--color-stone-500)}.product-price{font-size:1.125rem;font-weight:300;color:var(--color-stone-900)}.collections-grid-large{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.collections-grid-large{grid-template-columns:repeat(2,1fr)}}.collection-card-large{display:block;transition:transform .3s}.collection-card-large:hover{transform:translateY(-5px)}.collection-card-large:first-child,.collection-card-large:last-child{grid-column:1 / -1}.collection-card-large .collection-image{aspect-ratio:16/10}.collection-card-large .collection-overlay{background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.collection-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-white);padding:2rem}.collection-name{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:300;margin-bottom:.75rem;letter-spacing:.2em;text-transform:uppercase}.collection-description{font-size:.875rem;letter-spacing:.05em;opacity:.9;margin-bottom:1.5rem}.collection-button{padding:.5rem 1.5rem;border:1px solid rgba(255,255,255,.5);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;transition:all .3s}.collection-button:hover{background-color:var(--color-white);color:var(--color-stone-900)}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:4rem}@media (min-width: 768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-image{aspect-ratio:4/5;background-color:var(--color-stone-100);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-heading{font-size:1.875rem;font-weight:300;color:var(--color-stone-900);letter-spacing:.02em}.about-divider{width:4rem;height:1px;background-color:var(--color-amber-600)}.about-text{color:var(--color-stone-600);line-height:1.8}.values-section{text-align:center;padding:4rem 0;border-top:1px solid var(--color-stone-200);margin-top:4rem}.values-title{font-size:1.5rem;font-weight:300;color:var(--color-stone-900);margin-bottom:3rem;letter-spacing:.02em}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.value-item{display:flex;flex-direction:column;gap:.75rem}.value-icon{width:3rem;height:3rem;margin:0 auto;border:1px solid var(--color-amber-600);display:flex;align-items:center;justify-content:center}.value-icon-dot{width:.5rem;height:.5rem;background-color:var(--color-amber-600)}.value-name{font-size:1.125rem;font-weight:300;color:var(--color-stone-900);letter-spacing:.02em}.value-description{font-size:.875rem;color:var(--color-stone-600);line-height:1.8}.location-images{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.location-images{grid-template-columns:repeat(2,1fr)}}.location-image{aspect-ratio:4/3;background-color:var(--color-stone-200);overflow:hidden}.location-image img{width:100%;height:100%;object-fit:cover}.location-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-card{background-color:var(--color-stone-50);padding:2rem;text-align:center}.info-icon{width:2rem;height:2rem;margin:0 auto 1rem;color:var(--color-amber-600)}.info-icon svg{width:100%;height:100%}.info-title{font-size:1.125rem;font-weight:300;color:var(--color-stone-900);margin-bottom:.75rem;letter-spacing:.02em}.info-text{color:var(--color-stone-600);font-size:.875rem;line-height:1.8}.appointment-section{margin-top:4rem;padding:3rem;background:linear-gradient(to bottom right,var(--color-stone-100),var(--color-stone-50));text-align:center}.appointment-title{font-size:1.5rem;font-weight:300;color:var(--color-stone-900);margin-bottom:1rem;letter-spacing:.02em}.appointment-text{color:var(--color-stone-600);max-width:48rem;margin:1.5rem auto 2rem;line-height:1.8}.btn-outline{padding:.75rem 2rem;border:1px solid var(--color-stone-900);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;background-color:transparent;color:var(--color-stone-900);cursor:pointer;transition:all .3s;font-family:Inter,sans-serif;display:inline-block}.btn-outline:hover{background-color:var(--color-stone-900);color:var(--color-white)}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-heading{font-size:1.5rem;font-weight:300;color:var(--color-stone-900);margin-bottom:1.5rem;letter-spacing:.02em}.contact-description{color:var(--color-stone-600);line-height:1.8;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:3rem;height:3rem;border:1px solid var(--color-amber-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:1.25rem;height:1.25rem;color:var(--color-amber-600)}.contact-details{flex:1}.contact-label{font-size:.875rem;font-weight:300;color:var(--color-stone-900);margin-bottom:.25rem;letter-spacing:.02em}.contact-value{color:var(--color-stone-600);font-size:.875rem}.contact-note{color:var(--color-stone-500);font-size:.75rem;margin-top:.25rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-stone-700)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-stone-300);background-color:var(--color-white);font-family:Inter,sans-serif;font-size:1rem;color:var(--color-stone-900);transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-amber-600)}.form-textarea{resize:none;min-height:150px}.btn-submit{width:100%;padding:1rem;background-color:var(--color-stone-900);color:var(--color-white);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:background-color .3s;font-family:Inter,sans-serif}.btn-submit:hover{background-color:var(--color-stone-800)}.contact-footer{text-align:center;padding:3rem 0;border-top:1px solid var(--color-stone-200)}.contact-footer-text{color:var(--color-stone-500);font-size:.875rem}@media (max-width: 768px){.nav-links{gap:1rem}.nav-link{font-size:.65rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.loading{text-align:center;color:var(--color-stone-500);padding:4rem 0}.cart-link{position:relative;display:inline-flex;align-items:center;gap:.5rem}.cart-count{position:absolute;top:-8px;right:-8px;background-color:var(--color-amber-600);color:#fff;font-size:.75rem;font-weight:500;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-variant-select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-stone-300);font-family:Inter,sans-serif;font-size:1rem;margin-bottom:1rem;background-color:var(--color-white)}.product-quantity{margin-bottom:1rem}.product-quantity label{display:block;font-size:.875rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.product-quantity input{width:100%;padding:.75rem;border:1px solid var(--color-stone-300)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
