:root{--gold: #E8A600;--gold-light: #F8E285;--gold-dark: #B89000;--black: #0D0D0D;--black-soft: #1A1A1A;--cream: #F9F4ED;--nav-bg-left: #F6EFE3;--cream-dark: #EDE8DC;--white: #FFFFFF;--text-primary: #0D0D0D;--text-secondary: #5A5A5A;--grey-light: #F7F7F7}@font-face{font-family:Priestacy;src:url(/build/assets/Priestacy-BNTsTgy5.otf) format("opentype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--cream);color:var(--text-primary);overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:box-shadow .4s cubic-bezier(.4,0,.2,1)}nav:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--nav-bg-left) 50%,var(--gold) 50%);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);z-index:-1}nav.scrolled:before{opacity:1}nav.scrolled{box-shadow:0 4px 30px #0000000d}.nav-container-split{display:flex;width:100%;height:100px}.nav-left{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 2rem 0 clamp(1.5rem,4vw,4rem)}.nav-right{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,4vw,4rem) 0 2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--black);opacity:0;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) .1s forwards}.logo-icon{display:none}.logo-text{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;letter-spacing:.02em}.nav-links{display:flex;gap:3rem;list-style:none}.nav-links li{opacity:0;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) forwards}.nav-links li:nth-child(1){animation-delay:.2s}.nav-links li:nth-child(2){animation-delay:.3s}.nav-links li:nth-child(3){animation-delay:.4s}.nav-links li:nth-child(4){animation-delay:.5s}.nav-links a{text-decoration:none;color:var(--text-primary);font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--black);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1.5rem;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) .9s forwards;opacity:0}.nav-icon{width:24px;height:24px;cursor:pointer;transition:transform .3s ease}.nav-icon:hover{transform:scale(1.1)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem 4rem 8rem;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--gold-dark);padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;width:fit-content;animation:fadeSlideUp .8s ease forwards;opacity:0}.hero-badge:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) .5s forwards;opacity:0}.hero-title em{font-family:Priestacy,serif;font-style:normal;color:var(--gold-dark)}.hero-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;max-width:480px;margin-bottom:3rem;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) .7s forwards;opacity:0}.hero-cta{display:flex;gap:1.5rem;align-items:center;animation:fadeSlideUp .8s cubic-bezier(.4,0,.2,1) .9s forwards;opacity:0}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--black);color:var(--white);padding:1.25rem 2rem 1.25rem 2.5rem;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;transition:all .4s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 10px 40px #c4a0524d}.btn-primary img,.btn-primary svg,.btn-icon{transition:transform .3s ease;filter:brightness(0) invert(1)}.btn-primary:hover img,.btn-primary:hover svg,.btn-primary:hover .btn-icon{transform:translate(4px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-primary);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.03em;transition:color .3s ease}.btn-secondary:hover{color:var(--gold-dark)}.hero-visual{position:relative;background:var(--gold);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slider{position:absolute;inset:0;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.hero-image{width:100%;height:100%;object-fit:cover}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--black);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot:hover{background:#0000004d}.slider-dot.active{background:var(--black)}.hero-floating-card{position:absolute;background:var(--white);padding:1.25rem 1.5rem;border-radius:16px;box-shadow:0 20px 60px #0000001a;animation:floatCard 4s ease-in-out infinite}.hero-floating-card.top{top:10%;right:-20%;animation-delay:.5s}.hero-floating-card.bottom{bottom:15%;left:-15%;animation-delay:1s}.floating-card-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.floating-card-value{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--gold-dark)}.hero-decoration{position:absolute;width:400px;height:400px;border:1px solid var(--gold-light);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5}.hero-decoration:nth-child(2){width:500px;height:500px;opacity:.3}.floating-badges{position:absolute;inset:0;z-index:5;pointer-events:none}.floating-badge{position:absolute;color:var(--black);font-family:Priestacy,serif;font-size:1.2rem;font-weight:700;letter-spacing:.05em;white-space:nowrap;text-shadow:0 0 10px var(--white),0 0 20px var(--white),0 0 30px var(--white),0 0 40px var(--white),0 0 70px rgba(255,255,255,.8);opacity:0;transform:scale(.8);transition:opacity 1.2s ease,transform 1.2s ease}.floating-badge:before{content:"✦";margin-right:.5rem;color:var(--gold)}.floating-badge.visible{opacity:1;transform:scale(1)}.products-section{padding:8rem 0;position:relative;background-color:var(--grey-light)}.section-header{text-align:center;margin-bottom:4rem}.section-label{display:inline-flex;align-items:center;gap:1rem;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-label:before,.section-label:after{content:"";width:40px;height:1px;background:var(--gold)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;line-height:1.2}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{position:relative}.product-image-wrapper{position:relative;aspect-ratio:3/4;background:linear-gradient(180deg,var(--cream-dark) 0%,var(--white) 100%);border-radius:24px;overflow:hidden;display:block}.product-image-wrapper>a{display:block;width:100%;height:100%;margin-bottom:1.5rem;cursor:pointer}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.08)}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--white);padding:.4rem .8rem;border-radius:100px;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.product-quick-add{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--white);color:var(--black);padding:.875rem 1.5rem;border-radius:100px;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;box-shadow:0 10px 30px #0000001a}.product-card:hover .product-quick-add{opacity:1;transform:translate(-50%) translateY(0)}.product-quick-add:hover{background:var(--black);color:var(--white)}.product-info{text-align:center;padding-top:1.25rem}.product-category{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.product-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.product-price{display:flex;align-items:center;justify-content:center;gap:.75rem}.price-current{font-weight:600;color:var(--gold-dark)}.price-original{color:var(--text-secondary);text-decoration:line-through;font-size:.9rem}.story-section{padding:8rem 0;background:var(--black);color:var(--white);position:relative;overflow:hidden}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-images{position:relative;height:600px}.story-image{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0000004d}.story-image.main{width:70%;height:80%;top:10%;left:0}.story-image.secondary{width:50%;height:50%;bottom:0;right:0;border:4px solid var(--gold)}.story-image img{width:100%;height:100%;object-fit:cover}.instagram-overlay img{width:24px;height:24px;filter:brightness(0) invert(1)}.story-content .section-label{color:var(--gold);justify-content:flex-start}.story-content .section-label:before{display:none}.story-content .section-title{color:var(--white);text-align:left;margin-bottom:1.5rem}.story-text{color:#ffffffb3;line-height:1.9;margin-bottom:2rem}.story-content .btn-primary{border:1px solid rgba(255,255,255,.3)}.story-content .btn-primary:hover{border-color:var(--gold-dark)}.story-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.story-feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon img,.feature-icon svg{width:24px;height:24px}.feature-icon svg{width:24px;height:24px;color:var(--white)}.feature-text h4{font-size:1rem;font-weight:500;margin-bottom:.25rem}.feature-text p{font-size:.85rem;color:#ffffff80}.story-decoration{position:absolute;right:-200px;top:50%;transform:translateY(-50%);width:600px;height:600px;border:1px solid rgba(196,160,82,.2);border-radius:50%}.benefits-section{padding:8rem 0;background:linear-gradient(180deg,var(--cream) 0%,var(--white) 100%)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.benefit-card{text-align:center;padding:3rem 2rem;background:var(--white);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);transform:scaleX(0);transition:transform .4s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000014}.benefit-card:hover:before{transform:scaleX(1)}.benefit-icon{width:60px;height:60px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center}.benefit-icon img{width:54px;height:54px;object-fit:contain}.benefit-icon svg{width:36px;height:36px;color:var(--gold-dark)}.benefit-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;margin-bottom:.75rem}.benefit-text{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.testimonials-section{padding:8rem 0;background:var(--cream-dark)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:24px;position:relative}.testimonial-quote{font-size:3rem;color:var(--gold-light);font-family:Cormorant Garamond,serif;line-height:1;margin-bottom:1rem}.testimonial-text{font-size:1rem;line-height:1.8;color:var(--text-primary);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 100%);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-weight:600;color:var(--white)}.author-info h4{font-weight:500;font-size:.95rem}.author-info p{font-size:.8rem;color:var(--text-secondary)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-rating svg,.star-icon{width:16px;height:16px;fill:var(--gold)}.instagram-section{padding:6rem 0}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-top:3rem}.instagram-item{aspect-ratio:1;overflow:hidden;position:relative;cursor:pointer}.instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.instagram-item:hover img{transform:scale(1.1)}.instagram-overlay{position:absolute;inset:0;background:#c4a052cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.instagram-item:hover .instagram-overlay{opacity:1}.instagram-overlay img{width:32px;height:32px;filter:brightness(0) invert(1);opacity:1}.newsletter-section{padding:6rem 0;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%)}.newsletter-content{max-width:600px;margin:0 auto;text-align:center}.newsletter-content .section-title{color:var(--black);margin-bottom:1rem}.newsletter-content p{color:var(--black);opacity:.8;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:480px;margin:0 auto}.newsletter-input{flex:1;padding:1.25rem 1.5rem;border:none;border-radius:100px;font-size:1rem;font-family:inherit;background:var(--white)}.newsletter-input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.newsletter-btn{background:var(--black);color:var(--white);padding:1.25rem 2rem;border:none;border-radius:100px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.newsletter-btn:hover{background:var(--black-soft);transform:scale(1.05)}.newsletter-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-success{color:var(--black);font-size:1rem;font-weight:500;margin:0;padding:1rem 0}.newsletter-error{color:#dc2626;font-size:.8rem;margin-top:.5rem;text-align:center}.newsletter-input-error{border-color:#dc2626!important}footer{background:var(--black);color:var(--white);padding:5rem 0 2rem}footer .flex-col{display:flex;flex-direction:column;flex:1}footer .row{display:flex;gap:3rem}footer .row>.footer-column{flex:1}.footer-grid{display:flex;gap:4rem;margin-bottom:4rem}.footer-brand{flex:0 0 35%}.footer-brand .logo{margin-bottom:1.5rem}.footer-logo-img{width:48px;height:48px;object-fit:contain}.footer-brand .logo-text{color:var(--white)}.footer-brand p{color:#fff9;line-height:1.8;margin-bottom:1rem}.footer-values{list-style:none;padding:0;margin:0 0 1.5rem}.footer-values li{color:#fff9;font-size:.9rem;line-height:1.8}.footer-values li strong{color:var(--gold)}.footer-store-info{list-style:none;padding:0;margin:0}.footer-store-info li{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;font-size:.9rem;color:#fff9;line-height:1.5}.footer-store-info li svg{flex-shrink:0;margin-top:2px;stroke:var(--gold)}.footer-store-info li a{color:#fff9;text-decoration:none;transition:color .2s}.footer-store-info li a:hover{color:var(--gold)}.footer-store-info-row{padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-store-info-row .footer-store-info{display:flex;flex-direction:column;gap:.5rem}.footer-store-info-row .footer-store-info li{margin-bottom:0}.social-links{display:flex;gap:1rem}.social-link{width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background:var(--gold);border-color:var(--gold)}.social-link svg{width:18px;height:18px;color:var(--white)}.footer-column h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:var(--gold)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-column a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#fff6;font-size:.85rem}.payment-methods{display:flex;gap:.75rem}.payment-methods span{padding:.5rem .75rem;background:#ffffff1a;border-radius:6px;font-size:.75rem;color:#fff9}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(-2%,-2%)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1200px){.hero{grid-template-columns:1fr}.hero-content{padding:10rem 4rem 4rem;text-align:center;align-items:center}.hero-visual{min-height:500px}.products-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:4rem}.story-images{height:400px}.footer-grid{flex-direction:column}.footer-brand{flex:none}}@media(max-width:768px){.nav-links{display:none}.hero-content{padding:8rem 2rem 2rem}.hero-floating-card{display:none}.products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.instagram-grid{grid-template-columns:repeat(3,1fr)}.newsletter-form{flex-direction:column}.footer-grid{text-align:center}footer .row{flex-direction:column;gap:2rem}.social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.social-icon{width:24px;height:24px;filter:brightness(0) invert(1);transition:transform .3s ease}.social-icon:hover{transform:scale(1.1)}.page-header{padding:8rem 0 3rem;text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(232,213,163,.3) 0%,transparent 70%);pointer-events:none}.page-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:400;margin-bottom:1rem;position:relative}.page-title em{font-family:Priestacy,serif;font-style:normal;color:var(--gold-dark)}.page-subtitle{color:var(--text-secondary);font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.7}.filters-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.filter-group{display:flex;align-items:center;gap:2rem}.filter-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid rgba(0,0,0,.15);padding:.75rem 1.25rem;border-radius:100px;font-family:inherit;font-size:.85rem;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:var(--gold);background:#c4a0520d}.filter-btn svg{width:16px;height:16px}.view-toggle{display:flex;gap:.5rem}.view-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;transition:all .3s ease}.view-btn.active{background:var(--black);border-color:var(--black)}.view-btn.active svg{stroke:var(--white)}.view-btn svg{width:18px;height:18px}.results-count{color:var(--text-secondary);font-size:.9rem}.sort-select{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.sort-select select{background:none;border:none;font-family:inherit;font-size:.9rem;color:var(--text-primary);cursor:pointer;padding-right:1rem}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.product-badge.bestseller{background:var(--gold);color:var(--white)}.product-badge.sold-out{background:var(--black);color:var(--white)}.product-badge.new{background:var(--white);color:var(--black);border:1px solid rgba(0,0,0,.1)}.product-badge.out-of-stock{background:var(--black);color:var(--white)}.price-out-of-stock{color:var(--text-secondary);font-size:.9rem;font-weight:500}.product-wishlist{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.product-card:hover .product-wishlist{opacity:1;transform:translateY(0)}.product-wishlist svg{width:18px;height:18px;stroke:var(--black);transition:all .3s ease}.product-wishlist:hover svg{stroke:var(--gold);fill:var(--gold)}.product-actions{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;opacity:0;transform:translateY(15px);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-actions .btn-add-cart{pointer-events:auto}.product-card:hover .product-actions{opacity:1;transform:translateY(0)}.btn-add-cart{display:inline-block;background:var(--white);color:var(--black);padding:.9rem 2rem;border-radius:100px;font-size:.8rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;outline:none;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.btn-add-cart:hover{background:var(--black);color:var(--white)}.price-from{color:var(--text-secondary);font-size:.85rem}.product-name{font-size:1.35rem}.product-name a{text-decoration:none;color:var(--black);transition:color .3s ease}.product-name a:hover{color:var(--gold)}.product-price .price-current{color:var(--black)}.featured-banner{margin:4rem 0;background:var(--black);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:450px}.featured-content{padding:4rem;display:flex;flex-direction:column;justify-content:center}.featured-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.featured-label:before{content:"";width:30px;height:1px;background:var(--gold)}.featured-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:400;color:var(--white);line-height:1.2;margin-bottom:1rem}.featured-text{color:#ffffffb3;line-height:1.8;margin-bottom:2rem;max-width:400px}.btn-featured{display:inline-flex;align-items:center;gap:.75rem;background:var(--gold);color:var(--black);padding:1rem 2rem;border-radius:100px;text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;width:fit-content}.btn-featured:hover{background:var(--gold-light);transform:translate(5px)}.btn-featured svg{width:18px;height:18px;transition:transform .3s ease}.btn-featured:hover svg{transform:translate(4px)}.featured-image{position:relative;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--black) 0%,transparent 30%);z-index:1}.benefits-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:4rem 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);margin:4rem 0}.benefit-item{text-align:center}.cart-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--white);color:var(--text-primary);padding:.9rem 1.5rem;border-radius:100px;box-shadow:0 8px 32px #0000001f;display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;z-index:9999;white-space:nowrap;border:1px solid rgba(0,0,0,.06)}@keyframes spin{to{transform:rotate(360deg)}}.product-breadcrumb{padding:7rem 0 1.5rem}.product-breadcrumb ul{display:flex;align-items:center;gap:.75rem;list-style:none;font-size:.85rem}.product-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.product-breadcrumb a:hover{color:var(--gold-dark)}.product-breadcrumb span{color:var(--text-secondary)}.product-breadcrumb .current{color:var(--text-primary)}.product-section{padding:2rem 0 5rem}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-page-gallery{position:sticky;top:110px}.product-page-main-image{position:relative;aspect-ratio:1;background:linear-gradient(180deg,var(--cream-dark) 0%,var(--white) 100%);border-radius:24px;overflow:hidden;margin-bottom:1rem}.product-page-main-img{width:100%;height:100%;object-fit:cover;transition:opacity .22s ease,transform .22s ease}.product-page-main-image:hover .product-page-main-img{transform:scale(1.03)}.product-page-badge{position:absolute;top:1.25rem;left:1.25rem;z-index:2}.product-page-badge-label{display:inline-block;padding:.5rem 1rem;background:var(--black);color:var(--white);border-radius:100px;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.product-page-zoom{position:absolute;bottom:1.25rem;right:1.25rem;width:48px;height:48px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;text-decoration:none;color:var(--black);z-index:2}.product-page-zoom:hover{background:var(--black);color:var(--white)}.product-page-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.9rem}.product-page-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-page-thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease;background:var(--cream-dark)}.product-page-thumb:hover{border-color:var(--gold-light)}.product-page-thumb.active{border-color:var(--gold)}.product-page-thumb img{width:100%;height:100%;object-fit:cover}.product-page-info{position:sticky;top:110px}.product-page-brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold-dark);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.product-page-brand:before{content:"";width:20px;height:1px;background:var(--gold);display:block}.product-page-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.25rem);font-weight:400;line-height:1.1;margin-bottom:1.25rem}.product-page-price{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.product-page-price-current{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--text-primary)}.product-page-price-original{font-size:1.1rem;color:var(--text-secondary);text-decoration:line-through}.product-page-discount-badge{background:var(--gold);color:var(--black);font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;letter-spacing:.05em}.product-page-tax-note{font-size:.85rem;color:var(--text-secondary);margin-bottom:2rem}.product-page-stock{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;margin-bottom:1.5rem}.product-page-stock.in-stock{color:#16a34a}.product-page-stock.out-of-stock{color:#dc2626}.product-page-cart-section{margin-bottom:2rem}.product-page-qty-label{font-size:.9rem;font-weight:500;margin-bottom:.75rem}.product-page-cart-row{display:flex;align-items:center;gap:1rem}.product-page-qty-selector{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:100px;overflow:hidden;flex-shrink:0}.product-page-qty-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--text-primary);transition:background .2s ease;font-family:inherit}.product-page-qty-btn:hover{background:var(--cream-dark)}.product-page-qty-input{width:52px;height:48px;border:none;text-align:center;font-size:1rem;font-family:inherit;background:none;-moz-appearance:textfield}.product-page-qty-input::-webkit-inner-spin-button,.product-page-qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-page-qty-input:focus{outline:none}.product-page-add-cart{flex:1;padding:1.1rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:100px;font-size:.9rem;font-weight:500;font-family:inherit;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.6rem;height:56px}.product-page-add-cart:hover:not(.disabled){background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 10px 30px #c4a05240}.product-page-add-cart.disabled{background:var(--cream-dark);color:var(--text-secondary);cursor:not-allowed}.product-page-checkout-btn{display:flex;align-items:center;justify-content:center;padding:0 2rem;height:56px;background:var(--gold);color:var(--white);border:none;border-radius:100px;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background .3s ease;flex-shrink:0}.product-page-checkout-btn:hover{background:var(--gold-dark)}.product-page-checkout-btn--disabled{background:var(--cream-dark);color:var(--text-secondary);cursor:not-allowed;pointer-events:none}@media(max-width:640px){.product-page-cart-row{flex-wrap:wrap}.product-page-add-cart{flex:1 1 100%;order:2}.product-page-qty-selector{order:1}.product-page-checkout-btn{order:3;width:100%}}.product-page-description{padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);margin-bottom:1.5rem}.product-page-desc-text{color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem;font-size:.95rem}.product-page-rich-content{color:var(--text-secondary);line-height:1.8;font-size:.95rem}.product-page-rich-content p{margin-bottom:1.25rem}.product-features-checklist{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 2rem;margin:1.5rem 0}.feature-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-primary)}.feature-item svg{stroke:var(--gold-dark);flex-shrink:0}.product-accordion-item{border-bottom:1px solid rgba(0,0,0,.08)}.product-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;font-size:1rem;font-weight:500;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:var(--text-primary);transition:color .2s ease}.product-accordion-header:hover{color:var(--gold-dark)}.product-accordion-content{overflow:hidden}.product-accordion-inner{padding-bottom:1.5rem;color:var(--text-secondary);line-height:1.75;font-size:.95rem}.product-page-share{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.product-page-share-label{font-size:.9rem;color:var(--text-secondary)}.product-page-share-links{display:flex;gap:.5rem}.product-page-share-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);border-radius:50%;background:transparent;color:var(--text-primary);text-decoration:none;cursor:pointer;transition:all .3s ease}.product-page-share-link:hover{background:var(--black);border-color:var(--black);color:var(--white)}.product-related-section{padding:5rem 0;background:var(--white)}.product-related-header{text-align:center;margin-bottom:3rem}.product-related-label{display:inline-flex;align-items:center;gap:1rem;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.75rem}.product-related-label:before,.product-related-label:after{content:"";width:30px;height:1px;background:var(--gold);display:block}.product-related-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;display:block}.product-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-related-card{text-align:center}.product-related-image-link{display:block;text-decoration:none}.product-related-image{aspect-ratio:1;background:var(--cream);border-radius:16px;overflow:hidden;margin-bottom:1rem;transition:transform .3s ease}.product-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-related-card:hover .product-related-image img{transform:scale(1.05)}.product-related-no-image{width:100%;height:100%;background:var(--cream-dark)}.product-related-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;margin-bottom:.25rem}.product-related-name a{text-decoration:none;color:var(--text-primary);transition:color .2s ease}.product-related-name a:hover{color:var(--gold-dark)}.product-related-price{color:var(--text-secondary);font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-related-original{text-decoration:line-through;font-size:.85rem}@media(max-width:1024px){.product-page-grid{gap:3rem}.product-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-page-grid{grid-template-columns:1fr;gap:2rem}.product-page-gallery,.product-page-info{position:static}.product-features-checklist{grid-template-columns:1fr}.product-related-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.product-related-title{font-size:1.75rem}}.nav-icon-wrapper{position:relative;display:inline-flex;align-items:center;text-decoration:none}.nav-icon-badge{position:absolute;top:-6px;right:-8px;background:var(--gold);color:#fff;font-size:.55rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;pointer-events:none}nav.scrolled .nav-icon-badge{background:var(--white);color:var(--black)}.cart-section{padding:3rem 0 6rem;min-height:60vh}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center}.cart-empty-icon{color:var(--gold);margin-bottom:1.5rem;opacity:.7}.cart-empty-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;margin-bottom:.75rem}.cart-empty-text{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.cart-empty-btn{display:inline-block;background:var(--black);color:var(--white);padding:.85rem 2.5rem;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .2s ease}.cart-empty-btn:hover{background:var(--gold-dark)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-heading{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;margin-bottom:1.5rem}.cart-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--cream-dark)}.cart-item-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden;background:var(--grey-light)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-no-image{width:100%;height:100%;background:var(--cream-dark)}.cart-item-info{flex:1;min-width:0}.cart-item-name{display:block;font-weight:600;font-size:.95rem;color:var(--text-primary);text-decoration:none;margin-bottom:.25rem;transition:color .2s}.cart-item-name:hover{color:var(--gold-dark)}.cart-item-sku{display:block;font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.cart-item-unit-price{font-size:.8rem;color:var(--text-secondary)}.cart-item-qty{display:flex;align-items:center;gap:0;border:1px solid var(--cream-dark);border-radius:4px;overflow:hidden}.cart-qty-btn{width:32px;height:36px;border:none;background:var(--cream);cursor:pointer;font-size:1.1rem;color:var(--text-primary);transition:background .2s;display:flex;align-items:center;justify-content:center}.cart-qty-btn:hover:not(:disabled){background:var(--cream-dark)}.cart-qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-qty-value{width:36px;text-align:center;font-size:.9rem;font-weight:600;border-left:1px solid var(--cream-dark);border-right:1px solid var(--cream-dark);line-height:36px}.cart-item-total{min-width:80px;text-align:right;font-weight:600;font-size:.95rem}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;display:flex;align-items:center;transition:color .2s}.cart-item-remove:hover{color:#dc2626}.cart-summary{background:var(--white);border:1px solid var(--cream-dark);border-radius:8px;padding:1.75rem;position:sticky;top:120px}.cart-summary-heading{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem;color:var(--text-secondary)}.cart-summary-shipping{font-style:italic;font-size:.8rem}.cart-summary-divider{height:1px;background:var(--cream-dark);margin:1rem 0}.cart-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.05rem;margin-bottom:1.5rem}.cart-checkout-btn{display:block;width:100%;background:var(--black);color:var(--white);text-align:center;padding:1rem;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .2s ease;border-radius:4px;margin-bottom:.75rem}.cart-checkout-btn:hover{background:var(--gold-dark)}.cart-continue-link{display:block;text-align:center;font-size:.85rem;color:var(--text-secondary);text-decoration:none;transition:color .2s}.cart-continue-link:hover{color:var(--text-primary)}.auth-section{padding:8rem 0 6rem;min-height:80vh;display:flex;align-items:center}.auth-card{background:var(--white);border-radius:20px;padding:3rem;max-width:520px;margin:0 auto;box-shadow:0 4px 20px #0000000a}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;margin-bottom:.5rem}.auth-header p{color:var(--text-secondary);font-size:.9rem}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.auth-link{color:var(--gold-dark);text-decoration:none;font-weight:500;transition:color .2s}.auth-link:hover{color:var(--gold)}.auth-link-sm{font-size:.8rem}.auth-remember{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;cursor:pointer;font-size:.9rem;color:var(--text-secondary)}.auth-remember input[type=checkbox]{accent-color:var(--gold);width:16px;height:16px}.auth-submit-btn{margin-top:.5rem}.auth-footer-text{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-top:1.5rem}.auth-status{background:#ecfdf5;color:#059669;padding:.75rem 1rem;border-radius:10px;font-size:.85rem;margin-bottom:1rem;text-align:center}.auth-logout-btn{background:none;border:none;cursor:pointer;font-size:inherit;padding:0}.account-section{padding:8rem 0 5rem;min-height:80vh}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.account-header h1{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:500;margin-bottom:.25rem}.account-header p{color:var(--text-secondary);font-size:.9rem}.account-logout-btn{background:none;border:1px solid var(--cream-dark);padding:.6rem 1.25rem;border-radius:10px;font-size:.85rem;color:var(--text-secondary);cursor:pointer;transition:all .2s}.account-logout-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.account-tabs{display:flex;justify-content:center;gap:0;border-bottom:1px solid var(--cream-dark);margin-bottom:2rem;overflow-x:auto}.account-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:all .2s;white-space:nowrap}.account-tab:hover{color:var(--text-primary)}.account-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold);font-weight:500}.account-card{background:var(--white);border-radius:16px;padding:2rem;max-width:640px;margin:0 auto;box-shadow:0 4px 20px #0000000a}.account-card--wide{max-width:100%}.account-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.account-card-header h2{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}.account-card-header p{color:var(--text-secondary);font-size:.85rem}.account-save-btn{display:inline-block;margin-top:1rem;padding:.75rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.account-save-btn:hover{background:var(--black-soft)}.account-save-btn:disabled{opacity:.5;cursor:not-allowed}.account-add-btn{padding:.6rem 1.25rem;background:var(--black);color:var(--white);border:none;border-radius:10px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.account-add-btn:hover{background:var(--black-soft)}.account-cancel-btn{padding:.75rem 2rem;background:none;border:1px solid var(--cream-dark);border-radius:10px;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:all .2s}.account-cancel-btn:hover{border-color:var(--text-secondary)}.account-form-actions{display:flex;gap:.75rem;margin-top:1rem}.account-empty{text-align:center;padding:2rem;color:var(--text-secondary);font-size:.9rem}.account-address-form{background:var(--cream);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.account-address-form h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;margin-bottom:1rem}.account-address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.account-address-card{border:1px solid var(--cream-dark);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;transition:border-color .2s}.account-address-card:hover{border-color:var(--gold-light)}.account-address-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.account-address-type{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.account-address-primary{font-size:.7rem;font-weight:600;background:var(--gold-light);color:var(--gold-dark);padding:.2rem .5rem;border-radius:4px}.account-address-name{font-weight:500;margin-bottom:.25rem}.account-address-detail{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.account-address-actions{display:flex;gap:1rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--cream-dark)}.account-action-link{background:none;border:none;font-size:.8rem;color:var(--gold-dark);cursor:pointer;padding:0;transition:color .2s}.account-action-link:hover{color:var(--gold)}.account-action-danger{color:#dc2626}.account-action-danger:hover{color:#b91c1c}.account-orders-table-wrap{overflow-x:auto;margin:0 -.5rem}.account-orders-table{width:100%;border-collapse:collapse;font-size:.9rem}.account-orders-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);padding:.75rem 1rem;border-bottom:1px solid var(--cream-dark)}.account-orders-table td{padding:1rem;border-bottom:1px solid var(--cream-dark);color:var(--text-secondary);white-space:nowrap}.account-orders-table tbody tr:last-child td{border-bottom:none}.account-orders-table tbody tr:hover{background:var(--cream)}.account-orders-table-order,.account-orders-table-total{font-weight:600;color:var(--text-primary)!important}.account-order-status{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;text-transform:capitalize}.account-order-status--paid{background:#ecfdf5;color:#059669}.account-order-status--pending{background:#fffbeb;color:#d97706}.account-order-status--failed{background:#fef2f2;color:#dc2626}.account-order-status--refunded{background:#f0f4ff;color:#4f46e5}@media(max-width:768px){.auth-card{padding:2rem 1.5rem}.account-header{flex-direction:column;gap:1rem;align-items:flex-start}.account-card{padding:1.5rem}.account-card-header{flex-direction:column;gap:1rem}.account-address-grid{grid-template-columns:1fr}.account-form-actions{flex-direction:column}}.checkout-section{padding:2rem 0 6rem}.checkout-progress{display:flex;justify-content:center;gap:0;margin-bottom:2rem;position:relative}.checkout-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:180px}.checkout-step:not(:last-child):after{content:"";position:absolute;top:20px;left:calc(50% + 25px);width:calc(100% - 50px);height:2px;background:var(--cream-dark)}.checkout-step.completed:not(:last-child):after{background:var(--gold)}.checkout-step-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:500;margin-bottom:.5rem;position:relative;z-index:1;transition:all .3s ease}.checkout-step.completed .checkout-step-number{background:var(--gold);color:var(--white)}.checkout-step.active .checkout-step-number{background:var(--black);color:var(--white);box-shadow:0 4px 15px #00000026}.checkout-step.upcoming .checkout-step-number{background:var(--cream-dark);color:var(--text-secondary)}.checkout-step-label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.checkout-step.active .checkout-step-label{color:var(--text-primary);font-weight:500}.checkout-step.completed .checkout-step-label{color:var(--gold-dark)}.checkout-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:start}.checkout-form-col{display:flex;flex-direction:column;gap:1.5rem}.checkout-form-block{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000a}.checkout-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--cream-dark)}.checkout-section-icon{width:36px;height:36px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-section-icon svg{width:18px;height:18px;stroke:var(--gold-dark)}.checkout-section-header h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500}.checkout-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.checkout-field-row.single{grid-template-columns:1fr}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-label{font-size:.8rem;font-weight:500;color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em}.checkout-label .checkout-required{color:var(--gold-dark)}.checkout-input{padding:.9rem 1rem;border:1.5px solid var(--cream-dark);border-radius:10px;font-size:.95rem;font-family:Outfit,sans-serif;background:var(--white);color:var(--text-primary);transition:all .3s ease;outline:none}.checkout-input:hover{border-color:var(--gold-light)}.checkout-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #e8a6001a}.checkout-input::placeholder{color:#aaa}.checkout-input-error{border-color:#dc2626}.checkout-error{font-size:.78rem;color:#dc2626}.checkout-checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem}.checkout-checkbox-input{width:20px;height:20px;border:1.5px solid var(--cream-dark);border-radius:5px;cursor:pointer;accent-color:var(--gold);margin-top:2px;flex-shrink:0}.checkout-checkbox-label{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.checkout-summary-col{position:sticky;top:120px}.checkout-summary-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000a}.checkout-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--cream-dark)}.checkout-summary-header h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500}.checkout-edit-cart{font-size:.85rem;color:var(--gold-dark);text-decoration:none;transition:color .3s ease}.checkout-edit-cart:hover{color:var(--black)}.checkout-cart-items{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--cream-dark)}.checkout-cart-item{display:flex;gap:1rem}.checkout-item-image{width:72px;height:72px;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,var(--cream-dark) 0%,var(--white) 100%);flex-shrink:0;position:relative}.checkout-item-image img{width:100%;height:100%;object-fit:cover}.checkout-item-qty-badge{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:var(--black);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.checkout-item-details{flex:1;display:flex;flex-direction:column;justify-content:center}.checkout-item-name{font-weight:500;font-size:.95rem;margin-bottom:.2rem}.checkout-item-variant{font-size:.8rem;color:var(--text-secondary)}.checkout-item-price{font-weight:600;font-size:.95rem;display:flex;align-items:center}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem}.checkout-summary-row .checkout-summary-label{color:var(--text-secondary)}.checkout-summary-row .checkout-summary-value{font-weight:500}.checkout-summary-row.checkout-summary-total{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--cream-dark);font-size:1.1rem;font-weight:600}.checkout-summary-row.checkout-summary-total .checkout-summary-label{color:var(--text-primary)}.checkout-summary-tbd{font-style:italic;font-size:.85rem;color:var(--text-secondary)}.checkout-place-order-btn{width:100%;padding:1.15rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:100px;font-size:.95rem;font-weight:500;font-family:Outfit,sans-serif;letter-spacing:.03em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.checkout-place-order-btn:hover:not(:disabled){background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 10px 30px #c4a0524d}.checkout-place-order-btn:disabled,.checkout-place-order-btn.checkout-btn-loading{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.checkout-place-order-btn svg{width:18px;height:18px}.checkout-trust-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--cream-dark)}.checkout-trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-secondary)}.checkout-trust-badge svg{width:16px;height:16px;stroke:var(--gold-dark)}.checkout-payment-overlay{position:fixed;inset:0;z-index:1000;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;background:#0d0d0d80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4rem 2rem;animation:checkoutFadeIn .3s ease}@keyframes checkoutFadeIn{0%{opacity:0}to{opacity:1}}@keyframes checkoutSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-payment-dialog{background:var(--white);border-radius:20px;width:100%;max-width:480px;flex-shrink:0;box-shadow:0 25px 60px #0003;animation:checkoutSlideUp .3s ease}.checkout-payment-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;border-bottom:1px solid var(--cream-dark)}.checkout-payment-dialog-header h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;display:flex;align-items:center;gap:.6rem}.checkout-payment-dialog-header h3 svg{width:22px;height:22px;stroke:var(--gold-dark)}.checkout-payment-dialog-total{font-weight:600;font-size:1.1rem}.checkout-payment-dialog-body{padding:1.75rem 2rem}.stripe-payment-element{padding:1rem;border:1.5px solid var(--cream-dark);border-radius:10px;background:var(--cream);margin-bottom:.75rem}.stripe-payment-error{color:#dc2626;font-size:.85rem;margin-bottom:.5rem}.checkout-payment-dialog-footer{padding:0 2rem 1.75rem}.checkout-payment-dialog-footer .checkout-place-order-btn{margin-top:0}.checkout-payment-dialog-secure{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1rem;font-size:.78rem;color:var(--text-secondary);letter-spacing:.03em}.checkout-payment-dialog-secure svg{width:14px;height:14px;stroke:var(--gold-dark)}@media(max-width:768px){.checkout-payment-overlay{padding:2rem 1rem}.checkout-payment-dialog{border-radius:16px}.checkout-payment-dialog-header,.checkout-payment-dialog-body{padding-left:1.5rem;padding-right:1.5rem}.checkout-payment-dialog-footer{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:2rem}}.confirmation-section{padding:7rem 0 5rem}.confirmation-container{max-width:680px;margin:0 auto}.confirmation-header{text-align:center;margin-bottom:2.5rem}.confirmation-icon{width:72px;height:72px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.confirmation-icon svg{width:36px;height:36px;stroke:var(--white)}.confirmation-header h1{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:400;margin-bottom:.5rem}.confirmation-header p{color:var(--text-secondary);font-size:1rem}.confirmation-order-id{display:inline-block;margin-top:.75rem;padding:.5rem 1rem;background:var(--white);border-radius:8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9rem;font-weight:500;color:var(--gold-dark);border:1px solid var(--cream-dark)}.confirmation-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000a}.confirmation-card-section{padding:1.5rem 2rem;border-bottom:1px solid var(--cream-dark)}.confirmation-card-section:last-child{border-bottom:none}.confirmation-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:1rem}.confirmation-items{display:flex;flex-direction:column;gap:1.25rem}.confirmation-item{display:flex;align-items:center;gap:1rem}.confirmation-item-image{width:64px;height:64px;background:var(--cream);border-radius:10px;overflow:hidden;flex-shrink:0}.confirmation-item-image img{width:100%;height:100%;object-fit:cover}.confirmation-item-info{flex:1}.confirmation-item-name{font-weight:500;font-size:1rem;margin-bottom:.2rem}.confirmation-item-meta{font-size:.85rem;color:var(--text-secondary)}.confirmation-item-price{font-weight:600;font-size:1rem}.confirmation-summary{background:var(--cream);border-radius:10px;padding:1rem 1.25rem}.confirmation-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.confirmation-summary-label{color:var(--text-secondary)}.confirmation-summary-value{font-weight:500}.confirmation-summary-free{color:#059669}.confirmation-summary-total{border-top:1px solid var(--cream-dark);margin-top:.5rem;padding-top:1rem;font-weight:600;font-size:1rem}.confirmation-summary-total .confirmation-summary-label{color:var(--text-primary)}.confirmation-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.confirmation-info-block h4{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.75rem}.confirmation-info-block p{font-size:.9rem;line-height:1.6;color:var(--text-primary)}.confirmation-actions{display:flex;gap:1rem;padding:1.5rem 2rem;background:var(--white)}.confirmation-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:100px;font-size:.9rem;font-weight:500;font-family:Outfit,sans-serif;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.confirmation-btn svg{width:18px;height:18px}.confirmation-btn-primary{background:var(--black);color:var(--white)}.confirmation-btn-primary:hover{background:var(--gold-dark)}.confirmation-btn-secondary{background:var(--white);color:var(--text-primary);border:1px solid var(--cream-dark)}.confirmation-btn-secondary:hover{border-color:var(--gold)}.confirmation-email-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;color:var(--text-secondary)}.confirmation-email-notice svg{width:16px;height:16px;stroke:#059669}.confirmation-thank-you{margin-top:2rem;padding:1.5rem 2rem;background:var(--cream);border-radius:12px;text-align:center}.confirmation-thank-you p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.confirmation-thank-you p:last-child{margin-bottom:0}.confirmation-whats-next{margin-top:2.5rem}.confirmation-whats-next h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;text-align:center;margin-bottom:1.5rem}.confirmation-next-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.confirmation-next-step{background:var(--white);border-radius:12px;padding:1.5rem;text-align:center;border:1px solid var(--cream-dark)}.confirmation-next-step-number{width:32px;height:32px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:.85rem;font-weight:600;color:var(--gold-dark)}.confirmation-next-step h4{font-size:.9rem;font-weight:500;margin-bottom:.35rem}.confirmation-next-step p{font-size:.8rem;color:var(--text-secondary);line-height:1.5}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.checkout-layout{grid-template-columns:1fr}.checkout-summary-col{position:static;order:-1}}@media(max-width:768px){.cart-item{flex-wrap:wrap}.cart-item-total{margin-left:auto}.checkout-field-row{grid-template-columns:1fr}.checkout-form-block,.checkout-summary-card{padding:1.5rem}.checkout-step:not(:last-child):after{width:calc(100% - 40px);left:calc(50% + 20px)}.checkout-step-label{font-size:.7rem}.checkout-trust-badges{gap:1rem}.confirmation-card-section{padding:1.25rem 1.5rem}.confirmation-actions{flex-direction:column;padding:1.25rem 1.5rem}.confirmation-info-grid{grid-template-columns:1fr;gap:1.5rem}.confirmation-next-steps{grid-template-columns:1fr}}.payment-success-icon{margin-bottom:1.5rem}.payment-success-checkmark{display:block;margin:0 auto}.payment-success-checkmark-circle{stroke-dasharray:151;stroke-dashoffset:151;animation:paymentCheckCircle .6s ease-in-out forwards}.payment-success-checkmark-check{stroke-dasharray:36;stroke-dashoffset:36;animation:paymentCheckStroke .4s ease-in-out .5s forwards}@keyframes paymentCheckCircle{to{stroke-dashoffset:0}}@keyframes paymentCheckStroke{to{stroke-dashoffset:0}}.contact-hero{padding:10rem 0 6rem;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(232,213,163,.3) 0%,transparent 60%);pointer-events:none}.contact-hero-wrapper{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.contact-hero-content{position:relative;z-index:2}.contact-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--gold-dark);padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;width:fit-content;animation:fadeSlideUp .8s ease forwards;opacity:0}.contact-hero-badge:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%}.contact-hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,4rem);font-weight:300;line-height:1.1;margin-bottom:1.25rem;animation:fadeSlideUp .8s ease .1s forwards;opacity:0}.contact-hero-title em{font-style:italic;color:var(--gold-dark)}.contact-hero-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;max-width:420px;margin-bottom:2.5rem;animation:fadeSlideUp .8s ease .2s forwards;opacity:0}.contact-quick-contact{display:flex;flex-direction:column;gap:1rem;animation:fadeSlideUp .8s ease .3s forwards;opacity:0}.contact-quick-card{display:flex;align-items:center;gap:1.25rem;background:var(--white);padding:1.25rem 1.75rem;border-radius:16px;text-decoration:none;color:var(--text-primary);transition:all .3s ease;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.04)}.contact-quick-card:hover{transform:translate(8px);box-shadow:0 8px 30px #00000014;border-color:var(--gold-light)}.contact-quick-card-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-quick-card-icon svg{width:24px;height:24px;stroke:var(--white)}.contact-quick-card-text span{display:block;font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem}.contact-quick-card-text strong{font-size:1rem;font-weight:500}.contact-form-card{background:var(--white);padding:2.75rem;border-radius:24px;position:relative;z-index:1;box-shadow:0 25px 50px #0000000f;border:1px solid rgba(0,0,0,.04);animation:fadeSlideUp .8s ease .2s forwards;opacity:0}.contact-form-header{margin-bottom:2rem;text-align:center}.contact-form-header h2{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:400;margin-bottom:.5rem}.contact-form-header p{color:var(--text-secondary);font-size:.95rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-group{margin-bottom:1.25rem}.contact-form-label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.5rem;color:var(--text-primary)}.contact-form-input,.contact-form-textarea,.contact-form-select{width:100%;padding:.95rem 1.15rem;border:1.5px solid var(--cream-dark);border-radius:12px;font-size:.95rem;font-family:inherit;background:var(--white);transition:all .3s ease}.contact-form-input:hover,.contact-form-textarea:hover,.contact-form-select:hover{border-color:var(--gold-light)}.contact-form-input:focus,.contact-form-textarea:focus,.contact-form-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 4px #c4a0521a}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#aaa}.contact-form-textarea{min-height:110px;resize:vertical}.contact-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-color:var(--white);padding-right:3rem}.contact-btn-submit{width:100%;padding:1.1rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:100px;font-size:.9rem;font-weight:500;font-family:inherit;letter-spacing:.03em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.75rem}.contact-btn-submit:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 10px 30px #c4a0524d}.contact-btn-submit svg{width:18px;height:18px;transition:transform .3s ease}.contact-btn-submit:hover svg{transform:translate(4px)}.contact-info-section{padding:6rem 0;background:var(--white)}.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.contact-info-card{text-align:center;padding:2.5rem 1.5rem;background:var(--cream);border-radius:20px;transition:all .4s ease;position:relative;overflow:hidden}.contact-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);transform:scaleX(0);transition:transform .4s ease}.contact-info-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.contact-info-card:hover:before{transform:scaleX(1)}.contact-info-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000000d}.contact-info-icon svg{width:26px;height:26px;stroke:var(--gold-dark)}.contact-info-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.contact-info-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.contact-info-card a{color:var(--gold-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-info-card a:hover{color:var(--black)}.contact-faq-section{padding:6rem 0;background:var(--cream)}.contact-faq-list{max-width:800px;margin:0 auto}.contact-faq-item{background:var(--white);border-radius:16px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 10px #00000008}.contact-faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:inherit}.contact-faq-question:hover{background:#c4a05208}.contact-faq-question h3{font-size:1.05rem;font-weight:500}.contact-faq-toggle{width:32px;height:32px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.contact-faq-toggle svg{width:16px;height:16px;stroke:var(--gold-dark);transition:transform .3s ease}.contact-faq-item.open .contact-faq-toggle{background:var(--gold)}.contact-faq-item.open .contact-faq-toggle svg{stroke:var(--white);transform:rotate(180deg)}.contact-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.contact-faq-item.open .contact-faq-answer{max-height:200px}.contact-faq-answer-inner{padding:0 2rem 1.5rem;color:var(--text-secondary);line-height:1.7}.contact-form-success{display:none;text-align:center;padding:2rem 0}.contact-form-success.show{display:block}.contact-success-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.contact-success-icon svg{width:32px;height:32px;stroke:var(--white)}.contact-form-success h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:.5rem}.contact-form-success p{color:var(--text-secondary);font-size:.95rem}.info-card-grid-section{padding:6rem 0}.info-card-grid-section--white{background:var(--white)}.info-card-grid-section--cream{background:var(--cream)}.info-card-grid{display:grid;gap:2rem}.info-card-grid--2{grid-template-columns:repeat(2,1fr)}.info-card-grid--3{grid-template-columns:repeat(3,1fr)}.info-card-grid--4{grid-template-columns:repeat(4,1fr)}.info-card{text-align:center;padding:2.5rem 1.5rem;background:var(--cream);border-radius:20px;transition:all .4s ease;position:relative;overflow:hidden;text-decoration:none;color:inherit}.info-card-grid-section--cream .info-card{background:var(--white)}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);transform:scaleX(0);transition:transform .4s ease}.info-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.info-card:hover:before{transform:scaleX(1)}.info-card-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000000d}.info-card-grid-section--cream .info-card-icon{background:var(--cream)}.info-card-icon svg{width:26px;height:26px;stroke:var(--gold-dark)}.info-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.info-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.info-card a{color:var(--gold-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.info-card a:hover{color:var(--black)}.faq-section{padding:6rem 0;background:var(--cream)}.faq-section-header{text-align:center;margin-bottom:3rem}.faq-section-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--gold-dark);padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.faq-section-badge:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%}.faq-section-heading{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:16px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 10px #00000008}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:inherit}.faq-question:hover{background:#c4a05208}.faq-question h3{font-size:1.05rem;font-weight:500}.faq-toggle{width:32px;height:32px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.faq-toggle svg{width:16px;height:16px;stroke:var(--gold-dark);transition:transform .3s ease}.faq-item.open .faq-toggle{background:var(--gold)}.faq-item.open .faq-toggle svg{stroke:var(--white);transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer-inner{padding:0 2rem 1.5rem;color:var(--text-secondary);line-height:1.7}.newsletter-section{padding:5rem 0;text-align:center}.newsletter-section--dark{background:var(--black);color:var(--white)}.newsletter-section--gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--white)}.newsletter-section--cream{background:var(--cream);color:var(--text-primary)}.newsletter-heading{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:300;margin-bottom:.75rem}.newsletter-subtitle{opacity:.7;margin-bottom:2rem}.newsletter-section--cream .newsletter-subtitle{color:var(--text-secondary);opacity:1}.newsletter-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}.newsletter-input{flex:1;padding:.95rem 1.25rem;border:none;border-radius:100px;background:var(--white);color:var(--black);font-size:.95rem;font-family:inherit}.newsletter-section--cream .newsletter-input{border:1.5px solid var(--cream-dark);background:var(--white)}.newsletter-btn{padding:.95rem 2rem;background:var(--black);color:var(--white);border:none;border-radius:100px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}@media(max-width:1200px){.contact-hero-wrapper{grid-template-columns:1fr;gap:3rem}.contact-hero-content{text-align:center;align-items:center;display:flex;flex-direction:column}.contact-hero-description{max-width:500px}.contact-quick-contact{flex-direction:row;justify-content:center}.contact-form-card{max-width:550px;margin:0 auto}.info-card-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-hero{padding:8rem 0 4rem}.contact-quick-contact{flex-direction:column;align-items:center}.contact-quick-card{width:100%;max-width:320px}.contact-form-card{padding:2rem}.contact-form-row,.info-card-grid--3,.info-card-grid--4{grid-template-columns:1fr}.newsletter-form{flex-direction:column}}.search-section{padding:8rem 0 2rem;background:var(--white);border-bottom:1px solid var(--border, #E5E7EB)}.search-header{text-align:center;margin-bottom:2rem}.search-header h1{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;margin-bottom:.5rem}.search-header p{color:var(--text-secondary);font-size:1rem}.search-input-wrapper{max-width:600px;margin:0 auto;position:relative}.search-input-container{display:flex;align-items:center;background:var(--cream);border:2px solid transparent;border-radius:100px;padding:.25rem;transition:all .2s ease}.search-input-container:focus-within{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 4px #c4a0521a}.search-icon-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-icon-box svg{width:22px;height:22px;stroke:var(--text-muted, #9CA3AF)}.search-input{flex:1;border:none;background:none;font-size:1rem;font-family:inherit;color:var(--text-primary);padding:.75rem 0}.search-input:focus{outline:none}.search-input::placeholder{color:var(--text-muted, #9CA3AF)}.clear-btn{width:32px;height:32px;border:none;background:var(--cream-dark);border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;margin-right:.5rem;transition:all .2s ease}.clear-btn.visible{display:flex}.clear-btn:hover{background:var(--gold-light)}.clear-btn svg{width:16px;height:16px;stroke:var(--text-secondary)}.results-section{padding:2rem 0 4rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-count{font-size:.95rem;color:var(--text-secondary)}.results-count strong{color:var(--text-primary);font-weight:600}.results-tabs{display:flex;gap:0;border-bottom:1px solid var(--border, #E5E7EB);margin-bottom:2rem}.results-tab{padding:1rem 1.5rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;border:none;background:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease;font-family:inherit}.results-tab:hover{color:var(--text-primary)}.results-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold);font-weight:500}.results-tab .count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--cream);border-radius:10px;font-size:.75rem;margin-left:.5rem}.results-tab.active .count{background:var(--gold-light);color:var(--gold-dark)}.search-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.search-product-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--border, #E5E7EB);transition:all .3s ease;text-decoration:none;color:inherit;display:block}.search-product-card:hover{border-color:var(--gold-light);box-shadow:0 10px 30px #0000000f;transform:translateY(-4px)}.search-product-image{aspect-ratio:1;background:var(--cream);overflow:hidden;position:relative}.search-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.search-product-card:hover .search-product-image img{transform:scale(1.05)}.search-product-info{padding:1.25rem}.search-product-name{font-weight:500;font-size:1rem;margin-bottom:.5rem}.search-product-price{font-weight:600;font-size:1rem;color:var(--gold-dark)}.pages-list{display:flex;flex-direction:column;gap:1rem}.page-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:var(--white);border-radius:12px;border:1px solid var(--border, #E5E7EB);text-decoration:none;color:inherit;transition:all .2s ease}.page-item:hover{border-color:var(--gold-light);box-shadow:0 4px 20px #0000000a}.page-icon{width:48px;height:48px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-icon svg{width:22px;height:22px;stroke:var(--gold-dark)}.page-content{flex:1}.page-type{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, #9CA3AF);margin-bottom:.25rem}.page-item .page-title{font-weight:500;font-size:1.05rem;margin-bottom:.35rem}.page-excerpt{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.page-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.page-item:hover .page-arrow{opacity:1}.page-arrow svg{width:20px;height:20px;stroke:var(--gold-dark)}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{width:80px;height:80px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.empty-icon svg{width:36px;height:36px;stroke:var(--text-muted, #9CA3AF)}.empty-state h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.empty-state p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem}.popular-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border, #E5E7EB)}.popular-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;color:var(--text-secondary)}.popular-header svg{width:18px;height:18px}.popular-tags{display:flex;flex-wrap:wrap;gap:.5rem}.popular-tag{padding:.6rem 1.25rem;background:var(--white);border:1px solid var(--border, #E5E7EB);border-radius:100px;font-size:.9rem;color:var(--text-primary);text-decoration:none;transition:all .2s ease}.popular-tag:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--gold-dark)}@media(max-width:1024px){.search-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.search-header h1{font-size:2rem}.search-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.results-header{flex-direction:column;gap:1rem;align-items:flex-start}.results-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:480px){.search-products-grid{grid-template-columns:1fr}.search-input-container{flex-wrap:wrap;border-radius:16px;padding:.5rem}.search-input{width:100%;padding:.5rem}.search-icon-box{display:none}}
