*{margin:0;padding:0;box-sizing:border-box}body{font-family:Libre Franklin,sans-serif;line-height:1.6;color:var(--charcoal);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}:root{--clay:#a6371f;--clay-deep:#7c2a18;--stone:#8a7c68;--cream:#f3e9d2;--gold:#d6a536;--gold-bright:#e3b23c;--gold-deep:#b9862a;--pure-white:#fff;--paper:#fbf6ea;--charcoal:#2b2420;--text-light:#6b5f52;--line:#e1d3af;--line-dark:#43392c;--text-on-dark:#d9cbae;--disabled:#c9b99c;--shadow:rgba(43,36,32,.15);--font-script:"Caveat",cursive}.navbar{position:fixed;top:0;width:100%;background:hsla(42,68%,95%,.92);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;white-space:nowrap;min-width:0}.nav-logo .logo{height:40px;width:40px;flex-shrink:0}.nav-logo h2{color:var(--clay);font-family:var(--font-script);font-weight:700;margin:0;font-size:1.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--charcoal);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--clay)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--clay);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-signout-btn{background:none;border:none;font:inherit;cursor:pointer;padding:0}.shop-btn{background:var(--clay);color:#fff!important;padding:.5rem 1.5rem;border-radius:25px;transition:all .3s ease}.shop-btn:hover{background:var(--clay-deep);transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:var(--charcoal);margin:3px 0;transition:.3s}.hero{margin-top:80px;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--cream) 0,var(--paper) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;opacity:.1;z-index:1}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text h1{font-size:3.5rem;font-weight:700;color:var(--charcoal);margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--clay);color:#fff;box-shadow:0 4px 15px rgba(166,55,31,.3)}.btn-primary:hover{background:var(--clay-deep);transform:translateY(-3px);box-shadow:0 8px 25px rgba(166,55,31,.4)}.btn-secondary{background:transparent;color:var(--charcoal);border:2px solid var(--clay)}.btn-secondary:hover{background:var(--clay);color:#fff;transform:translateY(-3px)}.btn-outline{background:transparent;color:var(--clay);border:2px solid var(--clay);padding:.8rem 1.5rem;border-radius:25px}.btn-outline:hover{background:var(--clay);color:#fff;transform:translateY(-2px)}.hero-features{display:flex;gap:2rem}.feature{display:flex;align-items:center;gap:.5rem;color:var(--text-light)}.feature i{color:var(--clay);font-size:1.2rem}.hero-image{text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.hero-image img:hover{transform:perspective(1000px) rotateY(0deg)}.featured-products{padding:5rem 0;background:var(--pure-white)}.section-title{text-align:center;font-size:2.5rem;color:var(--charcoal);margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--clay);border-radius:2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px var(--shadow);transition:all .3s ease;text-align:center;padding-bottom:2rem}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.product-card img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.product-card h3{font-size:1.5rem;color:var(--charcoal);margin:1.5rem 0 1rem;font-weight:600}.product-card p{color:var(--text-light);margin-bottom:1rem;padding:0 1.5rem}.price{display:block;font-size:1.3rem;font-weight:700;color:var(--gold);margin-bottom:1.5rem}.testimonials{padding:5rem 0;background:linear-gradient(135deg,var(--cream) 0,var(--paper) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px var(--shadow);text-align:center}.stars{color:var(--gold-bright);font-size:1.2rem;margin-bottom:1rem}.testimonial p{font-style:italic;color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.customer{display:flex;align-items:center;justify-content:center;gap:1rem}.customer img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.customer h4{color:var(--charcoal);font-weight:600}.customer span{color:var(--text-light);font-size:.9rem}.trust-badges{padding:3rem 0;background:var(--pure-white)}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.badge{display:flex;flex-direction:column;align-items:center;gap:1rem}.badge img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.badge span{font-weight:600;color:var(--charcoal)}.newsletter{padding:4rem 0;background:var(--clay);color:#fff;text-align:center}.newsletter-content h2{font-size:2.5rem;margin-bottom:1rem}.newsletter-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;justify-content:center;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:1rem;border:none;border-radius:25px;font-size:1rem;outline:none}.newsletter-form button{background:var(--gold);border:none;padding:1rem 2rem;border-radius:25px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:var(--gold-deep);transform:translateY(-2px)}.footer{background:var(--charcoal);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-logo img{width:40px;height:40px}.footer-logo h3{color:var(--gold);font-family:var(--font-script);font-weight:700;font-size:1.6rem}.footer-section p{color:var(--text-on-dark);line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:var(--clay);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:var(--clay-deep);transform:translateY(-3px)}.footer-section h4{color:var(--clay);margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-on-dark);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--clay)}.contact-info p{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;color:var(--text-on-dark)}.contact-info i{color:var(--clay);width:20px}.whatsapp-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;margin-top:1rem;transition:all .3s ease}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--line-dark);padding-top:1rem;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-on-dark);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--clay)}.whatsapp-float{position:fixed;bottom:20px;right:90px;z-index:1000}.whatsapp-float a{width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;box-shadow:0 4px 15px rgba(37,211,102,.3);transition:all .3s ease;animation:pulse 2s infinite}.whatsapp-float a:hover{background:#128c7e;transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.7)}70%{box-shadow:0 0 0 10px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.back-to-top{position:fixed;bottom:20px;left:20px;width:50px;height:50px;background:var(--clay);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:1000;transition:all .3s ease}.back-to-top:hover{background:var(--clay-deep);transform:translateY(-3px)}.bottom-tabbar{display:none}.bottom-tabbar-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1;padding:.4rem 0;color:var(--text-light);text-decoration:none;font-size:.7rem;font-weight:600}.bottom-tabbar-item.active{color:var(--clay)}.bottom-tabbar-icon{position:relative;font-size:1.15rem}.bottom-tabbar-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:var(--gold-deep);color:#fff;font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width:1300px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--paper);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}}@media (max-width:768px){.nav-container{padding:0 15px}.nav-logo h2{font-size:1.5rem}.bottom-tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;height:60px;background:var(--pure-white);border-top:1px solid var(--line);box-shadow:0 -2px 15px var(--shadow);z-index:2000}body{padding-bottom:60px}.back-to-top,.whatsapp-float{bottom:80px}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-buttons,.hero-features{justify-content:center}.footer-bottom,.newsletter-form{flex-direction:column;gap:1rem}.footer-bottom{text-align:center}.footer-links{justify-content:center}}@media (max-width:480px){.nav-container{padding:0 10px}.nav-logo{gap:8px;max-width:60%}.nav-logo h2{font-size:1.3rem}.nav-logo .logo{height:35px;width:35px}.hero-text h1,.section-title{font-size:2rem}.hero-buttons{flex-direction:column;gap:1rem}.products-grid,.testimonials-grid{grid-template-columns:1fr}.badges-grid{grid-template-columns:repeat(2,1fr)}}html{scroll-behavior:smooth}.loading{opacity:0;animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card,.testimonial{transition:all .3s cubic-bezier(.25,.8,.25,1)}.hero-image img{transition:all .5s cubic-bezier(.25,.8,.25,1)}.btn:focus,.nav-link:focus,input:focus{outline:2px solid var(--clay);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--clay);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--clay-deep)}.legal-page{max-width:1000px;margin:0 auto;padding:2rem 1rem}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--clay)}.legal-header h1{color:var(--clay-deep);font-size:2.5rem;margin-bottom:.5rem}.last-updated{color:var(--text-light);font-style:italic;font-size:1.1rem}.legal-content{line-height:1.8;color:var(--charcoal)}.legal-section{margin-bottom:3rem}.legal-section h2{color:var(--clay-deep);font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.legal-section h3{color:var(--clay);font-size:1.2rem;margin:1.5rem 0 .75rem}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{margin-bottom:.5rem}.legal-section strong{color:var(--clay-deep)}.legal-section p{margin-bottom:1rem}.contact-info{background:var(--paper);padding:1.5rem;border-radius:8px;margin:1rem 0;border-left:4px solid var(--clay)}.contact-info h3{color:var(--clay-deep);margin-bottom:1rem}.contact-info p{margin-bottom:.5rem}@media (max-width:768px){.legal-page{padding:1rem .5rem}.legal-header h1{font-size:2rem}.legal-section ul{padding-left:1.5rem}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.border{border-width:1px}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--background:#fff;--foreground:#171717;color-scheme:light}body{background:var(--background);color:var(--foreground)}