@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--gold:#d2ba75;--gold-light:#e5d5a0;--gold-dark:#b39b5c;--gold-glow:#d2ba7540;--green-darkest:#081a0f;--green-darker:#0c2415;--green-dark:#12361e;--green-medium:#1a4a28;--green-light:#245535;--text-primary:#f5f0e6;--text-secondary:#c5bb9e;--text-muted:#8a8070;--card-bg:#163d23a6;--card-border:#d2ba751f;--card-shadow:0 4px 24px #00000059;--overlay-dark:#081a0fb3;--overlay-medium:#12361e8c;--font-heading:"Playfair Display", "Georgia", serif;--font-body:"Inter", -apple-system, "Segoe UI", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast:all .15s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:16px}body{font-family:var(--font-body);background-color:var(--green-darkest);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.landing{background:radial-gradient(ellipse at 50% 30%, #1a4a2880 0%, transparent 70%), linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 24px;display:flex;position:relative;overflow:hidden}.landing:before,.landing:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.4;width:120px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.landing:before{top:20%}.landing:after{bottom:20%}.landing-logo{filter:drop-shadow(0 4px 20px #d2ba7526);width:min(320px,80vw);height:auto;margin-bottom:16px;animation:1s ease-out fadeInScale}.landing-subtitle{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.5px;margin-bottom:48px;font-size:1.05rem;font-style:italic;font-weight:400;animation:1s ease-out .3s both fadeInUp}.landing-btn{font-family:var(--font-heading);letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);border:1.5px solid var(--gold);border-radius:var(--radius-xl);transition:var(--transition);background:#d2ba750f;justify-content:center;align-items:center;padding:16px 56px;font-size:1.15rem;font-weight:600;animation:1s ease-out .6s both fadeInUp;display:inline-flex;position:relative;overflow:hidden}.landing-btn:before{content:"";background:linear-gradient(90deg,#0000,#d2ba751f,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}.landing-btn:active{background:#d2ba751f;transform:scale(.96)}.landing-footer{color:var(--text-muted);letter-spacing:.3px;font-size:.75rem;animation:1s ease-out 1s both fadeIn;position:absolute;bottom:24px}.landing-hamburger{z-index:50;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(8px);cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#081a0f99;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;animation:.8s ease-out .6s both fadeIn;display:flex;position:fixed;top:18px;left:18px}.landing-hamburger span{background:var(--gold);width:18px;height:1.5px;transition:var(--transition-fast);border-radius:2px}.landing-hamburger:active{background:#d2ba7526;transform:scale(.92)}.fab-stack{z-index:50;flex-direction:column;gap:12px;animation:.8s ease-out .8s both fadeIn;display:flex;position:fixed;bottom:24px;right:18px}.fab{background:linear-gradient(135deg, var(--green-medium) 0%, var(--green-dark) 100%);width:56px;height:56px;color:var(--gold);border:1.5px solid var(--gold);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 20px #0006,inset 0 0 0 1px #d2ba751a}.fab svg{width:26px;height:26px}.fab:active{background:linear-gradient(135deg, var(--green-light) 0%, var(--green-medium) 100%);transform:scale(.92)}.fab:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000080,inset 0 0 0 1px #d2ba7533}#fab-whatsapp{color:#25d366;border-color:#25d36699}#fab-whatsapp:hover{border-color:#25d366}.wa-popup{z-index:100;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.wa-popup.open{opacity:1;pointer-events:auto}.wa-popup-backdrop{-webkit-backdrop-filter:blur(4px);background:#0009;position:absolute;inset:0}.wa-popup-box{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darker) 100%);border:1px solid var(--card-border);border-radius:var(--radius-lg);width:min(90vw,380px);padding:28px 24px 24px;transition:transform .25s;position:relative;transform:scale(.94);box-shadow:0 24px 60px #0009}.wa-popup.open .wa-popup-box{transform:scale(1)}.wa-popup-close{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;top:12px;right:12px}.wa-popup-close:active{color:var(--gold);background:#d2ba751a}.wa-popup-title{font-family:var(--font-heading);color:var(--gold);text-align:center;margin-bottom:4px;font-size:1.2rem;font-weight:600}.wa-popup-subtitle{color:var(--text-muted);text-align:center;margin-bottom:20px;font-size:.85rem}.wa-popup-list{flex-direction:column;gap:10px;display:flex}.wa-popup-item{border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition-fast);background:#25d36614;border:1px solid #25d3664d;align-items:center;gap:14px;padding:14px 16px;display:flex}.wa-popup-item:active{background:#25d36626;transform:scale(.97)}.wa-popup-item-icon{color:#25d366;flex-shrink:0;width:26px;height:26px}.wa-popup-item-text{flex-direction:column;flex:1;gap:2px;display:flex}.wa-popup-item-number{letter-spacing:.5px;font-size:1rem;font-weight:600}.wa-popup-item-label{color:var(--text-muted);font-size:.78rem}.drawer-overlay{z-index:99;-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{z-index:100;background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);border-right:1px solid var(--card-border);flex-direction:column;width:min(85vw,340px);height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 30px #00000080}.drawer.open{transform:translate(0)}.drawer-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);z-index:1;background:#081a0f80;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:12px;right:12px}.drawer-close:active{color:var(--gold);background:#d2ba7526}.drawer-header{border-bottom:1px solid var(--card-border);justify-content:center;align-items:center;padding:32px 24px 16px;display:flex}.drawer-logo{opacity:.95;width:140px;height:auto}.drawer-body{flex-direction:column;gap:28px;padding:24px;display:flex}.drawer-section-label{font-family:var(--font-heading);color:var(--gold);text-transform:uppercase;letter-spacing:1.2px;align-items:center;gap:8px;margin-bottom:10px;font-size:.78rem;font-weight:600;display:flex}.drawer-section-text{color:var(--text-primary);white-space:pre-line;font-size:.95rem;line-height:1.55}.drawer-phone-list{flex-direction:column;gap:10px;display:flex}.drawer-phone-item{border:1px solid var(--card-border);border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition-fast);background:#d2ba750f;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.drawer-phone-item:active{background:#d2ba7526;transform:scale(.98)}.drawer-phone-number{letter-spacing:.5px;font-size:.95rem;font-weight:500}.drawer-phone-label{color:var(--text-muted);border:1px solid var(--card-border);background:#d2ba751a;border-radius:999px;padding:3px 8px;font-size:.75rem}.header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background:#0c2415eb;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.header-back{width:40px;height:40px;color:var(--gold);transition:var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.header-back:active{background:#d2ba751a;transform:scale(.92)}.header-logo{opacity:.85;width:auto;height:32px;margin-left:auto}.header-title{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1.1rem;font-weight:600;overflow:hidden}.categories-page{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);min-height:100dvh}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;animation:.6s ease-out fadeIn;display:grid}.category-card{border-radius:var(--radius-lg);aspect-ratio:1/1.1;cursor:pointer;transition:var(--transition);box-shadow:var(--card-shadow);position:relative;overflow:hidden}.category-card:active{transform:scale(.96)}.category-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.category-card:active .category-card-img{transform:scale(1.05)}.category-card-overlay{background:linear-gradient(#081a0f33 0%,#081a0fbf 100%);justify-content:center;align-items:flex-end;padding:20px 12px;display:flex;position:absolute;inset:0}.category-card-name{font-family:var(--font-heading);color:var(--gold-light);text-align:center;text-shadow:0 2px 8px #00000080;letter-spacing:.5px;font-size:1.05rem;font-weight:600;line-height:1.3}.category-card{animation:.5s ease-out both fadeInUp}.category-card:first-child{animation-delay:50ms}.category-card:nth-child(2){animation-delay:.1s}.category-card:nth-child(3){animation-delay:.15s}.category-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5){animation-delay:.25s}.category-card:nth-child(6){animation-delay:.3s}.category-card:nth-child(7){animation-delay:.35s}.category-card:nth-child(8){animation-delay:.4s}.category-card:nth-child(9){animation-delay:.45s}.category-card:nth-child(10){animation-delay:.5s}.products-page{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);min-height:100dvh}.products-list{flex-direction:column;gap:16px;padding:16px;animation:.6s ease-out fadeIn;display:flex}.product-card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.product-card.landscape .product-card-img-wrap{width:100%;height:200px;overflow:hidden}.product-card.landscape .product-card-img{object-fit:cover;width:100%;height:100%}.product-card.landscape .product-card-info{padding:16px}.product-card.portrait{flex-direction:row;display:flex}.product-card.portrait .product-card-img-wrap{flex-shrink:0;width:38%;min-height:160px;overflow:hidden}.product-card.portrait .product-card-img{object-fit:cover;width:100%;height:100%}.product-card.portrait .product-card-info{flex-direction:column;flex:1;justify-content:center;padding:16px;display:flex}.product-card-name{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:6px;font-size:1.1rem;font-weight:600;line-height:1.3}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-price{font-family:var(--font-heading);color:var(--gold);letter-spacing:.3px;font-size:1.15rem;font-weight:700}.product-card.no-image .product-card-info{padding:20px 16px}.product-card{animation:.4s ease-out both fadeInUp}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 24px;display:flex}.spinner{border:2.5px solid #d2ba7526;border-top-color:var(--gold);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.loading-text{color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.empty-state-icon{opacity:.4;margin-bottom:16px;font-size:3rem}.empty-state-text{color:var(--text-muted);font-size:1rem;font-family:var(--font-heading)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=600px){.landing-logo{width:360px}.landing-subtitle{font-size:1.15rem}.landing-btn{padding:18px 64px;font-size:1.25rem}.categories-grid{gap:16px;max-width:600px;margin:0 auto;padding:20px}.products-list{max-width:600px;margin:0 auto;padding:20px}.product-card.landscape .product-card-img-wrap{height:260px}}@media (width>=900px){.categories-grid,.products-list{max-width:680px}}
