.hero-section{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0}.hero-bg-image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.3;filter:blur(20px)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom right,var(--background) / 90,var(--surface) / 95,var(--background) / 90)}.hero-orbs{position:absolute;inset:0;overflow:hidden}.hero-orb{position:absolute;border-radius:9999px;animation:pulse-slow infinite}.hero-orb-1{top:0;right:0;width:600px;height:600px;background:var(--primary-color) / .2;animation-delay:0s}.hero-orb-2{bottom:0;left:0;width:500px;height:500px;background:var(--secondary-color) / .15;animation-delay:1.5s}.hero-grid{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle,var(--text-primary) 1px,transparent 1px);background-size:40px 40px}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1.5rem;padding-right:1.5rem;max-width:64rem;text-align:center;padding-top:5rem}.hero-logo-wrapper{position:relative;margin-bottom:2.5rem}.hero-logo-glow{position:absolute;inset:0;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:9999px;opacity:.4;filter:blur(40px);transition:opacity .5s}.hero-logo-container{position:relative;width:12rem;height:12rem;border-radius:9999px;background:var(--background);padding:.75rem;box-shadow:0 25px 50px -12px var(--primary-glow)}@media(min-width:768px){.hero-logo-container{width:16rem;height:16rem}}@media(min-width:1024px){.hero-logo-container{width:18rem;height:18rem}}.hero-logo{width:100%;height:100%;object-fit:contain;border-radius:9999px}.hero-title{margin-bottom:1.5rem;font-size:3rem;font-weight:900;letter-spacing:-.05em}@media(min-width:768px){.hero-title{font-size:4.5rem}}@media(min-width:1024px){.hero-title{font-size:5rem}}.hero-subtitle{font-size:.875rem;color:var(--text-muted);letter-spacing:.3em;text-transform:uppercase;margin-bottom:2.5rem}.hero-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem}.hero-divider-line{width:3rem;height:1px}.hero-divider-line-left{background:linear-gradient(to right,transparent,var(--primary-color))}.hero-divider-line-right{background:linear-gradient(to left,transparent,var(--secondary-color))}.hero-divider-dot{width:.5rem;height:.5rem;border-radius:9999px}.hero-tagline{font-size:1.125rem;color:var(--text-secondary);margin-bottom:4rem;max-width:42rem;line-height:1.75}@media(min-width:768px){.hero-tagline{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:28rem;margin-left:auto;margin-right:auto}.whatsapp-button{background-color:#25d366;color:#0f0f1a;padding:1rem 2rem;font-weight:800;font-size:1.125rem;border-radius:.375rem;border:2px solid #25D366;display:block;width:100%;text-align:center;white-space:nowrap;transition:all .3s ease}.whatsapp-button:hover{background-color:#3ce67a;border-color:#3ce67a;transform:translateY(-6px);box-shadow:0 20px 40px #25d36666}.whatsapp-button-content{display:flex;align-items:center;justify-content:center;gap:.75rem}.whatsapp-icon{width:1.5rem;height:1.5rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:none}@media(min-width:768px){.scroll-indicator{display:block}}.scroll-indicator svg{width:1.5rem;height:1.5rem;color:var(--text-muted)}.menu-main{width:100%;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.menu-main{padding-top:4rem;padding-bottom:4rem}}.category-nav{position:sticky;top:0;z-index:40;width:100%;min-height:50px;padding-top:2rem;padding-bottom:2rem}.category-nav-inner{width:100%;overflow-x:auto;scrollbar-width:none}.category-nav-list{display:flex;align-items:center;gap:.75rem;padding-left:0;padding-right:1rem;min-width:max-content;margin-left:auto;margin-right:auto}@media(min-width:768px){.category-nav-list{padding-left:1rem}}.category-nav-item{flex-shrink:0;height:50px;display:flex;align-items:center;color:var(--text-primary);font-weight:700;font-size:1.125rem;white-space:nowrap;transition:all .2s}.category-nav-item:hover{color:var(--primary-color);transform:translateY(-.25rem)}.category-nav-item:active{transform:scale(.95)}.menu-content-container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:block}.category-section{width:100%;padding-left:0;padding-right:0;padding-top:4rem;padding-bottom:5rem;scroll-margin-top:7rem}@media(min-width:768px){.category-section{padding:5rem 1rem 6rem}}@media(min-width:1024px){.category-section{padding-top:6rem;padding-bottom:7rem}}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.category-title{font-size:1.875rem;font-weight:800;color:var(--text-primary)}@media(min-width:768px){.category-title{font-size:2.25rem}}.category-divider{flex:1;height:1px;background:linear-gradient(to right,var(--primary-color) / .5,transparent);border-radius:9999px}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-items:center}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.empty-state{text-align:center;padding:5rem;background:var(--surface) / .5;border:1px solid var(--border-subtle);border-radius:16px}.empty-state-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.empty-state-text{font-size:1.125rem;color:var(--text-secondary)}.error-state{width:100%;padding-left:0;padding-right:0;padding-top:5rem;padding-bottom:5rem;text-align:center}.error-state-icon{font-size:4rem;margin-bottom:1.5rem;display:block}.error-state-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.error-state-text{color:var(--text-secondary);margin-bottom:1.5rem}.loading-state{width:100%;padding:5rem 1rem;text-align:center}.loading-state-icon{font-size:3rem;margin-bottom:1rem;display:block}.loading-state-text{font-size:1.25rem;color:var(--text-secondary)}.footer{border-top:1px solid var(--border-subtle);margin-top:0}.footer-content{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.footer-inner{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;text-align:center;padding:3rem}@media(min-width:768px){.footer-inner{flex-direction:row}}.footer-brand h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.footer-brand p{font-size:.875rem;color:var(--text-muted);line-height:1.625}.footer-contact h4{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-contact-link{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;color:var(--text-secondary);transition:color .2s;padding-top:.5rem;padding-bottom:.5rem}.footer-contact-link:hover{color:#25d366}.footer-contact-icon{width:1.5rem;height:1.5rem}.footer-contact-text{font-weight:500;font-size:1rem}.footer-copyright{font-size:.75rem;color:var(--text-muted);line-height:1.625}.footer-tagline{font-size:.75rem;color:var(--text-muted);margin-top:.5rem;line-height:1.625}.product-card{position:relative;group:group;background:var(--surface);border-radius:16px;overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 20px 40px -8px var(--primary-glow) / .2;transform:translateY(-4px)}.product-card-image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--surface-elevated)}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card-image{transform:scale(1.1)}.product-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--surface-elevated) 0%,var(--surface) 50%,var(--surface-elevated) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card-placeholder-decoration{position:absolute;border-radius:9999px;filter:blur(40px)}.product-card-placeholder-decoration-1{top:-2rem;right:-2rem;width:6rem;height:6rem;background:var(--primary-color) / .1}.product-card-placeholder-decoration-2{bottom:-2rem;left:-2rem;width:6rem;height:6rem;background:var(--secondary-color) / .1}.product-card-placeholder-icon{position:relative;z-index:10;color:var(--text-muted) / .4;width:4rem;height:4rem}@media(min-width:768px){.product-card-placeholder-icon{width:5rem;height:5rem}}.product-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .6),transparent,transparent);opacity:0;transition:opacity .3s;pointer-events:none}.product-card:hover .product-card-image-overlay{opacity:1}.product-card-content{padding:1.25rem}.product-card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;transition:color .2s}@media(min-width:768px){.product-card-title{font-size:1.25rem}}.product-card:hover .product-card-title{color:var(--primary-light)}.product-card-description{font-size:.875rem;color:var(--text-secondary);line-height:1.625;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-card-tag{font-size:.75rem;padding:.25rem .5rem}.product-card-price-wrapper{padding-top:1rem;border-top:1px solid var(--border-subtle)}.product-card-price{font-size:1.125rem;font-weight:700;color:var(--secondary-color)}@media(min-width:768px){.product-card-price{font-size:1.25rem}}.product-card-overlay-link{position:absolute;inset:0;z-index:0}.status-banner{margin-bottom:5rem;animation:fade-in-up .6s var(--transition-slow) forwards}.status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:9999px;backdrop-filter:blur(4px)}.status-badge-open{background:var(--success) / .1;border:1px solid var(--success) / .3;box-shadow:0 0 30px var(--success-glow)}.status-badge-closed{background:var(--error) / .1;border:1px solid var(--error) / .3;box-shadow:0 0 30px var(--error-glow)}.status-pulse-wrapper{position:relative;display:flex;height:1.25rem;width:1.25rem}.status-pulse-dot{position:relative;display:inline-flex;border-radius:9999px;height:1.25rem;width:1.25rem}.status-pulse-dot-open{background:var(--success)}.status-pulse-dot-closed{background:var(--error)}.status-pulse-ring{position:absolute;inset:0;border-radius:9999px;animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}.status-pulse-ring-open{background:var(--success)}.status-pulse-ring-closed{background:var(--error)}.status-text{font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.status-text-open{color:var(--success)}.status-text-closed{color:var(--error)}
