.header{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf8f5f2}.header .container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.5px;z-index:1001;line-height:1.2;display:inline-block;height:auto}.desktop-nav{display:flex;align-items:center;gap:8px}.desktop-nav a{padding:8px 16px;color:var(--text-medium);font-weight:500;font-size:.95rem;border-radius:8px;transition:all .3s ease;position:relative}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary);background:var(--beige-100)}.desktop-nav a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:30px;height:2px;background:var(--primary);border-radius:2px}.burger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;position:relative;align-self:center;flex-shrink:0}.burger-menu span{width:100%;height:3px;background:var(--primary);border-radius:3px;transition:all .3s ease;transform-origin:center;display:block}.burger-menu.active{opacity:0;pointer-events:none}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-nav{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:var(--white);box-shadow:-2px 0 10px #0000001a;z-index:1001;display:flex;flex-direction:column;padding:0;overflow-y:auto}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px;border-bottom:1px solid var(--border);background:var(--beige-100)}.mobile-nav-header h3{margin:0;font-size:1.25rem;color:var(--primary)}.close-menu{background:transparent;border:none;font-size:1.5rem;color:var(--text-dark);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-menu:hover{background:var(--beige-200);color:var(--primary)}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-list li{border-bottom:1px solid var(--border)}.mobile-nav-list a{display:block;padding:18px 20px;color:var(--text-dark);font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s ease;position:relative}.mobile-nav-list a:hover{background:var(--beige-100);color:var(--primary);padding-left:28px}.mobile-nav-list a.active{background:var(--beige-100);color:var(--primary);border-left:4px solid var(--primary);padding-left:16px}.mobile-nav-list a.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary)}@media (max-width: 1024px){.desktop-nav a{font-size:.9rem;padding:6px 12px}}@media (max-width: 768px){.desktop-nav{display:none}.burger-menu{display:flex;width:28px;height:22px}.logo{font-size:1.3rem;line-height:1.2}.header{padding:18px 0}}@media (max-width: 480px){.header{padding:16px 0}.logo{font-size:1.2rem;line-height:1.2}.mobile-nav{width:100%;max-width:100vw}.burger-menu{width:26px;height:20px}.burger-menu span{height:2.5px}}@media (max-width: 360px){.header{padding:14px 0}.logo{font-size:1.1rem;line-height:1.2}.burger-menu{width:24px;height:18px}.burger-menu span{height:2.5px}.mobile-nav{width:100%}}.footer{background:var(--beige-800);color:var(--beige-100);padding:50px 0;text-align:center;margin-top:80px}.footer p{color:var(--beige-200);margin:8px 0;font-size:.95rem}.footer .copyright{margin-top:24px;opacity:.7;font-size:.85rem}@media (max-width: 1024px){.footer{padding:45px 0}}@media (max-width: 768px){.footer{padding:40px 0;margin-top:60px}.footer p{font-size:.9rem;margin:6px 0}.footer .copyright{margin-top:20px;font-size:.8rem}}@media (max-width: 480px){.footer{padding:30px 0;margin-top:50px}.footer p{font-size:.85rem;margin:5px 0}.footer .copyright{margin-top:16px;font-size:.75rem}}@media (max-width: 360px){.footer{padding:24px 0}.footer p{font-size:.8rem}}.whatsapp-button{position:fixed;bottom:24px;right:24px;background:var(--whatsapp);color:#fff;padding:14px 20px;border-radius:50px;display:flex;align-items:center;gap:8px;font-weight:600;box-shadow:0 4px 20px #25d36666;z-index:9999;transition:all .3s ease}.whatsapp-button:hover{box-shadow:0 6px 25px #25d36680}.whatsapp-button svg{width:20px;height:20px}@media (max-width: 1024px){.whatsapp-button{bottom:22px;right:22px}}@media (max-width: 768px){.whatsapp-button{bottom:20px;right:20px;padding:14px 18px;font-size:.9rem;min-width:60px;min-height:60px;border-radius:50%;box-shadow:0 4px 20px #25d36680}.whatsapp-button span{display:none}.whatsapp-button svg{width:28px;height:28px}}@media (max-width: 480px){.whatsapp-button{bottom:16px;right:16px;padding:12px;min-width:56px;min-height:56px}.whatsapp-button svg{width:24px;height:24px}}@media (max-width: 360px){.whatsapp-button{bottom:12px;right:12px;min-width:52px;min-height:52px;padding:10px}.whatsapp-button svg{width:22px;height:22px}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section{padding:clamp(60px,8vh,100px) 0;scroll-margin-top:80px}.home-section .hero{background:var(--bg);padding:clamp(80px,12vh,120px) 0;text-align:center;border-bottom:1px solid var(--border)}.home-section .hero h1{margin-bottom:24px;color:var(--text-dark);line-height:1.2}.home-section .hero-description{font-size:1.25rem;max-width:800px;margin:0 auto 40px;color:var(--text-medium)}.home-section .hero-description strong{color:var(--primary)}.home-section .hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.home-section .features-section{padding:80px 0}.home-section .section-header{text-align:center;margin-bottom:60px}.home-section .section-header h2{margin-bottom:12px}.home-section .section-header p{color:var(--text-light);font-size:1.1rem}.home-section .about-section{padding:80px 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-section .about-card{background:var(--beige-100);padding:60px;border-radius:16px;border:1px solid var(--border)}.home-section .about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-section .about-content h2{color:var(--primary);margin-top:0;margin-bottom:20px}.home-section .about-content>div:first-child p{font-size:1.1rem;line-height:1.8}.home-section .about-content>div:first-child strong{color:var(--primary)}.home-section .about-features{display:flex;flex-direction:column;gap:24px}.home-section .feature-item{display:flex;align-items:flex-start;gap:16px}.home-section .feature-icon{font-size:2rem;line-height:1}.home-section .feature-item h4{margin:0 0 8px;color:var(--text-dark)}.home-section .feature-item p{margin:0;font-size:.95rem;color:var(--text-medium)}.about-page-section{background:var(--white)}.about-page-section .container{max-width:900px}.about-page-section h1{border-left:6px solid var(--primary);padding-left:24px;margin-bottom:40px}.about-page-section .subtitle{font-size:clamp(1rem,4vw,1.2rem);color:var(--primary);font-weight:500}.about-page-section .subtitle strong{color:var(--primary)}.about-page-section .hero-image{margin:40px 0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-page-section .hero-image img{width:100%;height:auto;display:block}.about-page-section .intro-text{font-size:1.15rem;margin-bottom:30px;line-height:1.8}.about-page-section .intro-text strong{color:var(--primary)}.about-page-section .values-section{background:var(--beige-100);padding:40px;border-radius:12px;border:1px solid var(--border);margin:40px 0}.about-page-section .values-section h2{margin-top:0;margin-bottom:24px;color:var(--text-dark)}.about-page-section .values-section ul{list-style:none;padding:0;line-height:2.2}.about-page-section .values-section li{font-size:1.05rem;margin-bottom:16px;padding-left:24px;position:relative}.about-page-section .values-section li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.2rem}.about-page-section .values-section strong{color:var(--text-dark)}.products-section{background:var(--bg)}.products-section .hero-description{max-width:800px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.products-section .hero-description strong{color:var(--primary)}.products-section .inventory-section{background:var(--beige-100);padding:50px;border-radius:12px;margin-top:60px;border:1px solid var(--border)}.products-section .inventory-section h2{margin-top:0;margin-bottom:16px}.products-section .inventory-section>p{margin-bottom:24px;font-size:1.05rem}.products-section .inventory-section>p strong{color:var(--primary)}.products-section .inventory-list{list-style:none;padding:0;columns:2;column-gap:40px;margin:30px 0}.products-section .inventory-list li{border-bottom:1px solid var(--border);break-inside:avoid;font-size:1.05rem;position:relative;padding:12px 0 12px 24px}.products-section .inventory-list li:before{content:"✔";position:absolute;left:0;color:var(--primary);font-weight:700}.products-section .note-box{background:var(--beige-200);padding:24px;border-left:5px solid var(--beige-500);border-radius:8px;margin-top:30px}.products-section .note-box p{margin:0;font-size:1.05rem;line-height:1.7;color:var(--beige-800)}.products-section .note-box strong{color:var(--beige-900)}.brands-section{background:var(--white)}.brands-section .section-header{text-align:center;margin-bottom:60px}.brands-section .section-header h1{margin-bottom:16px}.brands-section .section-header .subtitle{font-size:1.1rem;line-height:1.7;margin-bottom:8px}.brands-section .section-header .subtitle strong{color:var(--primary)}.brands-section .section-header .description{color:var(--text-light)}.brands-section .brand-card{padding:30px}.brands-section .brand-card img{margin-bottom:20px}.brands-section .divider{background:var(--border);height:1px;margin:20px 0}.brands-section .brand-card h3{margin:0;font-size:1.1rem;letter-spacing:1px;color:var(--text-dark)}.contact-section{background:var(--bg)}.contact-section .hero-description{max-width:800px;margin-bottom:50px;font-size:1.1rem;line-height:1.7}.contact-section .hero-description strong{color:var(--primary)}.contact-section .contact-card{text-align:left;padding:30px;display:flex;flex-direction:column;height:100%}.contact-section .contact-card h3{margin-top:0;margin-bottom:16px;display:flex;align-items:center;gap:8px}.contact-section .card-icon{font-size:1.5rem}.contact-section .contact-card p{margin-bottom:0;line-height:1.7;flex-grow:1}.contact-section .contact-card-action{margin-top:auto;padding-top:16px}.contact-section .contact-card-btn{height:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin-top:0;flex-shrink:0}@media (max-width: 768px){.contact-section .contact-card-btn{height:44px}}.contact-section .form-section{max-width:600px;margin:60px auto;padding:40px;border:1px solid var(--border);border-radius:12px;background:var(--white);box-shadow:0 5px 15px #0000000d}.contact-section .form-section h2{text-align:center;margin-bottom:30px}.contact-section .form-section form div{margin-bottom:20px;position:relative}.form-message{padding:14px 18px;border-radius:8px;margin-bottom:20px;font-weight:500;font-size:.95rem;text-align:center}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-section .form-section input.error,.contact-section .form-section textarea.error{border-color:#dc3545;background-color:#fff5f5}.contact-section .form-section input.error:focus,.contact-section .form-section textarea.error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.error-message{display:block;color:#dc3545;font-size:.875rem;margin-top:6px;margin-bottom:0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.contact-section .form-section button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-section .form-section button:disabled:hover{transform:none;box-shadow:none}@media (max-width: 768px){.form-message{font-size:.9rem;padding:12px 16px}.error-message{font-size:.8rem}}.contact-section .map-section{margin-top:60px}.contact-section .map-section h2{margin-bottom:24px}.contact-section .map-container{border:1px solid var(--border);border-radius:12px;overflow:hidden;height:450px;box-shadow:0 2px 10px #0000000d;position:relative;background:var(--beige-100)}.contact-section .map-container iframe{width:100%;height:100%;display:block;border:none;min-height:450px}@media (max-width: 1024px){.section{padding:clamp(50px,7vh,80px) 0}.home-section .hero{padding:clamp(60px,10vh,100px) 0}.home-section .about-content{gap:50px}.home-section .about-card{padding:50px}.home-section .features-section,.home-section .about-section{padding:60px 0}.products-section .inventory-list{columns:2;column-gap:30px}.contact-section .form-section{padding:35px 30px}}@media (max-width: 968px){.home-section .about-content{grid-template-columns:1fr;gap:40px}.home-section .about-card{padding:40px}.products-section .inventory-list{columns:1}}@media (max-width: 768px){.section{padding:40px 0;scroll-margin-top:70px}.home-section .hero{padding:50px 0 40px}.home-section .hero h1{font-size:1.75rem;margin-bottom:20px}.home-section .hero-description{font-size:1rem;margin-bottom:30px}.home-section .hero-buttons{flex-direction:column;width:100%;gap:12px}.home-section .hero-buttons .btn{width:100%}.home-section .features-section,.home-section .about-section{padding:50px 0}.home-section .section-header{margin-bottom:40px}.home-section .section-header h2{font-size:1.5rem}.home-section .about-card{padding:30px 20px}.home-section .about-content{gap:30px}.home-section .feature-item{flex-direction:column;gap:12px;text-align:center}.about-page-section h1{font-size:1.75rem;padding-left:16px;margin-bottom:30px}.about-page-section .intro-text{font-size:1rem}.about-page-section .values-section{padding:30px 20px}.about-page-section .values-section li{font-size:1rem;line-height:1.6}.products-section .hero-description{font-size:1rem;margin-bottom:30px}.products-section .inventory-list{columns:1}.products-section .inventory-section{padding:30px 20px}.products-section .inventory-list li{font-size:1rem;padding:10px 0 10px 20px}.products-section .note-box{padding:20px;font-size:.95rem}.brands-section .section-header{margin-bottom:40px}.brands-section .section-header h1{font-size:1.75rem}.contact-section .hero-description{font-size:1rem;margin-bottom:40px}.contact-section .form-section{padding:30px 20px;margin:40px auto}.contact-section .form-section h2{font-size:1.5rem;margin-bottom:24px}.contact-section .map-section{margin-top:40px}.contact-section .map-section h2{font-size:1.5rem;margin-bottom:20px}.contact-section .map-container{height:300px}.contact-section .map-container iframe{min-height:300px}}@media (max-width: 480px){.section{padding:30px 0;scroll-margin-top:60px}.home-section .hero{padding:40px 0 30px}.home-section .hero h1{font-size:1.5rem;line-height:1.3}.home-section .hero-description{font-size:.95rem}.home-section .features-section,.home-section .about-section{padding:40px 0}.home-section .about-card{padding:24px 16px}.about-page-section .hero-image{margin:30px 0}.about-page-section .values-section,.products-section .inventory-section,.contact-section .form-section{padding:24px 16px}.contact-section .map-container{height:250px}.contact-section .map-container iframe{min-height:250px}}@media (max-width: 360px){.section{padding:24px 0}.home-section .hero{padding:32px 0 24px}.home-section .hero h1{font-size:1.35rem}.home-section .hero-description{font-size:.9rem}.card{padding:16px 12px}.contact-section .form-section{padding:20px 12px}.contact-section .map-container{height:200px}.contact-section .map-container iframe{min-height:200px}}@media (min-width: 1400px){.container{max-width:1320px}.home-section .hero{padding:clamp(100px,15vh,140px) 0}.section{padding:clamp(80px,10vh,120px) 0}}:root{--beige-50: #faf8f5;--beige-100: #f5f1ea;--beige-200: #e8e0d3;--beige-300: #d4c7b5;--beige-400: #b8a68f;--beige-500: #9d8a73;--beige-600: #7a6b5a;--beige-700: #5d5144;--beige-800: #3f3730;--beige-900: #2a241f;--primary: #8b7355;--primary-light: #a68d6f;--primary-dark: #6b5a42;--whatsapp: #25D366;--text-dark: #2a241f;--text-medium: #5d5144;--text-light: #7a6b5a;--border: #e8e0d3;--bg: #faf8f5;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text-dark);line-height:1.6;padding-bottom:80px}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 1024px){.container{width:92%;padding:0 18px}}@media (max-width: 768px){.container{width:95%;padding:0 16px}}@media (max-width: 480px){.container{width:100%;padding:0 12px}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-dark)}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}p{color:var(--text-medium);line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:50px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;background:var(--primary);color:#fff;min-height:44px;-webkit-tap-highlight-color:transparent}.btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #8b73554d}.btn:active{transform:translateY(0)}@media (max-width: 768px){.btn{padding:12px 24px;font-size:.95rem;width:100%;max-width:100%}}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.badge{display:inline-block;padding:6px 16px;background:var(--beige-200);color:var(--beige-800);border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:40px 0}@media (max-width: 1024px){.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}}@media (max-width: 768px){.grid{grid-template-columns:1fr;gap:20px;margin:30px 0}}@media (max-width: 480px){.grid{gap:16px;margin:24px 0}}.card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:30px;transition:all .3s ease;text-align:center}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:var(--beige-300)}.card img{width:100%;height:220px;object-fit:contain;margin-bottom:20px;border-radius:8px}.card h3{margin-bottom:12px;color:var(--text-dark)}.card p{font-size:.95rem;line-height:1.6}input,textarea,select{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:16px;background:var(--white);color:var(--text-dark);transition:all .3s ease;margin-bottom:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:44px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b73551a}@media (max-width: 768px){input,textarea,select{font-size:16px;padding:12px 14px}}label{display:block;font-weight:500;margin-bottom:8px;color:var(--text-dark)}@media (max-width: 1024px){.card{padding:28px 24px}}@media (max-width: 768px){body{padding-bottom:100px}a,button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.card{padding:24px 20px}.card img{height:200px;margin-bottom:16px}}@media (max-width: 480px){.card{padding:20px 16px}.card img{height:180px}}
