:root{--color-bg: #fcfbf9;--color-text: #1c1b1a;--color-primary: #dce5c5;--color-accent: #e85d04;--color-yellow: #f4e245;--color-dark: #202d22;--color-border: #e5e4e2;--color-whatsapp: #25d366;--font-sans: "Inter", system-ui, sans-serif;--font-serif: "Playfair Display", serif;--header-h: 180px;--container-max: 1440px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}.main-content{padding-top:16px}@media(max-width:768px){.main-content{padding-top:8px}}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.1;margin-bottom:var(--sp-sm)}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}img{max-width:100%;height:auto;display:block;object-fit:cover}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--sp-md)}@media(max-width:768px){.container{padding:0 var(--sp-sm)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;text-align:center;gap:.5rem}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--color-text);color:var(--color-bg)}.btn-accent{background-color:var(--color-accent);color:#fff}.btn-whatsapp{background-color:var(--color-whatsapp);color:#fff}.btn-outline{border:1px solid var(--color-border);color:var(--color-text)}.btn-outline:hover{border-color:var(--color-text)}.btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.editorial-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--sp-sm);padding:var(--sp-md) 0}@media(max-width:1024px){.editorial-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.editorial-grid{grid-template-columns:1fr;display:flex;flex-direction:column}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;border-radius:4px;background-color:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.05em}.site-header{position:sticky;top:0;z-index:1000;background-color:#fff;transition:all .3s ease}.top-bar{background-color:#0f8a3c;color:#fff;font-size:.75rem;padding:.35rem 0;font-weight:500}.top-bar-inner{display:flex;justify-content:space-between;align-items:center}.top-select{background:transparent;color:#fff;border:none;font-size:.75rem;margin-left:1rem;cursor:pointer;outline:none}.main-header{background-color:#fff;border-bottom:1px solid var(--color-border);padding:.85rem 0;box-shadow:0 1px 3px #00000005}.main-header-inner{display:flex;justify-content:space-between;align-items:center;gap:2.5rem}.header-logo .logo-text{font-family:var(--font-serif);font-size:1.85rem;font-weight:900;letter-spacing:-.02em;color:var(--color-text);line-height:.9}.header-logo .logo-sub{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#0f8a3c;text-transform:uppercase;margin-top:.15rem}.header-search{flex:1;max-width:540px}.search-input{border:1px solid #eee;background-color:#f9f9f9;font-size:.9375rem;padding:.75rem 3.5rem .75rem 1.25rem}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:nowrap}.action-icons{display:flex;align-items:center;gap:12px}.icon-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:transparent;color:var(--color-text);border:none;cursor:pointer;position:relative;transition:background .2s}.icon-btn:hover{background:#0000000d}.icon-btn svg{width:20px;height:20px}.cart-badge{position:absolute;top:0;right:0;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:800;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #fff}.header-cta{height:40px;padding:0 20px;border-radius:999px;font-weight:700;white-space:nowrap;font-size:.9375rem;display:inline-flex;align-items:center}.mobile-only{display:none}.nav-bar{background-color:#fff;border-bottom:1px solid #f0f0f0}.nav-bar-inner{display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;align-items:center;gap:2.5rem;margin:0 auto}.nav-link{font-weight:600;font-size:.875rem;color:#444;padding:1.15rem .25rem;transition:color .2s;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover{color:#0f8a3c}.nav-info .info-text{font-weight:700;font-size:.875rem;color:#0f8a3c}.categories-btn{background-color:#fcfbf9;padding:1.15rem 1.5rem;color:var(--color-text);border-right:1px solid #eee;display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:.8125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.hero-section{padding:1rem 0 5rem;background-color:var(--color-bg);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:5rem}.hero-badge{display:inline-block;background:#e8f3eb;color:#0f8a3c;padding:.4rem .8rem;border-radius:4px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;animation:fadeInScale .6s ease forwards}.hero-main-title{font-family:var(--font-serif);font-size:4rem;line-height:1.1;font-weight:900;color:var(--color-dark);margin-bottom:1.5rem;animation:fadeInUp .8s ease forwards}.hero-main-title .text-secondary{color:#0f8a3c;font-style:italic}.hero-description{font-size:1.25rem;color:#555;line-height:1.6;max-width:580px;margin-bottom:2rem;animation:fadeInUp .8s ease .1s forwards;opacity:0}.hero-bullets{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:.75rem;animation:fadeInUp .8s ease .2s forwards;opacity:0}.hero-bullets li{display:flex;align-items:center;gap:.75rem;font-weight:500;color:var(--color-text)}.bullet-icon{color:#0f8a3c;font-weight:900}.hero-ctas{display:flex;gap:1.25rem;margin-bottom:3rem;animation:fadeInUp .8s ease .3s forwards;opacity:0}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-outline{background:transparent;border:2px solid var(--color-dark);color:var(--color-dark)}.btn-outline:hover{background:var(--color-dark);color:#fff}.hero-trust-row{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .8s ease .4s forwards;opacity:0}.trust-chip{background:#fff;border:1px solid #eee;padding:.5rem 1rem;border-radius:50px;font-size:.8125rem;font-weight:600;color:#666;box-shadow:0 2px 4px #00000005}.hero-visual-side{position:relative;animation:fadeInScale 1s ease .2s forwards;opacity:0}.visual-wrapper{position:relative;border-radius:30px;overflow:visible}.hero-main-img{width:100%;aspect-ratio:1/1.1;object-fit:cover;border-radius:30px;box-shadow:20px 20px 60px #0000001a}.visual-float-card{position:absolute;bottom:30px;left:-40px;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:240px;border-left:6px solid #0F8A3C}.card-lbl{display:block;font-size:.65rem;font-weight:800;text-transform:uppercase;color:#999;letter-spacing:.1em;margin-bottom:.25rem}.visual-float-card p{font-weight:700;font-size:.9375rem;line-height:1.3;color:var(--color-dark)}.visual-badge{position:absolute;top:30px;right:-20px;background:var(--color-accent);color:#fff;padding:.75rem 1.25rem;border-radius:50px;font-weight:800;font-size:.875rem;transform:rotate(5deg);box-shadow:0 5px 15px #e85d0466}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.category-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid transparent;box-shadow:0 4px 6px #00000005}.category-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000000f;border-color:#eee}.cat-card-img{font-size:3rem;margin-bottom:1.5rem;line-height:1}.cat-card-info h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-dark)}.cat-card-info p{font-size:.9375rem;color:#888}.mosaic-accent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.mosaic-accent-item{padding:3rem 2.5rem;border-radius:20px;height:100%;display:flex;flex-direction:column}.accent-lbl{font-size:.7rem;font-weight:800;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.1em;opacity:.7}.mosaic-accent-item h3{font-size:1.75rem;margin-bottom:1.5rem;font-family:var(--font-serif)}.accent-yellow{background-color:var(--color-primary);color:var(--color-dark)}.accent-border{border:2px solid rgba(255,255,255,.1)}.accent-quote{background-color:#ffffff0d}.accent-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.accent-list li:before{content:"•";color:#0f8a3c;margin-right:.5rem;font-weight:900}.quote-meta{margin-top:auto;display:flex;flex-direction:column}.author-name{font-weight:700;color:#fff}.author-role{font-size:.8125rem;opacity:.6}.b2b-card{display:grid;grid-template-columns:1fr 340px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.b2b-content{padding:4rem}.b2b-lead{font-size:1.5rem;color:#444;margin-bottom:3rem}.b2b-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem}.b2b-feat h4{font-size:1rem;margin-bottom:.25rem}.b2b-feat p{font-size:.875rem;color:#777;line-height:1.4}.feat-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.b2b-actions{display:flex;align-items:center;gap:2rem}.link-text{font-weight:700;color:#0f8a3c}.b2b-faq-side{background:#fcfbf9;padding:4rem 3rem;border-left:1px solid #f0f0f0}.faq-mini{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.faq-mini-item h5{font-size:.9375rem;margin-bottom:.5rem;color:var(--color-dark)}.faq-mini-item p{font-size:.8125rem;color:#888;line-height:1.5}.delivery-quick-info{background:#e8f3eb;border-radius:20px;padding:3rem;display:flex;align-items:center;gap:3rem}.dq-icon{font-size:4rem}.dq-text{flex:1}.dq-sub{font-weight:700;color:#0f8a3c;margin-top:.5rem}.carousel-container{position:relative;margin:2rem 0}.carousel-track{display:flex;overflow-x:auto;gap:1.25rem;padding:1rem 0;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 25%;scroll-snap-align:start}@media(max-width:1024px){.carousel-item{flex:0 0 33.333%}}@media(max-width:768px){.carousel-item{flex:0 0 50%}}@media(max-width:480px){.carousel-item{flex:0 0 85%}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;z-index:10;border:1px solid #f0f0f0;color:var(--color-dark);transition:all .2s}.carousel-arrow:hover{background:var(--color-dark);color:#fff}.carousel-arrow.left{left:-22px}.carousel-arrow.right{right:-22px}@media(max-width:768px){.carousel-arrow{display:none}}.product-card{background:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 15px #00000008;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:100%;max-width:100%;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000000f}.product-image{position:relative;aspect-ratio:4/3;background:#f8f8f8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1;min-height:150px}.product-name{font-family:var(--font-sans);font-size:1rem;font-weight:700;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.4em;line-height:1.2}.product-presentation{color:#888;font-size:.75rem;margin-bottom:.75rem}.product-price{margin-top:auto;margin-bottom:.75rem}.price-current{font-size:1.125rem;font-weight:800;color:var(--color-dark)}.product-actions{display:flex;gap:.5rem}.qty-selector{display:flex;align-items:center;border:1px solid #eee;border-radius:6px;background:#fafafa}.qty-selector button{width:28px;height:28px;font-size:1rem}.qty-selector span{width:24px;text-align:center;font-size:.8125rem;font-weight:600}.add-btn{flex:1;font-size:.8125rem;padding:.5rem;border-radius:6px}.contact-hero{padding:.5rem 0 3rem;background:linear-gradient(#dce5c566,#dce5c51a);border-radius:var(--border-radius);margin-bottom:2rem;text-align:center}.contact-hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;letter-spacing:-1px}.contact-hero .lead{max-width:700px;margin:0 auto 2rem;font-size:1.25rem;color:#444}.chip-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.chip-inline{background:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #00000005;display:flex;align-items:center;gap:.5rem}.contact-grid{display:grid;grid-template-columns:7fr 5fr;gap:2.5rem;margin-bottom:4rem}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:#fff;border-radius:var(--border-radius);padding:2.5rem;box-shadow:0 10px 40px #00000008;border:1px solid #f0f0f0;height:100%}.contact-card.primary{border-left:6px solid #25D366;display:flex;flex-direction:column}.contact-card h2{margin-bottom:1rem;font-size:1.75rem}.contact-card p{color:#666;margin-bottom:2rem}.contact-info-list{list-style:none;margin-top:auto;padding-top:2rem;border-top:1px dashed #eee}.contact-info-list li{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:center;font-weight:500}.contact-info-list .icon{width:40px;height:40px;background:#f8f8f8;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.form-card{background:#fafafa}.form-card h2{font-size:1.5rem;margin-bottom:.5rem}.form-card .subtitle{font-size:.875rem;color:#888;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.8125rem;font-weight:700;text-transform:uppercase;color:#888;margin-bottom:.5rem;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;background:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);outline:none}.form-note{font-size:.75rem;color:#aaa;margin-top:1rem;text-align:center}.faq-section{padding:4rem 0;border-top:1px solid #f0f0f0}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item h4{font-size:1.125rem;margin-bottom:.75rem;color:var(--color-dark)}.faq-item p{color:#666;line-height:1.6}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start;margin-bottom:4rem}.about-hero-content h1{font-size:4rem;font-weight:900;margin-bottom:1rem;line-height:1.1;letter-spacing:-2px}.about-hero-content .lead{font-size:1.25rem;color:#444;margin-bottom:2rem}.about-hero-image{position:relative;height:500px;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 20px 40px #0000001a}@media(max-width:1024px){.about-hero{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}.about-hero-image{height:350px}.about-hero-content h1{font-size:3rem}}.about-section{padding:5rem 0}.section-title-alt{text-align:center;margin-bottom:3.5rem}.section-title-alt h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.promise-card{background:#fff;padding:2.5rem;border-radius:var(--border-radius);border:1px solid #f0f0f0;text-align:center;transition:transform .3s}.promise-card:hover{transform:translateY(-5px)}.promise-card .icon-label{font-size:2.5rem;margin-bottom:1.5rem;display:block}.promise-card h3{margin-bottom:.75rem;font-size:1.25rem}.promise-card p{color:#666;font-size:.9375rem}@media(max-width:768px){.promise-grid{grid-template-columns:1fr}}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:4rem 0}.mv-card{padding:3rem;border-radius:var(--border-radius);background:#fff;border:1px solid #eee;display:flex;gap:2rem;align-items:flex-start;height:100%}.mv-card.mission{background:var(--color-light);border-color:#0000000d}.mv-card .icon{font-size:2rem;background:#fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.mv-card h3{font-size:1.5rem;margin-bottom:1rem}.mv-card p{line-height:1.7;color:#444}@media(max-width:900px){.mv-grid{grid-template-columns:1fr}.mv-card{padding:2rem;flex-direction:column;gap:1rem}}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-mini-card{background:#fdfdfd;padding:1.5rem;border-radius:12px;border-bottom:3px solid var(--color-primary);text-align:center}.value-mini-card strong{display:block;margin-bottom:.5rem;color:var(--color-dark)}.value-mini-card span{font-size:.8125rem;color:#777}@media(max-width:1024px){.values-grid{grid-template-columns:1fr 1fr}}.delivery-conversion-block{background:var(--color-dark);color:#fff;border-radius:var(--border-radius);overflow:hidden;display:grid;grid-template-columns:6fr 4fr;margin-top:3rem}.delivery-conv-content{padding:4rem}.delivery-conv-img{overflow:hidden;height:100%}.delivery-conv-img img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.delivery-conversion-block{grid-template-columns:1fr}.delivery-conv-content{padding:2.5rem}.delivery-conv-img{height:250px}}.final-about-cta{padding:6rem 0;text-align:center;background:var(--color-light);border-radius:var(--border-radius);margin-top:5rem}.final-cta-banner{background:linear-gradient(#0006,#000000b3),url(https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;padding:8rem 0}.btn-xl{padding:1.25rem 3rem;font-size:1.25rem;border-radius:50px}.final-cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem}.opacity-80{opacity:.8}.mt-xl{margin-top:2rem}.section-padding{padding:4rem 0}@media(max-width:768px){.section-padding{padding:2.5rem 0}}@media(max-width:1200px){.hero-main-title{font-size:3.25rem}.hero-grid{gap:3rem}.b2b-content{padding:3rem}.b2b-faq-side{padding:3rem 2rem}}@media(max-width:991px){.hero-grid{grid-template-columns:1fr;gap:4rem;text-align:center}.hero-description,.hero-bullets{margin-left:auto;margin-right:auto}.hero-bullets li,.hero-ctas,.hero-trust-row{justify-content:center}.visual-float-card{left:0;right:0;margin:auto;bottom:-20px}.category-grid{grid-template-columns:repeat(2,1fr)}.mosaic-accent-grid,.b2b-card{grid-template-columns:1fr}.b2b-features{grid-template-columns:1fr;gap:1.5rem}.b2b-actions{flex-direction:column;gap:1rem}.b2b-faq-side{border-left:none;border-top:1px solid #f0f0f0}.delivery-quick-info{flex-direction:column;text-align:center;gap:1.5rem}.main-header-inner{flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem}.header-search{order:3;flex:1 1 100%;max-width:100%;margin-top:.5rem}.search-input{width:100%;border-radius:8px}.mobile-only{display:flex!important}.desktop-only{display:none!important}.header-actions{gap:8px}.header-cta{padding:0 12px;font-size:.8125rem;height:36px}}@media(max-width:768px){.hero-main-title{font-size:2.25rem}.hero-section{padding:2.5rem 0 4rem}.hero-badge{margin-bottom:1rem}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%}.final-cta-buttons{flex-direction:column;gap:1rem}}
