:root{--gold:#b76e79;--gold-light:#c98a93;--gold-dark:#9e5a63;--gold-glow:#b76e794d;--black:#2c1a1d;--black-rich:#3a2225;--black-soft:#4a2e32;--dark-gray:#5c3d41;--medium-gray:#7a5a5e;--light-gray:#a08589;--off-white:#fbf3f0;--cream:#fdf7f5;--white:#fff;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent:"Cormorant Garamond", Georgia, serif;--section-padding:100px 0;--container-width:1200px;--container-padding:0 24px;--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.25, .46, .45, .94);--transition-slow:.6s cubic-bezier(.25, .46, .45, .94);--shadow-soft:0 4px 20px #00000014;--shadow-medium:0 8px 40px #0000001f;--shadow-gold:0 4px 30px #b76e7933}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--black);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;transition:var(--transition-smooth);border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}::selection{background:var(--gold);color:var(--white)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);transition:var(--transition-smooth);background:#fffffff2;border-bottom:1px solid #b76e7926;position:sticky;top:0}.navbar.scrolled{box-shadow:0 2px 30px #00000014}.navbar-inner{max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:16px 24px;display:flex}.navbar-logo{align-items:center;gap:2px;display:flex}.logo-jc{font-family:var(--font-display);color:var(--gold);letter-spacing:-1px;font-size:2.4rem;font-weight:800;line-height:1}.logo-separator{font-family:var(--font-display);color:var(--gold-light);margin:0 2px;font-size:2rem;font-weight:700}.logo-text-group{flex-direction:column;margin-left:4px;display:flex}.logo-perfumaria{font-family:var(--font-accent);letter-spacing:5px;text-transform:uppercase;color:#1a0f11;font-size:.65rem;font-weight:700}.logo-tagline{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:#4a2e32;font-size:.55rem;font-style:italic;font-weight:600}.navbar-links{align-items:center;gap:32px;display:flex}.navbar-links a{letter-spacing:1px;text-transform:uppercase;color:var(--black);padding:4px 0;font-size:.82rem;font-weight:500;position:relative}.navbar-links a:after{content:"";background:var(--gold);width:0;height:1.5px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.navbar-links a:hover{color:var(--gold)}.navbar-cta{align-items:center;gap:10px;display:flex}.navbar-whatsapp{background:var(--gold);color:var(--white);letter-spacing:.5px;text-transform:uppercase;transition:var(--transition-smooth);border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font-size:.8rem;font-weight:600;display:flex}.navbar-whatsapp:hover{background:var(--gold-dark);box-shadow:var(--shadow-gold);transform:translateY(-1px)}.navbar-whatsapp svg{width:18px;height:18px;fill:var(--white)}.mobile-menu-btn{background:0 0;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-menu-btn span{background:var(--black);width:24px;height:2px;transition:var(--transition-fast);border-radius:2px}.mobile-menu-btn.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:linear-gradient(135deg, var(--black) 0%, var(--black-rich) 40%, var(--dark-gray) 100%);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#b76e7914 0%,#0000 70%);width:80%;height:200%;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:linear-gradient(to top, var(--white), transparent);z-index:2;height:120px;position:absolute;bottom:0;left:0;right:0}.hero-container{max-width:var(--container-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin:0 auto;padding:0 24px;display:grid;position:relative}.hero-content{animation:1s ease-out fadeInLeft}.hero-badge{background:#b76e7926;border:1px solid #b76e794d;border-radius:30px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;display:inline-flex}.hero-badge span{letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);font-size:.75rem;font-weight:500}.hero-title{font-family:var(--font-display);color:var(--white);margin-bottom:12px;font-size:4rem;font-weight:700;line-height:1.1}.hero-title .highlight{color:var(--gold);font-style:italic;position:relative}.hero-title .highlight:after{content:"";background:var(--gold);opacity:.4;height:2px;position:absolute;bottom:4px;left:0;right:0}.hero-ornament{align-items:center;gap:12px;margin:20px 0;display:flex}.hero-ornament .line{background:var(--gold);width:40px;height:1px}.hero-ornament svg{width:20px;height:20px;fill:var(--gold)}.hero-subtitle{font-family:var(--font-accent);color:#ffffffb3;max-width:480px;margin-bottom:36px;font-size:1.2rem;font-weight:300;line-height:1.7}.hero-buttons{align-items:center;gap:16px;display:flex}.btn-primary{background:var(--gold);color:var(--white);letter-spacing:2px;text-transform:uppercase;transition:var(--transition-smooth);border-radius:2px;align-items:center;gap:10px;padding:16px 36px;font-size:.85rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:var(--gold-dark);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-outline{color:var(--white);letter-spacing:2px;text-transform:uppercase;transition:var(--transition-smooth);background:0 0;border:1px solid #ffffff4d;border-radius:2px;align-items:center;gap:10px;padding:16px 36px;font-size:.85rem;font-weight:600;display:inline-flex}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#b76e790d}.hero-visual{justify-content:center;align-items:center;animation:1s ease-out fadeInRight;display:flex;position:relative}.hero-carousel{aspect-ratio:3/4;justify-content:center;align-items:center;width:100%;max-width:420px;display:flex;position:relative}.carousel-viewport{cursor:pointer;background:#ffffff0d;border:1px solid #b76e7940;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.carousel-slide{opacity:0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .7s,transform .7s;display:flex;position:absolute;top:0;left:0;transform:scale(.95)}.carousel-slide.active{opacity:1;z-index:1;transform:scale(1)}.carousel-image{object-fit:contain;filter:drop-shadow(0 8px 30px #0000004d);width:100%;height:100%;padding:20px;transition:transform .5s}.carousel-slide.active:hover .carousel-image{transform:scale(1.05)}.carousel-info{background:linear-gradient(#0000 0%,#000000d9 100%);flex-direction:column;gap:4px;padding:20px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-name{font-family:var(--font-display);color:var(--white);letter-spacing:.5px;font-size:1rem;font-weight:700}.carousel-price{font-family:var(--font-body);color:var(--gold-light);font-size:1.2rem;font-weight:700}.carousel-btn{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:40px;height:40px;transition:var(--transition-smooth);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-50%)scale(1.1)}.carousel-btn svg{width:22px;height:22px;fill:var(--white)}.carousel-btn-prev{left:-20px}.carousel-btn-next{right:-20px}.carousel-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;width:8px;height:8px;transition:var(--transition-fast);background:#ffffff4d;border:none;border-radius:50%;padding:0}.carousel-dot.active{background:var(--gold);border-radius:4px;width:24px}.features-bar{background:var(--white);border-bottom:1px solid #0000000f;padding:60px 0}.features-grid{max-width:var(--container-width);grid-template-columns:repeat(4,1fr);gap:40px;margin:0 auto;padding:0 24px;display:grid}.feature-item{transition:var(--transition-smooth);border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.feature-item:hover{background:var(--cream);transform:translateY(-4px)}.feature-icon{background:linear-gradient(135deg, var(--gold), var(--gold-dark));border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex;box-shadow:0 4px 15px #b76e794d}.feature-icon svg{width:22px;height:22px;fill:var(--white)}.feature-text h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--black);margin-bottom:6px;font-size:.85rem;font-weight:700}.feature-text p{color:var(--light-gray);font-size:.82rem;line-height:1.5}.section-header{text-align:center;margin-bottom:60px}.section-label{font-family:var(--font-accent);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.85rem;font-weight:500;display:block}.section-title{font-family:var(--font-display);color:var(--black);margin-bottom:16px;font-size:2.8rem;font-weight:700;line-height:1.2}.section-divider{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.section-divider .line{background:var(--gold);width:60px;height:1px}.section-divider svg{width:16px;height:16px;fill:var(--gold)}.products-section{padding:var(--section-padding);background:var(--cream)}.products-grid{max-width:var(--container-width);grid-template-columns:repeat(4,1fr);gap:30px;margin:0 auto;padding:0 24px;display:grid}.product-card{background:var(--white);transition:var(--transition-smooth);border:1px solid #0000000a;border-radius:12px;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-8px)}.product-card.highlight-pulse{animation:2s highlight-ring}@keyframes highlight-ring{0%{box-shadow:0 0 #b76e7999}30%{box-shadow:0 0 0 8px #b76e794d}to{box-shadow:0 0 #b76e7900}}.product-badge{background:var(--gold);color:var(--white);letter-spacing:1px;text-transform:uppercase;z-index:5;border-radius:20px;padding:4px 14px;font-size:.68rem;font-weight:600;position:absolute;top:16px;left:16px}.product-image{aspect-ratio:1;background:linear-gradient(#faf6f0 0%,#f0ece4 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-image:after{content:"";background:linear-gradient(#0000,#b76e790d);height:40%;position:absolute;bottom:0;left:0;right:0}.product-photo{object-fit:contain;width:100%;height:100%;transition:transform var(--transition-smooth);padding:16px}.product-card:hover .product-photo{transform:scale(1.08)}.product-info{padding:24px 20px}.product-name{font-family:var(--font-display);color:var(--black);margin-bottom:4px;font-size:1.05rem;font-weight:700;line-height:1.3}.product-type{font-family:var(--font-accent);color:var(--light-gray);margin-bottom:12px;font-size:.82rem;font-style:italic}.product-rating{align-items:center;gap:6px;margin-bottom:16px;display:flex}.stars{gap:2px;display:flex}.star{width:14px;height:14px;fill:var(--gold)}.rating-count{color:var(--light-gray);font-size:.75rem}.product-price{font-family:var(--font-body);color:var(--black);margin-bottom:16px;font-size:1.3rem;font-weight:700}.product-buy-btn{background:var(--black);width:100%;color:var(--white);letter-spacing:1.5px;text-transform:uppercase;transition:var(--transition-smooth);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:14px;display:flex}.product-buy-btn:hover:not(:disabled){background:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.product-buy-btn:disabled{background:var(--light-gray);cursor:not-allowed;opacity:.7}.product-buy-btn svg{fill:currentColor;width:16px;height:16px}.product-whats-btn{width:100%;color:var(--gold-dark);letter-spacing:1.2px;text-transform:uppercase;transition:var(--transition-smooth);background:0 0;border:1px solid #b76e7959;border-radius:6px;justify-content:center;align-items:center;gap:7px;margin-top:8px;padding:10px;font-size:.7rem;font-weight:600;display:flex}.product-whats-btn:hover{background:var(--off-white);border-color:var(--gold)}.product-whats-btn svg{fill:currentColor;width:14px;height:14px}.footer-insta-handle{color:var(--gold-light);letter-spacing:.02em;transition:var(--transition-smooth);border:1px solid #b76e7966;border-radius:30px;align-items:center;gap:8px;margin-top:16px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.footer-insta-handle:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.footer-insta-handle svg{fill:currentColor;width:16px;height:16px}.footer-contact-link{transition:var(--transition-fast)}.footer-contact-link:hover{color:var(--gold-light)}.testimonial-stars{gap:3px;margin-bottom:12px;display:flex}.testimonial-stars .star{width:15px;height:15px;fill:var(--gold)}.about-section{padding:var(--section-padding);background:var(--black);position:relative;overflow:hidden}.about-section:before{content:"";background:radial-gradient(at 30%,#b76e790f 0%,#0000 60%);position:absolute;inset:0}.about-container{max-width:var(--container-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;padding:0 24px;display:grid;position:relative}.about-image-area{position:relative}.about-image-placeholder{aspect-ratio:4/5;background:linear-gradient(135deg, var(--dark-gray) 0%, var(--black-soft) 100%);border:1px solid #b76e7926;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex;position:relative;overflow:hidden}.about-image-placeholder:before{content:"";background:linear-gradient(#0000 50%,#b76e7914 100%);position:absolute;inset:0}.about-image-logo{font-family:var(--font-display);color:var(--gold);font-size:3rem;font-weight:800;position:relative}.about-image-text{font-family:var(--font-accent);color:#fff6;letter-spacing:6px;text-transform:uppercase;font-size:.9rem;position:relative}.about-stats-float{background:var(--gold);color:var(--white);text-align:center;border-radius:12px;padding:24px 32px;position:absolute;bottom:-20px;right:-20px;box-shadow:0 8px 30px #b76e7966}.about-stats-float .stat-number{font-family:var(--font-display);font-size:2.4rem;font-weight:800;line-height:1}.about-stats-float .stat-label{letter-spacing:2px;text-transform:uppercase;margin-top:4px;font-size:.72rem;font-weight:500}.about-content{color:var(--white)}.about-label{font-family:var(--font-accent);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.85rem;display:block}.about-title{font-family:var(--font-display);margin-bottom:24px;font-size:2.6rem;font-weight:700;line-height:1.2}.about-text{color:#ffffffa6;max-width:500px;margin-bottom:40px;font-size:.95rem;line-height:1.8}.about-features{flex-direction:column;gap:24px;display:flex}.about-feature-item{align-items:flex-start;gap:16px;display:flex}.about-feature-icon{background:#b76e791f;border:1px solid #b76e7940;border-radius:8px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.about-feature-icon svg{width:20px;height:20px;fill:var(--gold)}.about-feature-title{text-transform:uppercase;letter-spacing:1px;color:var(--white);margin-bottom:4px;font-size:.88rem;font-weight:700}.about-feature-desc{color:#ffffff80;font-size:.82rem;line-height:1.5}.testimonials-section{padding:var(--section-padding);background:var(--white)}.testimonials-grid{max-width:var(--container-width);grid-template-columns:repeat(3,1fr);gap:30px;margin:0 auto;padding:0 24px;display:grid}.testimonial-card{background:var(--cream);transition:var(--transition-smooth);border:1px solid #b76e791a;border-radius:16px;padding:36px;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-soft);border-color:#b76e794d;transform:translateY(-4px)}.testimonial-quote{font-family:var(--font-display);color:var(--gold);margin-bottom:12px;font-size:2rem;line-height:1}.testimonial-text{font-family:var(--font-accent);color:var(--medium-gray);margin-bottom:20px;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.testimonial-name{color:var(--black);font-size:.88rem;font-weight:600}.testimonial-product{color:var(--light-gray);font-size:.75rem}.cta-section{background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-container{z-index:1;max-width:700px;margin:0 auto;padding:0 24px;position:relative}.cta-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:2.8rem;font-weight:700;line-height:1.2}.cta-text{font-family:var(--font-accent);color:#ffffffd9;margin-bottom:36px;font-size:1.15rem;line-height:1.6}.cta-whatsapp-btn{background:var(--white);color:var(--gold-dark);letter-spacing:1.5px;text-transform:uppercase;transition:var(--transition-smooth);border-radius:50px;align-items:center;gap:12px;padding:18px 48px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 8px 30px #0003}.cta-whatsapp-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #0000004d}.cta-whatsapp-btn svg{fill:#25d366;width:22px;height:22px}.footer{background:var(--black);color:var(--white);padding:80px 0 0}.footer-content{max-width:var(--container-width);grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin:0 auto;padding:0 24px;display:grid}.footer-brand .footer-logo{align-items:center;gap:4px;margin-bottom:20px;display:flex}.footer-logo .logo-jc{font-size:2rem}.footer-brand-text{color:#ffffff80;max-width:320px;margin-bottom:24px;font-size:.88rem;line-height:1.7}.footer-social{gap:12px;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-3px)}.social-icon svg{width:18px;height:18px;fill:var(--white)}.footer-column h4{letter-spacing:2px;text-transform:uppercase;color:var(--white);margin-bottom:24px;padding-bottom:12px;font-size:.8rem;font-weight:700;position:relative}.footer-column h4:after{content:"";background:var(--gold);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-column ul{flex-direction:column;gap:12px;display:flex}.footer-column ul li a{color:#ffffff80;transition:var(--transition-fast);font-size:.85rem}.footer-column ul li a:hover{color:var(--gold);padding-left:6px}.footer-contact-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.footer-contact-item svg{width:18px;height:18px;fill:var(--gold);min-width:18px;margin-top:2px}.footer-contact-item span{color:#ffffff80;word-break:break-word;font-size:.85rem;line-height:1.5}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;margin-top:60px;padding:24px}.footer-bottom p{color:#ffffff59;letter-spacing:.5px;font-size:.78rem}.footer-bottom .gold-text{color:var(--gold)}.whatsapp-float{z-index:9999;width:60px;height:60px;transition:var(--transition-smooth);background:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:.5s ease-out bounce-in;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{transform:scale(1.1)translateY(-4px);box-shadow:0 8px 30px #25d36680}.whatsapp-float svg{width:30px;height:30px;fill:var(--white)}.whatsapp-float-pulse{background:#25d366;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite whatsapp-pulse;position:absolute}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes bounce-in{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes whatsapp-pulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero-title{font-size:3rem}.products-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=768px){.navbar-links{display:none}.mobile-menu-btn{display:flex}.navbar-cta .navbar-whatsapp{display:none}.navbar-cta{gap:8px;margin-left:auto;margin-right:12px}.navbar-links.mobile-open{background:var(--white);border-bottom:2px solid var(--gold);box-shadow:var(--shadow-medium);flex-direction:column;gap:20px;padding:24px;display:flex;position:absolute;top:100%;left:0;right:0}.hero-container{text-align:center;grid-template-columns:1fr;padding-top:40px}.hero-title{font-size:2.6rem}.hero-subtitle{margin:0 auto 36px}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-visual{justify-content:center}.hero-carousel{max-width:320px}.carousel-btn-prev{left:-10px}.carousel-btn-next{right:-10px}.about-container{grid-template-columns:1fr;gap:40px}.about-image-area{max-width:400px;margin:0 auto}.products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.testimonials-grid,.features-grid{grid-template-columns:1fr}.section-title,.cta-title{font-size:2rem}.footer-content{text-align:center;grid-template-columns:1fr}.footer-column h4:after{left:50%;transform:translate(-50%)}.footer-social{justify-content:center}.footer-brand-text{margin:0 auto 24px}.footer-contact-item{justify-content:center}}@media (width<=480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-outline{justify-content:center;width:100%}.hero-carousel{max-width:280px}.carousel-btn{width:32px;height:32px}.carousel-btn svg{width:18px;height:18px}}.price-old{opacity:.55;margin-right:.25rem;font-weight:500;text-decoration:line-through}.price-promo{color:#c0392b;font-weight:800}.carousel-price .price-old{font-size:.85em}.product-badge.promo-badge{color:#fff;background:linear-gradient(135deg,#e74c3c,#c0392b)}.product-stock-out{color:#c0392b;letter-spacing:.03em;text-transform:uppercase;background:#c0392b1f;border-radius:999px;margin:.25rem 0 .5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.shop-page{background:var(--cream);min-height:100vh;font-family:var(--font-body);color:var(--black);padding:110px 24px 80px}.shop-container{max-width:1080px;margin:0 auto}.shop-narrow{max-width:640px}.shop-back{color:var(--medium-gray);transition:color var(--transition-fast);align-items:center;gap:6px;margin-bottom:20px;font-size:.9rem;text-decoration:none;display:inline-flex}.shop-back:hover{color:var(--gold)}.shop-title{font-family:var(--font-display);color:var(--black);margin:0 0 6px;font-size:clamp(1.8rem,4vw,2.6rem)}.shop-subtitle{color:var(--medium-gray);margin:0 0 32px;font-size:.98rem}.shop-card{background:var(--white);box-shadow:var(--shadow-soft);border:1px solid #b76e7924;border-radius:16px;margin-bottom:22px;padding:26px}.shop-card h2{font-family:var(--font-display);color:var(--black);margin:0 0 4px;font-size:1.25rem}.shop-card-hint{color:var(--medium-gray);margin:0 0 18px;font-size:.85rem}.shop-step{background:var(--gold);width:26px;height:26px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-right:10px;font-size:.85rem;font-weight:600;display:inline-flex}.shop-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.shop-field{flex-direction:column;gap:6px;display:flex}.shop-field.span-2{grid-column:span 2}.shop-field>span{text-transform:uppercase;letter-spacing:.06em;color:var(--medium-gray);font-size:.78rem;font-weight:600}.shop-field input,.shop-field select,.shop-field textarea{font-size:.95rem;font-family:var(--font-body);color:var(--black);background:var(--white);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #b76e7947;border-radius:10px;width:100%;padding:11px 13px}.shop-field input:focus,.shop-field select:focus,.shop-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow);outline:none}.shop-field input:disabled{background:var(--off-white);color:var(--medium-gray)}.shop-btn{font-size:.95rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;text-decoration:none;display:inline-flex}.shop-btn.primary{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);box-shadow:var(--shadow-gold)}.shop-btn.primary:hover:not(:disabled){box-shadow:0 8px 30px var(--gold-glow);transform:translateY(-2px)}.shop-btn.ghost{color:var(--gold-dark);background:0 0;border:1px solid #b76e7966}.shop-btn.ghost:hover:not(:disabled){background:var(--off-white)}.shop-btn.block{width:100%}.shop-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.shop-btn.tiny{border-radius:8px;padding:6px 12px;font-size:.8rem}.shop-error,.shop-info,.shop-success{border-radius:10px;margin:14px 0;padding:11px 14px;font-size:.88rem;line-height:1.5}.shop-error{color:#a03030;background:#fdecec;border:1px solid #f3c7c7}.shop-info{color:#4a3d7a;background:#f3f0fb;border:1px solid #dcd5f0}.shop-success{color:#1f6b45;background:#e9f7ef;border:1px solid #c4e8d4}.shop-summary-line{color:var(--dark-gray);justify-content:space-between;align-items:center;padding:8px 0;font-size:.94rem;display:flex}.shop-summary-line.total{color:var(--black);border-top:1px solid #b76e792e;margin-top:10px;padding-top:14px;font-size:1.15rem;font-weight:700}.shop-free-tag{color:#1f6b45;letter-spacing:.03em;background:#e9f7ef;border-radius:20px;padding:3px 10px;font-size:.78rem;font-weight:700}.shop-line{border-bottom:1px solid #b76e791f;align-items:center;gap:14px;padding:12px 0;display:flex}.shop-line:last-child{border-bottom:none}.shop-line-img{object-fit:cover;background:var(--off-white);border-radius:10px;flex-shrink:0;width:62px;height:62px}.shop-line-body{flex:1;min-width:0}.shop-line-name{color:var(--black);margin:0 0 3px;font-size:.92rem;font-weight:600;line-height:1.35}.shop-line-meta{color:var(--medium-gray);font-size:.82rem}.shop-line-price{color:var(--gold-dark);white-space:nowrap;font-weight:700}.shop-qty{border:1px solid #b76e794d;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.shop-qty button{background:var(--off-white);color:var(--gold-dark);cursor:pointer;width:28px;height:28px;transition:background var(--transition-fast);border:none;font-size:1rem;line-height:1}.shop-qty button:hover:not(:disabled){background:var(--gold);color:var(--white)}.shop-qty button:disabled{opacity:.4;cursor:not-allowed}.shop-qty span{text-align:center;min-width:34px;font-size:.9rem;font-weight:600}.shop-ship-option{cursor:pointer;transition:all var(--transition-fast);border:1px solid #b76e793d;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:13px 15px;display:flex}.shop-ship-option:hover{border-color:var(--gold);background:var(--off-white)}.shop-ship-option.selected{border-color:var(--gold);background:var(--off-white);box-shadow:0 0 0 2px var(--gold-glow)}.shop-ship-option input{accent-color:var(--gold);width:17px;height:17px}.shop-ship-name{color:var(--black);font-size:.92rem;font-weight:600}.shop-ship-days{color:var(--medium-gray);font-size:.8rem}.shop-ship-price{color:var(--gold-dark);white-space:nowrap;margin-left:auto;font-weight:700}.cart-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1200;background:#2c1a1d80;animation:.2s cart-fade;position:fixed;inset:0}@keyframes cart-fade{0%{opacity:0}to{opacity:1}}.cart-drawer{background:var(--white);z-index:1201;flex-direction:column;width:min(420px,100vw);animation:.28s cubic-bezier(.25,.46,.45,.94) cart-slide;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #0000002e}@keyframes cart-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-head{border-bottom:1px solid #b76e7929;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.cart-head h3{font-family:var(--font-display);color:var(--black);margin:0;font-size:1.2rem}.cart-close{color:var(--medium-gray);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1}.cart-close:hover{color:var(--gold)}.cart-body{flex:1;padding:6px 22px;overflow-y:auto}.cart-empty{text-align:center;color:var(--medium-gray);padding:60px 20px}.cart-foot{background:var(--cream);border-top:1px solid #b76e7929;padding:18px 22px 24px}.cart-badge{background:var(--gold);color:var(--white);border-radius:20px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.navbar-cart-btn{cursor:pointer;width:42px;height:42px;color:var(--gold-dark);transition:all var(--transition-fast);background:0 0;border:1px solid #b76e7966;border-radius:30px;justify-content:center;align-items:center;display:inline-flex;position:relative}.navbar-cart-btn:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.navbar-cart-btn svg{fill:currentColor;width:20px;height:20px}.navbar-account-link{width:42px;height:42px;color:var(--gold-dark);transition:all var(--transition-fast);border:1px solid #b76e7966;border-radius:30px;justify-content:center;align-items:center;display:inline-flex}.navbar-account-link:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.navbar-account-link svg{fill:currentColor;width:20px;height:20px}.order-status-badge{letter-spacing:.02em;border-radius:20px;padding:5px 14px;font-size:.82rem;font-weight:700;display:inline-block}.order-status-badge.paid{color:#1f6b45;background:#e9f7ef}.order-status-badge.delivered{color:#17603c;background:#e9f7ef}.order-hero{text-align:center;padding:34px 20px}.order-hero-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:1.9rem;display:flex}.order-hero-icon.paid{color:#1f6b45;background:#e9f7ef}.order-hero-icon.pending{color:#8a6100;background:#fff6e5}.order-hero-icon.failed{color:#a03030;background:#fdecec}.order-code{font-family:var(--font-display);color:var(--black);margin:0 0 6px;font-size:1.5rem}.shop-address-box{background:var(--off-white);color:var(--dark-gray);border-radius:10px;padding:14px 16px;font-size:.9rem;line-height:1.6}.account-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.account-tab{background:var(--white);color:var(--medium-gray);cursor:pointer;transition:all var(--transition-fast);border:1px solid #b76e794d;border-radius:30px;padding:9px 20px;font-size:.9rem;font-weight:600}.account-tab.active{background:var(--gold);color:var(--white);border-color:var(--gold)}.order-row{border-bottom:1px solid #b76e791f;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 0;display:flex}.order-row:last-child{border-bottom:none}.order-row-code{color:var(--black);font-weight:700}.order-row-date{color:var(--medium-gray);font-size:.84rem}.order-row-total{color:var(--gold-dark);margin-left:auto;font-weight:700}@media (width<=900px){.checkout-layout{grid-template-columns:1fr!important}.checkout-layout>aside{position:static!important}}@media (width<=640px){.shop-page{padding:92px 16px 60px}.shop-card{padding:20px 18px}.shop-field.span-2{grid-column:span 1}.shop-grid{grid-template-columns:1fr}}:root{--a-bg:#0f1115;--a-surface:#181b22;--a-surface-2:#21252e;--a-border:#2c313c;--a-text:#e8eaed;--a-muted:#9aa2b1;--a-gold:#c9a24b;--a-primary:#c9a24b;--a-danger:#e05a4c}.admin-panel,.admin-login-wrap{background:var(--a-bg);min-height:100vh;color:var(--a-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.admin-loading,.admin-empty{text-align:center;color:var(--a-muted);padding:3rem 1rem}.admin-login-wrap{justify-content:center;align-items:center;padding:1.5rem;display:flex}.admin-login-card{background:var(--a-surface);border:1px solid var(--a-border);border-radius:16px;flex-direction:column;gap:.5rem;width:100%;max-width:360px;padding:2rem;display:flex}.admin-login-logo{letter-spacing:.02em;margin:0;font-size:1.8rem;font-weight:800}.admin-login-logo span{color:var(--a-gold)}.admin-login-sub{color:var(--a-muted);margin:0 0 1rem;font-size:.9rem}.admin-login-card label{color:var(--a-muted);margin-top:.5rem;font-size:.8rem}.admin-back-link{color:var(--a-muted);text-align:center;margin-top:1rem;font-size:.85rem;text-decoration:none}.admin-back-link:hover{color:var(--a-text)}.admin-login-card input,.admin-field input,.admin-field textarea,.admin-stock-input{background:var(--a-surface-2);border:1px solid var(--a-border);color:var(--a-text);box-sizing:border-box;border-radius:8px;width:100%;padding:.55rem .7rem;font-size:.9rem}.admin-field input:focus,.admin-field textarea:focus,.admin-login-card input:focus{border-color:var(--a-gold);outline:none}.admin-field textarea{resize:vertical;font-family:inherit}.admin-field select,.admin-filters select,.admin-filters input{background:var(--a-surface-2);border:1px solid var(--a-border);color:var(--a-text);box-sizing:border-box;border-radius:8px;width:100%;padding:.55rem .7rem;font-family:inherit;font-size:.9rem}.admin-field select:focus,.admin-filters select:focus,.admin-filters input:focus{border-color:var(--a-gold);outline:none}.admin-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--a-border);background:#0f1115e6;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.5rem;display:flex;position:sticky;top:0}.admin-header-brand{letter-spacing:.02em;font-weight:700}.admin-header-brand span{color:var(--a-gold)}.admin-header-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-main{max-width:1200px;margin:0 auto;padding:1.5rem}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-toolbar h2{margin:0;font-size:1.3rem}.admin-count{background:var(--a-surface-2);color:var(--a-muted);border-radius:999px;margin-left:.4rem;padding:.1rem .6rem;font-size:.8rem;display:inline-block}.admin-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.admin-card{background:var(--a-surface);border:1px solid var(--a-border);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.admin-card.inactive{opacity:.6}.admin-card-media{background:var(--a-surface-2);aspect-ratio:4/3;justify-content:center;align-items:center;display:flex;position:relative}.admin-card-media img{object-fit:contain;width:100%;height:100%}.admin-no-image{color:var(--a-muted);font-size:.85rem}.admin-media-actions{gap:.4rem;display:flex;position:absolute;bottom:.5rem;right:.5rem}.admin-card-body{flex-direction:column;gap:.6rem;padding:.9rem;display:flex}.admin-field{flex-direction:column;gap:.25rem;display:flex}.admin-field>span{color:var(--a-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.admin-field-row{gap:.6rem;display:flex}.admin-field-row .admin-field{flex:1}.admin-promo-preview{color:var(--a-muted);background:#e05a4c1a;border-radius:8px;padding:.35rem .6rem;font-size:.85rem}.admin-promo-preview .price-old{opacity:.7;text-decoration:line-through}.admin-promo-preview strong{color:var(--a-danger)}.admin-stock{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.admin-stock-label{color:var(--a-muted);text-transform:uppercase;letter-spacing:.04em;margin-right:.2rem;font-size:.72rem}.admin-stock-input{text-align:center;width:70px;padding:.4rem}.admin-tag{border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.admin-tag.danger{color:var(--a-danger);background:#e05a4c26}.admin-flags{flex-wrap:wrap;gap:1rem;display:flex}.admin-check{color:var(--a-muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.admin-check input{accent-color:var(--a-gold)}.admin-card-footer{gap:.5rem;margin-top:.3rem;display:flex}.admin-card-footer .admin-btn{flex:1}.admin-btn{border:1px solid var(--a-border);background:var(--a-surface-2);color:var(--a-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.3rem;padding:.55rem .9rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:filter .15s,opacity .15s;display:inline-flex}.admin-btn:hover{filter:brightness(1.15)}.admin-btn:disabled{opacity:.5;cursor:default}.admin-btn.primary{background:var(--a-primary);border-color:var(--a-primary);color:#1a1400}.admin-btn.danger{border-color:var(--a-danger);color:var(--a-danger);background:0 0}.admin-btn.ghost{background:0 0}.admin-btn.tiny{padding:.3rem .55rem;font-size:.78rem}.admin-btn.tiny.danger{border-color:var(--a-danger)}.admin-btn label,label.admin-btn{cursor:pointer}.admin-modal-overlay{z-index:50;background:#0009;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-modal{background:var(--a-surface);border:1px solid var(--a-border);border-radius:14px;width:100%;max-width:480px;padding:1.25rem}.admin-modal-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.admin-modal-head h3{margin:0}.admin-modal-close{color:var(--a-muted);cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1}.admin-form{flex-direction:column;gap:.7rem;display:flex}.admin-error{color:var(--a-danger);background:#e05a4c1f;border-radius:8px;padding:.5rem .7rem;font-size:.85rem}.admin-toast{background:var(--a-surface-2);border:1px solid var(--a-border);color:var(--a-text);z-index:60;border-radius:10px;padding:.7rem 1.2rem;font-size:.9rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}@media (width<=480px){.admin-field-row{flex-direction:column}}.admin-tabs{border-bottom:1px solid var(--a-border);background:var(--a-surface);gap:.4rem;padding:0 1.5rem;display:flex;overflow-x:auto}.admin-tab{color:var(--a-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.85rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:color .15s,border-color .15s}.admin-tab:hover{color:var(--a-text)}.admin-tab.active{color:var(--a-gold);border-bottom-color:var(--a-gold)}.admin-hint{color:var(--a-muted);margin:-.6rem 0 1.2rem;font-size:.85rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem;margin-bottom:1.25rem;display:grid}.admin-stat{background:var(--a-surface);border:1px solid var(--a-border);border-radius:12px;flex-direction:column;gap:.35rem;padding:.9rem 1.1rem;display:flex}.admin-stat-label{color:var(--a-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.admin-stat-value{color:var(--a-gold);font-size:1.35rem}.admin-filters{flex-wrap:wrap;gap:.7rem;margin-bottom:1.25rem;display:flex}.admin-filters select{max-width:240px}.admin-filters input{flex:1;min-width:220px}.admin-orders{flex-direction:column;gap:.7rem;display:flex}.admin-order{background:var(--a-surface);border:1px solid var(--a-border);border-radius:12px;overflow:hidden}.admin-order-head{cursor:pointer;flex-wrap:wrap;align-items:center;gap:1rem;padding:.9rem 1.1rem;transition:background .15s;display:flex}.admin-order-head:hover{background:var(--a-surface-2)}.admin-order-code{letter-spacing:.02em;font-weight:700}.admin-order-meta{color:var(--a-muted);margin-top:.15rem;font-size:.82rem}.admin-order-total{color:var(--a-gold);margin-left:auto;font-weight:700}.admin-order-body{border-top:1px solid var(--a-border);background:var(--a-surface-2);padding:1.1rem}.admin-order-body h4{text-transform:uppercase;letter-spacing:.06em;color:var(--a-muted);margin:0 0 .4rem;font-size:.78rem}.admin-order-body p{margin:0 0 1rem;font-size:.88rem;line-height:1.6}.admin-order-cols{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.2rem;margin-bottom:.6rem;display:grid}.admin-order-items{border-collapse:collapse;width:100%;margin-bottom:1.1rem;font-size:.88rem}.admin-order-items td{border-bottom:1px solid var(--a-border);padding:.45rem .5rem}.admin-order-items td:last-child{text-align:right;white-space:nowrap}.admin-order-items td:nth-child(2),.admin-order-items td:nth-child(3){text-align:right;color:var(--a-muted);white-space:nowrap}.admin-order-total-row td{color:var(--a-gold);border-bottom:none;font-weight:700}.admin-order-actions{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.admin-order-actions .admin-field{min-width:180px}.order-status-badge{letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:.22rem .7rem;font-size:.76rem;font-weight:700;display:inline-block}.order-status-badge.paid,.order-status-badge.delivered{color:#6ee7a8;background:#38a1692e}.order-status-badge.pending{color:#e2c078;background:#c9a24b2e}.order-status-badge.rejected,.order-status-badge.cancelled{color:#f09a90;background:#e05a4c2e}.order-status-badge.refunded{color:#bcc4d2;background:#9aa2b12e}.order-status-badge.shipped{color:#8ab4f8;background:#4285dc2e}.admin-table-wrap{border:1px solid var(--a-border);background:var(--a-surface);border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.88rem}.admin-table th{text-align:left;background:var(--a-surface-2);color:var(--a-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:.75rem .9rem;font-size:.76rem}.admin-table td{border-top:1px solid var(--a-border);vertical-align:top;padding:.75rem .9rem;line-height:1.5}@media (width<=640px){.admin-tabs{padding:0 .75rem}.admin-order-total{margin-left:0}}
