@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600&family=Cinzel:wght@400;600&family=Cinzel+Decorative:wght@400&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg: #FAF7F2;--fg: #4f254a;--gold: #C9A84C;--gold-light: #d9be7d;--gold-dark: #8B7A3F;--cream: #FAF7F2;--cream-dark: #e8e0d4;--muted-bg: #f2ede6;--muted-fg: #6B5E52;--card-bg: #ffffff;--border: #e0d8ce;--dark: #3d1a38;--dark-card: #4f2a4a;--shadow: 0 2px 16px rgba(79,37,74,.07);--radius: 1rem;--radius-sm: .5rem;--radius-full: 9999px;--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--font-cinzel: "Cinzel", serif;--font-outfit: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;max-width:100vw;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--fg);line-height:1.1}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.eyebrow{font-family:var(--font-body);font-weight:500;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}.gold-divider{display:block;height:1px;width:100%;background-color:#c9a84c66;border:none}.card-elevated{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow)}.testimonial-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;border-left:3px solid var(--gold)}.mask-fade-bottom{-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.gold-glow{text-shadow:0 0 20px rgba(201,168,76,.45),0 0 40px rgba(255,255,255,.6),0 0 70px rgba(255,255,255,.35)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:500;font-size:.875rem;letter-spacing:.05em;background-color:var(--fg);color:var(--cream);border-radius:var(--radius-full);padding:.875rem 2rem;transition:box-shadow .3s;border:none;text-decoration:none}.btn-primary:hover{box-shadow:0 0 0 2px #c9a84c66;color:var(--cream)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:500;font-size:.875rem;letter-spacing:.05em;background-color:#fff;color:var(--fg);border:1.5px solid rgba(79,37,74,.8);border-radius:var(--radius-full);padding:.875rem 2rem;transition:border-color .3s,color .3s;text-decoration:none}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#faf7f2f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(201,168,76,.4);transition:transform .3s ease}.site-header.hidden{transform:translateY(-100%)}.header-desktop{display:none}@media(min-width:768px){.header-desktop{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:7rem;gap:1rem}}.header-logo img{height:4rem;width:auto}.header-nav-left,.header-nav-right{display:flex;align-items:center;gap:2rem}.header-nav-left{justify-content:flex-end}.header-nav-right{justify-content:flex-start;gap:1.5rem}.header-link{font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fg);transition:color .3s}.header-link:hover{color:var(--gold)}.header-sep{display:block;width:1px;height:1.25rem;background-color:#c9a84c66}.cart-btn{position:relative;color:var(--fg);transition:color .3s;line-height:0}.cart-btn:hover{color:var(--gold)}.cart-btn svg{width:1.25rem;height:1.25rem;stroke-width:1.5}.cart-badge{position:absolute;top:-.375rem;right:-.375rem;background:var(--gold);color:var(--fg);font-size:.625rem;font-weight:600;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-mobile{display:flex;align-items:center;justify-content:space-between;height:6rem}@media(min-width:768px){.header-mobile{display:none}}.header-mobile-logo img{height:3rem;width:auto}.header-mobile-actions{display:flex;align-items:center;gap:1rem}.menu-btn{color:var(--fg);transition:color .3s;line-height:0}.menu-btn:hover{color:var(--gold)}.menu-btn svg{width:1.5rem;height:1.5rem}.mobile-menu{display:none;background-color:var(--bg);border-top:1px solid rgba(201,168,76,.3);padding:.5rem 1rem 1.5rem}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.75rem 0;font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fg);transition:color .3s}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .btn-primary{width:100%;margin-top:1rem;color:var(--cream)}.hero-section{position:relative;overflow:hidden;background-color:var(--bg);padding-top:6rem;padding-bottom:3rem}@media(min-width:1024px){.hero-section{padding-top:5rem;padding-bottom:0;min-height:100vh;display:flex;align-items:center}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.zodiac-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;opacity:.06}.zodiac-watermark svg{width:min(80vw,700px);height:auto}.hero-grid{position:relative;z-index:10;display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:3rem;min-height:calc(100vh - 6rem)}}.hero-text{text-align:center;order:2;animation:fadeInUp .8s ease both}@media(min-width:1024px){.hero-text{text-align:left;order:1}}.hero-eyebrow{margin-bottom:1.5rem}.hero-h1{font-size:2.5rem;font-weight:500;line-height:1.05;color:var(--fg);margin-bottom:1.5rem}@media(min-width:768px){.hero-h1{font-size:3.75rem}}@media(min-width:1024px){.hero-h1{font-size:4.5rem}}.hero-desc{font-size:1.125rem;line-height:1.7;color:var(--muted-fg);max-width:36rem;margin:0 auto 1.5rem}@media(min-width:1024px){.hero-desc{margin:0 0 2.5rem;font-size:1.25rem}}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media(min-width:640px){.hero-ctas{flex-direction:row;gap:1rem}}@media(min-width:1024px){.hero-ctas{justify-content:flex-start}}.hero-ctas .btn-primary,.hero-ctas .btn-ghost{width:100%}@media(min-width:640px){.hero-ctas .btn-primary,.hero-ctas .btn-ghost{width:auto}}.hero-image-wrap{position:relative;display:flex;justify-content:center;align-items:flex-end;order:1;height:42vh;max-height:420px;width:100%}@media(min-width:1024px){.hero-image-wrap{order:2;height:calc(100vh - 6rem);max-height:none;justify-content:flex-end;align-self:flex-end}}.hero-image{height:100%;width:auto;object-fit:contain;object-position:bottom;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.featured-strip{background-color:var(--fg);color:var(--cream);padding:2.5rem 0}.featured-strip .eyebrow{color:var(--gold);margin-bottom:1.5rem;text-align:center}.featured-strip-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem 2.5rem}@media(min-width:768px){.featured-strip-logos{gap:1rem 2.5rem}}.featured-outlet{font-family:var(--font-display);font-style:italic;font-size:1.25rem;color:#faf7f2cc;letter-spacing:.05em}@media(min-width:768px){.featured-outlet{font-size:1.5rem}}.stats-bar{background-color:var(--bg);padding:4rem 0;border-top:1px solid rgba(201,168,76,.3);border-bottom:1px solid rgba(201,168,76,.3)}.stats-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;text-align:center;max-width:56rem;margin:0 auto}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-number{font-family:var(--font-display);font-size:3rem;color:var(--gold);margin-bottom:.5rem;line-height:1}@media(min-width:768px){.stat-number{font-size:3.75rem}}.stat-label{font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}.lead-magnet{background-color:var(--bg);padding:6rem 0}.lead-magnet-inner{display:grid;gap:3rem;align-items:center;max-width:72rem;margin:0 auto;background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}@media(min-width:768px){.lead-magnet-inner{padding:3.5rem}}@media(min-width:1024px){.lead-magnet-inner{grid-template-columns:1fr 1fr}}.lead-magnet h2{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem;color:var(--fg)}@media(min-width:768px){.lead-magnet h2{font-size:3rem}}.lead-magnet p{color:var(--muted-fg);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.lead-form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.lead-form{flex-direction:row}}.lead-form input{flex:1;border-radius:var(--radius-full);padding:.875rem 1.5rem;background:#c9a84c0f;border:1px solid var(--border);color:var(--fg);font-size:.875rem;transition:border-color .3s;outline:none}.lead-form input::placeholder{color:#6b5e5299}.lead-form input:focus{border-color:var(--gold)}.lead-magnet-note{font-size:.75rem;color:var(--muted-fg);margin-top:1rem}.lead-magnet-success{font-size:1rem;font-weight:600;color:var(--gold);margin:0}.lead-magnet-error{font-size:.875rem;color:#b3261e;margin:.5rem 0 0}.lead-image-wrap{display:flex;justify-content:center}.lead-image-wrap img{width:100%;max-width:24rem;height:auto;object-fit:contain;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.for-whom{background-color:var(--bg);padding:6rem 0}.for-whom-header{text-align:center;margin-bottom:4rem;max-width:40rem;margin-left:auto;margin-right:auto}.for-whom-header h2{font-size:2.5rem;margin-bottom:1rem}@media(min-width:768px){.for-whom-header h2{font-size:3rem}}.for-whom-list{display:flex;flex-direction:column;gap:1rem;max-width:48rem;margin:0 auto}.for-whom-item{position:relative;background:var(--card-bg);border-radius:var(--radius);border:1px solid rgba(201,168,76,.3);box-shadow:var(--shadow);padding:1.25rem 1.75rem;display:flex;align-items:center;gap:1rem;transition:border-color .3s,box-shadow .3s}@media(min-width:768px){.for-whom-item{padding:1.75rem 2rem;gap:1.5rem}}.for-whom-item:hover{border-color:#c9a84c99;box-shadow:0 4px 24px #4f254a1f}.for-whom-accent{position:absolute;left:0;top:1rem;bottom:1rem;width:3px;border-radius:0 9999px 9999px 0;background-color:#c9a84cb3}.for-whom-icon{flex-shrink:0;width:3rem;height:3rem;object-fit:contain}@media(min-width:768px){.for-whom-icon{width:3.5rem;height:3.5rem}}.for-whom-item p{font-family:var(--font-body);font-weight:500;font-size:1.0625rem;line-height:1.4;color:var(--fg)}@media(min-width:768px){.for-whom-item p{font-size:1.125rem}}.about-section{background-color:var(--bg);padding:6rem 0}.about-divider{max-width:72rem;margin:0 auto 5rem}.about-grid{display:grid;gap:4rem;align-items:center;max-width:72rem;margin:0 auto}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-wrap{display:flex;justify-content:center;order:2}@media(min-width:1024px){.about-image-wrap{justify-content:flex-start;order:1}}.about-image-wrap img{width:16rem;height:auto;object-fit:contain;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}@media(min-width:640px){.about-image-wrap img{width:20rem}}@media(min-width:1024px){.about-image-wrap img{width:28rem}}.about-content{order:1}@media(min-width:1024px){.about-content{order:2}}.about-content h2{font-size:2.5rem;line-height:1.1;margin-bottom:2rem}@media(min-width:768px){.about-content h2{font-size:3rem}}@media(min-width:1024px){.about-content h2{font-size:3.75rem}}.about-bio{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.about-bio p{font-size:1.125rem;line-height:1.7;color:var(--muted-fg)}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:28rem;margin-bottom:2.5rem}.pillar{text-align:center}.pillar-icon{width:3rem;height:3rem;margin:0 auto .75rem;border-radius:50%;background:#4f254a0d;border:1px solid rgba(201,168,76,.4);display:flex;align-items:center;justify-content:center}.pillar-icon svg{width:1.25rem;height:1.25rem;color:var(--gold);stroke:var(--gold);stroke-width:1.5;fill:none}.pillar-label{font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}.testimonials{background-color:var(--muted-bg);padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem;max-width:40rem;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--fg)}@media(min-width:768px){.section-header h2{font-size:3rem}}.section-header .gold-divider{width:6rem;margin:1.5rem auto 0}.testimonials-grid{display:grid;gap:1.5rem;max-width:80rem;margin:0 auto}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-quote{font-family:var(--font-display);font-style:italic;font-size:1.25rem;line-height:1.6;color:var(--fg);margin-bottom:1.5rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:var(--fg);color:var(--cream);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:600;font-size:.875rem;flex-shrink:0}.testimonial-name{font-family:var(--font-body);font-weight:600;color:var(--fg)}.testimonial-role{font-family:var(--font-body);font-size:.875rem;color:var(--muted-fg)}.services-section{background-color:var(--muted-bg);padding:6rem 0}.services-grid{display:grid;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;text-align:center;display:flex;flex-direction:column;height:100%;transition:transform .3s}.service-card:hover{transform:translateY(-.25rem)}.service-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:50%;background:#4f254a0d;border:1px solid rgba(201,168,76,.4);display:flex;align-items:center;justify-content:center}.service-icon svg{width:1.75rem;height:1.75rem;stroke:var(--gold);stroke-width:1.5;fill:none}.service-card h3{font-size:1.5rem;color:var(--fg);margin-bottom:1rem}.service-card p{font-size:1rem;line-height:1.6;color:var(--muted-fg);margin-bottom:2rem;flex:1}.video-section{background-color:var(--bg);padding:6rem 0}.video-grid{display:grid;gap:3rem;align-items:center;max-width:72rem;margin:0 auto}@media(min-width:1024px){.video-grid{grid-template-columns:1fr 1fr}}.video-text h2{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.video-text h2{font-size:3rem}}.video-text p{font-size:1.125rem;line-height:1.7;color:var(--muted-fg);margin-bottom:2rem}.video-embed-wrap{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--card-bg);box-shadow:var(--shadow);border:1px solid rgba(201,168,76,.3)}.video-embed-wrap iframe{width:100%;height:100%;display:block;border:none}.carousel-section{background-color:var(--muted-bg);padding:6rem 0;overflow:hidden}.carousel-track{position:relative;display:flex;align-items:center;justify-content:center;height:480px;touch-action:pan-y}@media(min-width:768px){.carousel-track{height:540px}}.carousel-item{position:absolute;transition:transform .5s ease,opacity .5s ease;cursor:pointer}.carousel-item-name{text-align:center;margin-bottom:.75rem;transition:opacity .5s}.carousel-item-name h3{font-size:1.5rem;color:var(--fg)}.carousel-img-wrap{position:relative;width:10rem;height:14rem;overflow:hidden;border-radius:.75rem}@media(min-width:768px){.carousel-img-wrap{width:14rem;height:18rem}}.carousel-img-wrap.active{box-shadow:0 8px 32px #4f254a26;outline:1px solid rgba(201,168,76,.6);outline-offset:-1px}.carousel-img-wrap img{width:100%;height:100%;object-fit:contain;background:var(--card-bg)}.carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#faf7f299}.carousel-item-price{text-align:center;margin-top:.75rem;transition:opacity .5s}.carousel-item-price p{font-family:var(--font-body);color:var(--gold-dark);font-weight:500}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:1.5rem}.carousel-controls button{color:#4f254a99;transition:color .3s;line-height:0}.carousel-controls button:hover{color:var(--gold)}.carousel-controls svg{width:1.5rem;height:1.5rem;stroke-width:1.5}.carousel-cta{text-align:center;margin-top:3rem}.shop-intentions{background-color:var(--bg);padding:6rem 0}.intentions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.intentions-grid{grid-template-columns:repeat(4,1fr)}}.intention-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s,box-shadow .3s;text-decoration:none}.intention-card:hover{transform:translateY(-.25rem);box-shadow:0 0 0 1px #c9a84c99,var(--shadow)}.intention-icon-wrap{width:5rem;height:5rem;border-radius:50%;background:#4f254a0d;border:1px solid rgba(201,168,76,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:border-color .3s}.intention-card:hover .intention-icon-wrap{border-color:var(--gold)}.intention-icon-wrap svg{width:2rem;height:2rem;stroke:var(--gold);stroke-width:1.5;fill:none}.intention-card h3{font-size:1.25rem;color:var(--fg);margin-bottom:.25rem}.intention-card p{font-size:.75rem;color:var(--muted-fg)}.blog-section{background-color:var(--bg);padding:6rem 0}.blog-grid{display:grid;gap:2rem;max-width:80rem;margin:0 auto}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s;cursor:pointer;text-decoration:none;display:block;color:inherit}.blog-card:hover{transform:translateY(-.25rem)}.blog-card-img{aspect-ratio:4/3;background-size:cover;background-position:center}.blog-card-body{padding:1.5rem}.blog-card-body .eyebrow{margin-bottom:.75rem}.blog-card-body h3{font-size:1.5rem;line-height:1.3;color:var(--fg);margin-bottom:1rem;transition:color .3s}.blog-card:hover .blog-card-body h3{color:var(--gold-dark)}.blog-card-date{font-family:var(--font-body);font-size:.875rem;color:var(--muted-fg)}.site-footer{background-color:var(--fg);color:var(--cream);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 2fr}}.footer-brand-name{font-family:var(--font-display);font-size:1.875rem;color:var(--gold);letter-spacing:.05em;text-decoration:none}.footer-tagline{font-size:.875rem;color:#faf7f2b3;margin-top:1rem;line-height:1.6}.footer-socials{display:flex;gap:1rem;margin-top:1.5rem}.footer-socials a{color:#faf7f2b3;transition:color .3s;line-height:0}.footer-socials a:hover{color:var(--gold)}.footer-socials svg{width:1.25rem;height:1.25rem;stroke-width:1.5;fill:none;stroke:currentColor}.footer-col h4{font-family:var(--font-body);font-weight:600;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col ul li a{font-size:.875rem;color:#faf7f2b3;transition:color .3s}.footer-col ul li a:hover{color:var(--gold)}.footer-newsletter p{font-size:.875rem;color:#faf7f2b3;margin-bottom:1rem}.footer-form{display:flex;flex-direction:column;gap:.5rem}.footer-form input{border-radius:var(--radius-full);padding:.625rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--cream);font-size:.875rem;outline:none;transition:border-color .3s}.footer-form input::placeholder{color:#faf7f280}.footer-form input:focus{border-color:var(--gold)}.footer-form button{border-radius:var(--radius-full);background:var(--gold);color:var(--fg);padding:.625rem 1rem;font-family:var(--font-body);font-weight:500;font-size:.875rem;transition:background .3s}.footer-form button:hover{background:var(--gold-light)}.footer-divider{height:1px;background:#c9a84c4d;border:none;margin-bottom:1.5rem}.footer-copy{text-align:center;font-size:.75rem;color:#faf7f280}.collection-page{background:var(--bg);min-height:100vh;padding-top:8rem;padding-bottom:6rem}.collection-header{text-align:center;margin-bottom:3rem}.collection-header h1{font-size:2.5rem;color:var(--fg);margin-bottom:.5rem}@media(min-width:768px){.collection-header h1{font-size:3.75rem}}.collection-header .eyebrow{margin-bottom:1rem}.collection-header .gold-divider{width:6rem;margin:1.5rem auto 0}.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.filter-btn{font-family:var(--font-body);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.5rem;border-radius:var(--radius-full);border:1.5px solid var(--border);color:var(--fg);background:transparent;transition:all .3s;cursor:pointer}.filter-btn:hover,.filter-btn.active{border-color:var(--gold);color:var(--gold);background:#c9a84c0f}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-.25rem);box-shadow:0 8px 24px #4f254a1f}.product-card-img{aspect-ratio:3/4;overflow:hidden;background:var(--muted-bg)}.product-card-img img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding:1.25rem}.product-tag{font-family:var(--font-body);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.product-card-body h3{font-size:1.125rem;color:var(--fg);margin-bottom:.5rem;font-family:var(--font-display)}.product-price{font-family:var(--font-body);font-size:.875rem;color:var(--gold-dark);font-weight:500}.product-page{background:var(--bg);min-height:100vh;padding-top:8rem;padding-bottom:6rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-fg);margin-bottom:2rem;transition:color .3s;text-decoration:none}.back-link:hover{color:var(--gold)}.back-link svg{width:1rem;height:1rem;stroke-width:1.5;fill:none;stroke:currentColor}.product-detail-grid{display:grid;gap:3rem;align-items:start;max-width:64rem;margin:0 auto}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr}}.product-detail-img{background:var(--muted-bg);border-radius:var(--radius);padding:2rem;display:flex;align-items:center;justify-content:center}.product-detail-img img{width:100%;max-width:24rem;height:auto;object-fit:contain}.product-detail-tag{font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.product-detail-content h1{font-size:2.5rem;line-height:1.1;color:var(--fg);margin-bottom:1rem}@media(min-width:768px){.product-detail-content h1{font-size:3rem}}.product-detail-price{font-family:var(--font-body);font-size:1.5rem;color:var(--gold-dark);font-weight:500;margin-bottom:1.5rem}.product-detail-desc{font-size:1rem;line-height:1.7;color:var(--muted-fg);margin-bottom:2rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:85vw;max-width:24rem;background:var(--bg);border-left:1px solid var(--border);z-index:101;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open{transform:translate(0)}.cart-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-header h2{font-family:var(--font-cinzel);font-size:.875rem;letter-spacing:.25em;text-transform:uppercase;color:var(--fg)}.cart-close{color:var(--fg);transition:color .3s;line-height:0}.cart-close:hover{color:var(--gold)}.cart-close svg{width:1.25rem;height:1.25rem;stroke-width:1.5;stroke:currentColor;fill:none}.cart-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem}.cart-empty p{font-family:var(--font-outfit);font-size:.875rem;color:var(--muted-fg);text-align:center}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-img{width:4rem;height:5rem;object-fit:contain;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-family:var(--font-cinzel);font-size:.75rem;letter-spacing:.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg)}.cart-item-price{font-family:var(--font-outfit);font-size:.875rem;color:var(--gold);margin-top:.25rem}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.cart-qty{display:flex;align-items:center;gap:.75rem}.cart-qty button{color:var(--muted-fg);transition:color .3s;line-height:0}.cart-qty button:hover{color:var(--gold)}.cart-qty svg{width:.875rem;height:.875rem;stroke-width:1.5;stroke:currentColor;fill:none}.cart-qty span{font-family:var(--font-outfit);font-size:.875rem;width:1rem;text-align:center;color:var(--fg)}.cart-remove{color:var(--muted-fg);transition:color .3s;line-height:0}.cart-remove:hover{color:#e53e3e}.cart-remove svg{width:1rem;height:1rem;stroke-width:1.5;stroke:currentColor;fill:none}.cart-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.cart-subtotal{display:flex;align-items:center;justify-content:space-between}.cart-subtotal span:first-child{font-family:var(--font-outfit);font-size:.875rem;color:var(--muted-fg)}.cart-subtotal span:last-child{font-family:var(--font-outfit);font-size:1.125rem;color:var(--gold)}.cart-checkout{width:100%;font-family:var(--font-cinzel);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;background:var(--gold);color:var(--bg);padding:.875rem;transition:background .3s}.cart-checkout:hover{background:var(--gold-light)}.toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;align-items:center}.toast{background:var(--fg);color:var(--cream);padding:.875rem 1.5rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.875rem;box-shadow:0 4px 20px #0003;opacity:0;transform:translateY(1rem);transition:opacity .3s,transform .3s;pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.page-content{padding-top:7rem}@media(min-width:768px){.page-content{padding-top:7rem}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
