:root{--primary-brown:#3a2315;--light-brown:#6d4c41;--lighter-brown:#a1887f;--dark-bg:#1a120d;--darker-bg:#120c08;--card-bg:#2b1a12;--light-text:#f0e6e2;--cream:#e8d6cf;--accent-gold:#d4b27f;--accent-dark:#4e342e;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--border-radius-lg:12px;--shadow-md:0 4px 6px #0000004d}.header{background-color:var(--primary-brown);box-shadow:var(--shadow-md);color:var(--light-text);padding:var(--spacing-sm) 0;position:-webkit-sticky;position:sticky;top:0;will-change:transform;z-index:100}.header,.mobile-info{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.header .container{align-items:center;display:flex;gap:var(--spacing-md);justify-content:space-between;margin:0;max-width:none;padding:0 var(--spacing-md);width:100%}.logo{color:var(--light-text);flex-shrink:0;text-decoration:none}.logo-container{align-items:center;display:flex;gap:var(--spacing-md)}.logo-image{height:90px;object-fit:contain;transition:all .3s ease;width:90px}.logo-text h1{color:var(--light-text);font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:.1rem}.logo-text h1,.logo-text span{text-align:left;white-space:nowrap}.logo-text span{color:var(--cream);font-size:1rem;font-style:italic;opacity:.9}.nav-center{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;flex-wrap:nowrap;gap:1.5rem;justify-content:center;padding:1rem}.nav-center,.nav-center a{align-items:center;display:flex;transition:all .3s ease}.nav-center a{border-radius:25px;color:var(--light-text);font-size:.85rem;font-weight:600;gap:4px;overflow:hidden;padding:.4rem .7rem;position:relative;text-decoration:none;white-space:nowrap}.nav-center a:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-center a:hover:before{left:100%}.nav-center a.active,.nav-center a:hover{background-color:var(--light-brown);box-shadow:var(--shadow-md);transform:translateY(-2px)}.header-info{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:3px}.info-item{align-items:center;color:var(--light-text);display:flex;font-size:.85rem;gap:5px;text-align:right;white-space:nowrap}.info-item span{font-weight:600}.mobile-menu-btn{background:none;border:none;border-radius:4px;color:var(--light-text);cursor:pointer;display:none;font-size:1.5rem;padding:var(--spacing-xs);transition:all .3s ease}.mobile-menu-btn:hover{background-color:#ffffff1a}.mobile-info{display:none}.header-icon{display:block;filter:brightness(100%) saturate(100%) invert(100%) sepia(100%) saturate(100%);flex-shrink:0;height:16px;object-fit:contain;opacity:.95;width:16px}.mobile-menu-btn .header-icon{height:24px;width:24px}@media (max-width:1024px){.header .container{gap:var(--spacing-md)}.logo-image{height:70px;width:70px}.logo-text h1{font-size:1.7rem}.logo-text span{font-size:.85rem}.nav-center{gap:.2rem;padding:.4rem .8rem}.nav-center a{font-size:.8rem;padding:.35rem .6rem}.header-icon{height:15px;width:15px}}@media (max-width:900px){.header .container{flex-wrap:wrap;gap:var(--spacing-sm);justify-content:space-between}.logo{order:1}.nav-center{border-radius:25px;gap:.5rem;justify-content:center;margin-top:var(--spacing-sm);order:3;padding:.6rem 1rem;width:100%}.nav-center a{font-size:.85rem;padding:.5rem .8rem}.header-info{align-items:flex-end;order:2}}@media (max-width:768px){.mobile-menu-btn{display:block;order:2}.nav-center{background:var(--primary-brown);border:1px solid #ffffff4d;border-radius:15px;box-shadow:var(--shadow-lg);display:none;left:50%;padding:var(--spacing-md);position:absolute;top:100%;transform:translateX(-50%);width:90%;z-index:99}.nav-center.active{display:flex;flex-direction:column;gap:var(--spacing-sm)}.nav-center a{border-radius:10px;font-size:.9rem;justify-content:center;padding:var(--spacing-sm);width:100%}.header-info{display:none}.mobile-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;display:block;margin-top:8px;order:3;padding:8px 10px;width:100%}.mobile-info-items{align-items:center;display:flex;flex-direction:column;gap:6px;width:100%}.mobile-info-row-top{column-gap:12px;display:flex;flex-wrap:wrap;font-size:.75rem;justify-content:center;row-gap:4px;width:100%}.mobile-info-row-bottom,.mobile-info-row-top{color:var(--light-text);line-height:1.3;text-align:center}.mobile-info-row-bottom{font-size:.7rem;white-space:nowrap}.mobile-info-iconline{align-items:center;display:inline-flex;gap:6px}.mobile-info span,.mobile-info-row-bottom span,.mobile-info-row-top .cover-charge span,.mobile-info-row-top .no-tax span{font-weight:600!important}.logo-image{height:60px;width:60px}.logo-text h1{font-size:1.5rem}.logo-text span{font-size:.8rem}}@media (max-width:480px){.mobile-info{border-radius:6px;margin-top:6px;padding:8px}.mobile-info-row-top{column-gap:8px;font-size:.7rem}.mobile-info-row-bottom{font-size:.65rem}}.footer{background-color:var(--primary-brown);color:var(--light-text);margin-top:auto;padding:3rem 0 1rem}.footer .container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-section h3{color:var(--accent-gold);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section h3,.footer-section p{align-items:center;display:flex;gap:.5rem}.footer-section p{line-height:1.5;margin-bottom:.5rem;opacity:.9}.footer-icon{font-size:1.1rem}.contact-icon,.footer-icon{filter:brightness(.9) saturate(1.2)}.contact-icon{flex-shrink:0;font-size:.9rem;min-width:20px}.footer-icon-img{display:block;filter:brightness(0) invert(88%) sepia(28%) saturate(320%) hue-rotate(-10deg);height:20px;object-fit:contain;opacity:.9;width:20px}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-link{align-items:center;color:var(--light-text);display:flex;gap:.8rem;opacity:.9;padding:.2rem 0;text-decoration:none;transition:all .3s ease}.social-link:hover{color:var(--accent-gold);opacity:1;transform:translateX(5px)}.social-link svg{height:20px;transition:all .3s ease;width:20px}.social-link:hover svg{transform:scale(1.1)}.social-link svg{fill:currentColor;color:var(--accent-gold)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.9rem;margin-bottom:.5rem;opacity:.8}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:2.5rem;grid-template-columns:1fr;text-align:center}.footer-section{align-items:center}.footer-section h3{justify-content:center;text-align:center}.footer-section p{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin-left:auto;margin-right:auto;max-width:280px;text-align:left}.footer-section p,.social-links{align-items:center}.social-link{justify-content:center}}@media (max-width:480px){.footer .container{padding:0 1.5rem}.footer-content{gap:2rem}.footer-section h3{font-size:1.1rem}.footer-section p{font-size:.9rem;max-width:260px}.footer-section p,.footer-section p:last-child{align-items:center;flex-direction:row;justify-content:flex-start;text-align:left}.contact-icon{margin-bottom:0}}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr;justify-items:center;text-align:center}.footer-section{align-items:center;max-width:320px;text-align:center;width:100%}.footer-section h3{justify-content:center;text-align:center;width:100%}.footer-section p{align-items:flex-start;display:flex;gap:.5rem;justify-content:center;line-height:1.4;margin-left:0;margin-right:0;max-width:100%;text-align:left}.contact-icon{flex-shrink:0;min-width:20px;text-align:center}.social-links{align-items:center;width:100%}.social-link{justify-content:center;text-align:center}}@media (max-width:480px){.footer .container{padding:0 1.25rem}.footer-content{gap:1.8rem}.footer-section{max-width:300px}.footer-section h3{font-size:1.05rem}.footer-section p{flex-wrap:nowrap;font-size:.9rem;line-height:1.4}.contact-icon{min-width:18px}.contact-icon,.social-link{font-size:.9rem}.social-link svg{height:18px;width:18px}.footer-bottom p{font-size:.8rem;line-height:1.3}}@media (max-width:768px){.footer-section:first-child p:last-child{justify-content:center;line-height:1.4;text-align:center;white-space:normal}.footer-section:nth-child(2) p:last-child{align-items:center;flex-direction:column;gap:.2rem;line-height:1.3;text-align:center}.footer-section:nth-child(3) p{gap:.25rem;justify-content:center}.footer-section:nth-child(3) p span:not(.contact-icon){display:inline-block;margin-left:.1rem}}@media (max-width:480px){.footer-section:nth-child(2) p:last-child{font-size:.9rem;line-height:1.3}.footer-section:nth-child(3) p{font-size:.9rem;gap:.2rem}}@media (max-width:768px){.footer-section:nth-child(2) p:last-child{flex-direction:row;flex-wrap:wrap;gap:.4rem;justify-content:center;line-height:1.4;text-align:center}.footer-section:nth-child(2) p:last-child:after{content:" (exceto feriados)";display:block;font-size:.9rem;margin-top:2px;opacity:.9;text-align:center;width:100%}.footer-section:nth-child(2) p:last-child,.footer-section:nth-child(2) p:last-child span:not(.contact-icon){white-space:normal}}.portfolio-link{color:inherit;transition:color .3s ease}.portfolio-link:hover{color:#fff;text-decoration:underline}.whatsapp-button{align-items:center;background-color:#25d366;border-radius:50%;bottom:30px;box-shadow:0 6px 20px #25d36666;cursor:pointer;display:flex;height:70px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:70px;z-index:1000}.whatsapp-button:hover{box-shadow:0 8px 25px #25d36699;transform:scale(1.1)}.whatsapp-button svg{fill:#fff;height:35px;width:35px}.whatsapp-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:20px;color:#fff;font-size:.9rem;opacity:0;padding:8px 12px;position:absolute;right:80px;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:hidden;white-space:nowrap}.whatsapp-button:hover .whatsapp-tooltip{opacity:1;right:85px;visibility:visible}@media (max-width:768px){.whatsapp-button{bottom:20px;height:55px;right:20px;width:55px}.whatsapp-button svg{height:28px;width:28px}.whatsapp-tooltip{font-size:.7rem;padding:6px 10px;right:65px}.whatsapp-button:hover .whatsapp-tooltip{right:70px}}@media (max-width:480px){.whatsapp-button{bottom:15px;height:50px;right:15px;width:50px}.whatsapp-button svg{height:25px;width:25px}.whatsapp-tooltip{display:none}}.floating-ifood{bottom:115px;gap:15px;position:fixed;right:30px;z-index:1000}.floating-ifood,.ifood-button{align-items:center;display:flex}.ifood-button{background:linear-gradient(135deg,#ea1d2c,#c4161c);border:none;border-radius:50%;box-shadow:0 6px 20px #ea1d2c66;cursor:pointer;height:70px;justify-content:center;order:2;overflow:hidden;position:relative;transition:all .3s ease;width:70px}.ifood-button:hover{box-shadow:0 8px 25px #ea1d2c99;transform:scale(1.1)}.ifood-button:active{transform:scale(.95)}.ifood-icon{height:35px;object-fit:contain;width:35px}.ifood-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:20px;color:#fff;font-size:1rem;opacity:0;order:1;padding:8px 12px;transition:all .3s ease;visibility:hidden;white-space:nowrap}.floating-ifood:hover .ifood-tooltip{opacity:1;visibility:visible}@media (max-width:768px){.floating-ifood{bottom:85px;gap:12px;right:20px}.ifood-button{height:55px;width:55px}.ifood-icon{height:28px;width:28px}.ifood-tooltip{font-size:.7rem;padding:6px 10px}}@media (max-width:480px){.floating-ifood{bottom:80px;gap:10px;right:15px}.ifood-button{height:50px;width:50px}.ifood-icon{height:25px;width:25px}.ifood-tooltip{display:none}}.home{background-color:var(--dark-bg);flex:1 1;width:100%}.hero{background:linear-gradient(#00000080,#00000080),url(../../static/media/bar-amorim-bg.3c3d93bf69ad67e97ced.jpg) 50%/cover no-repeat;height:85vh;position:relative;text-align:center}.hero,.hero-overlay{align-items:center;display:flex;justify-content:center;width:100%}.hero-overlay{height:100%}.hero-content{align-items:center;color:var(--light-text);display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem;text-align:center;width:100%}.hero-content h1{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;text-align:center;text-shadow:3px 3px 10px #00000080;width:100%}.hero-content p{font-size:1.8rem;line-height:1.4;margin-bottom:4rem;max-width:600px;opacity:.95;text-shadow:2px 2px 6px #0006;width:100%}.btn-hero{align-items:center;background:linear-gradient(135deg,var(--light-brown),var(--lighter-brown));border:3px solid #fff3;border-radius:60px;box-shadow:0 12px 35px #8b451366;color:var(--light-text);display:inline-flex;font-size:1.5rem;font-weight:700;gap:1.2rem;overflow:hidden;padding:1.5rem 4rem;position:relative;text-decoration:none;transition:all .4s ease}.btn-hero:hover{box-shadow:0 12px 35px #8b451366,0 0 20px #ffffff4d}.btn-hero svg{height:28px;transition:transform .3s ease;width:28px}.highlights{background-color:var(--darker-bg);padding:5rem 0;text-align:center}.highlights h2{color:var(--accent-gold);font-size:2.5rem;font-weight:700;margin-bottom:4rem}.highlight-item{background:var(--card-bg);border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0006;padding:2.5rem;text-align:center;transition:all .3s ease}.highlight-item:hover{border-color:var(--lighter-brown);box-shadow:0 20px 40px #0009;transform:translateY(-10px) scale(1.02)}.highlight-item h3{color:var(--accent-gold);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.highlight-item p{color:var(--light-text);line-height:1.6;margin-bottom:1.5rem;opacity:.9}@media (max-width:768px){.hero{height:68vh;padding:3.5rem 0 1rem}.hero-content{padding:0 1rem}.hero-content h1{font-size:2.2rem;margin-bottom:1.5rem}.hero-content p{font-size:1.1rem;margin-bottom:2.5rem}.btn-hero{font-size:1.1rem;gap:.8rem;padding:1rem 2rem}.btn-hero svg{height:20px;width:20px}.highlights{padding:3rem 0}.highlights h2{font-size:2rem;margin-bottom:2.5rem}.highlight-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.highlight-item{margin:0 .5rem;padding:1.5rem}.highlight-icon{font-size:2.2rem}.highlight-item h3{font-size:1.3rem}.highlight-item p{font-size:.95rem}.price{font-size:1.2rem;padding:.6rem 1.2rem}}@media (max-width:480px){.hero-content h1{font-size:1.8rem}.btn-hero,.hero-content p{font-size:1rem}.btn-hero{padding:.8rem 1.5rem}.highlight-item{padding:1.2rem}}.highlight-link{transition:color .3s ease}.highlight-link:hover{color:#e74c3c;text-decoration:underline}.price{background:linear-gradient(135deg,var(--card-bg),var(--accent-dark));border:2px solid var(--lighter-brown);border-radius:25px;color:var(--accent-gold);cursor:pointer;display:block;font-size:1.5rem;font-weight:700;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.price,.price:hover{text-decoration:none}.price:hover{background:linear-gradient(135deg,var(--lighter-brown),var(--light-brown));box-shadow:0 8px 20px #8b45134d;color:var(--dark-bg);transform:translateY(-2px)}.highlight-link,.highlight-link:hover{color:inherit;text-decoration:none}.highlight-item{margin-bottom:1.2rem}.highlight-grid{gap:1.2rem}@media (max-width:768px){.highlight-item{margin-bottom:1rem}.highlight-grid{gap:1rem}.hero{background-position:top;height:auto;padding:2rem 0 1.5rem}.hero-content{max-width:100%}.hero-content h1{font-size:1.9rem;line-height:1.2;margin-bottom:.8rem;text-shadow:2px 2px 6px #0009}.hero-content p{font-size:1rem;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:90%}.btn-hero{border-width:2px;font-size:1rem;gap:.6rem;padding:.8rem 1.5rem}.btn-hero svg{height:18px;width:18px}.highlights h2{font-size:1.6rem;line-height:1.2;margin-bottom:1.5rem;margin-top:1.5rem}.highlights{padding-bottom:2rem;padding-top:2rem}.highlight-grid{gap:1rem;padding:0 1rem}.highlight-item{border-radius:16px;margin:0 .5rem .8rem;padding:1rem 1rem 1.2rem}.highlight-icon{display:none}.highlight-item h3{color:var(--accent-gold);font-size:1.1rem;line-height:1.3;margin-bottom:.5rem}.highlight-item p{color:var(--light-text);font-size:.9rem;line-height:1.4;margin-bottom:1rem;opacity:.9}.price{border-radius:12px;border-width:1.5px;font-size:1rem;line-height:1.2;padding:.6rem 1rem}.price,.price:hover{box-shadow:0 6px 16px #0006}.price:hover{transform:none}}@media (max-width:480px){.hero{padding-bottom:1.2rem;padding-top:1.5rem}.hero-content h1{font-size:1.7rem;margin-bottom:.6rem}.hero-content p{font-size:.95rem;margin-bottom:1.2rem}.btn-hero{border-radius:40px;font-size:.95rem;padding:.7rem 1.2rem}.highlights h2{font-size:1.4rem;margin-bottom:1rem;margin-top:1rem}.highlight-item{margin-bottom:.7rem;padding:.9rem 1rem 1rem}.highlight-item h3{font-size:1rem;margin-bottom:.4rem}.highlight-item p{font-size:.85rem;margin-bottom:.8rem}.price{border-radius:10px;font-size:.95rem;padding:.55rem .9rem}}.product-card-link{color:inherit;display:block;height:100%;text-decoration:none}.product-card{min-height:420px!important}.product-image{border-radius:12px 12px 0 0;flex-shrink:0;height:220px!important}.product-image-img{object-position:center center}.image-placeholder{background-color:#e7d6cf;border-radius:12px 12px 0 0;color:#7a4e3b;font-size:1rem}.product-info{min-height:0}.price-single-card{background:#fff;border:1px solid #8b451314;border-radius:18px;box-shadow:0 18px 40px #0000000a;display:inline-flex;flex-direction:column;gap:.35rem;min-width:180px;padding:1.1rem 1.4rem 1.2rem}.price-single-label{color:#7a4e3b;font-size:.8rem;font-weight:600;letter-spacing:.03em;opacity:.9;text-transform:uppercase}.price-single-value{color:var(--primary-brown);font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.05}@media (max-width:768px){.product-card{min-height:360px!important}.product-image{height:180px!important}.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-description{-webkit-line-clamp:2;line-clamp:2;font-size:.9rem}.price-single{font-size:1.3rem}.price-from{font-size:1rem}}@media (max-width:968px){.price-single-card{align-items:center;text-align:center;width:100%}}.menu-page{flex:1 1;padding:3rem 0}.menu-page h1{color:var(--primary-brown);font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;text-align:center}.menu-page h1:after{background:var(--primary-brown);border-radius:2px;content:"";display:block;height:4px;margin:10px auto 0;width:80px}.menu-controls{margin-bottom:3rem;text-align:center}.search-bar{margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:500px;position:relative}.search-bar input{background-color:#fff;border:2px solid #e1e5e9;border-radius:var(--border-radius-lg);box-shadow:0 2px 10px #0000000d;font-size:1.1rem;max-width:500px;padding:1rem 1.5rem 1rem 3rem;transition:all .3s ease;width:100%}.search-bar input:focus{border-color:var(--primary-brown);box-shadow:0 4px 15px #8b45131a;outline:none}.search-bar:before{color:#999;content:"🔍︎";font-size:1.1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.desktop-only{display:block!important}.mobile-only{display:none!important}.category-filters{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.category-row{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;width:100%}.category-btn{align-items:center;background-color:#f9f4f2;border:1px solid #5a382833;border-radius:50px;box-shadow:0 2px 4px #0000000d;color:#5a3828;cursor:pointer;display:flex;flex:0 0 auto;font-weight:500;gap:8px;padding:.6rem 1.4rem;transition:all .25s ease-in-out;white-space:nowrap}.category-btn .emoji{font-size:1.1rem;opacity:.9}.category-btn:hover{background-color:#eddcd3;box-shadow:0 4px 8px #00000014;transform:translateY(-3px)}.category-btn.active{background-color:#8b5e3c;border-color:#8b5e3c;box-shadow:0 4px 10px #0000001f;color:#fff;transform:translateY(-2px)}.category-btn.active .emoji{filter:brightness(1.2);opacity:1}.category-btn img,.category-btn svg{flex-shrink:0;height:26px;object-fit:contain;transition:transform .2s ease;width:26px}.category-btn:hover img,.category-btn:hover svg{transform:scale(1.08)}.category-btn.active img,.category-btn.active svg{filter:brightness(1.15)}.products-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0 auto;max-width:1200px}.no-results{color:#666;font-size:1.2rem;padding:4rem;text-align:center}.modal-overlay{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalFadeIn .3s ease-out;background:#fff;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 20px 60px #00000026;max-height:85vh;max-width:450px;overflow-y:auto;padding:0;position:relative;width:100%}.modal-close{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:36px;z-index:10}.modal-close:hover{background:#f8f9fa;box-shadow:0 3px 12px #00000026;color:#333;transform:scale(1.1)}.modal-image-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px 20px 0 0;height:220px;overflow:hidden;width:100%}.modal-image{height:100%;object-fit:cover;width:100%}.modal-image-placeholder{align-items:center;color:#adb5bd;display:flex;flex-direction:column;font-size:.9rem;height:100%;justify-content:center}.modal-image-placeholder span{font-size:3rem;margin-bottom:.5rem;opacity:.4}.modal-info{padding:2rem}.modal-title{color:var(--primary-brown);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.8rem;text-align:center}.modal-description{color:#6c757d;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;text-align:center}.price-section{border:1px solid #e9ecef;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.price-section h3{font-weight:600}.price-options{display:flex;flex-direction:column;gap:.8rem}.price-option{border:1px solid #dee2e6;padding:.8rem 1rem}.price-value{font-size:1rem}.modal-observation{background:#fff5f5;border-left:3px solid #dc3545;border-radius:8px;color:#dc3545;font-size:.85rem;font-style:italic;margin:1rem 0;padding:.8rem;text-align:center}.modal-info:before{background:var(--primary-brown);border-radius:2px;content:"";display:block;height:3px;margin:0 auto 1.5rem;width:60px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.menu-page{padding:2rem 0}.menu-page h1{font-size:2rem;margin-bottom:2rem}.search-bar input{font-size:1rem;max-width:100%;padding:.8rem 1.2rem .8rem 2.5rem}.desktop-only{display:none!important}.mobile-only{align-items:center;display:flex!important;flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%}.mobile-only .category-row{column-gap:.8rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:.8rem;width:100%}.mobile-only .category-btn{align-items:center;background-color:#f9f4f2;border:1px solid #5a382833;border-radius:50px;box-shadow:0 2px 4px #0000000d;color:#5a3828;display:flex;flex-basis:calc(25% - 0.8rem);flex-direction:column;flex-grow:0;flex-shrink:0;font-size:.7rem;font-weight:500;gap:4px;max-width:calc(25% - .8rem);min-width:auto;padding:.6rem .3rem;text-align:center;white-space:normal}.mobile-only .category-btn img,.mobile-only .category-btn svg{height:20px;width:20px}.mobile-only .category-btn .emoji{font-size:1rem}.products-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.no-results{font-size:1rem;padding:2rem}.modal-overlay{padding:.5rem}.modal-content{border-radius:16px;margin:.5rem;max-width:400px}.modal-image-container{height:180px}.modal-info{padding:1.5rem}.modal-title{font-size:1.3rem}.modal-description{font-size:.9rem}.price-section{padding:1.2rem}}@media (max-width:480px){.mobile-only .category-btn{font-size:.65rem;padding:.5rem .2rem}.mobile-only .category-btn img,.mobile-only .category-btn svg{height:18px;width:18px}}@media (max-width:360px){.mobile-only .category-btn{font-size:.6rem}.mobile-only .category-btn img,.mobile-only .category-btn svg{height:16px;width:16px}}.product-card{background:#fff;border-radius:var(--border-radius-lg);box-shadow:0 4px 15px #00000014;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-image{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.product-image-img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image-img{transform:scale(1.05)}.image-placeholder{align-items:center;color:#999;display:flex;flex-direction:column;font-size:.9rem;height:100%;justify-content:center;padding:1rem;text-align:center;width:100%}.image-placeholder span{font-size:2rem;margin-bottom:.5rem}.product-info{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.product-name{color:var(--primary-brown);font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;color:#666;display:-webkit-box;flex:1 1;margin-bottom:1rem;overflow:hidden}.product-price{margin-top:auto}.price-single{font-size:1.5rem}.price-from,.price-single{color:var(--primary-brown);font-weight:700}.price-from{font-size:1.1rem;font-style:italic}.subcategory-filters{background-color:#c5b8b83b;border-radius:var(--border-radius-lg);margin-bottom:2rem;padding:1rem}.subcategory-container,.subcategory-filters{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.subcategory-container{background-color:#daccc6;border-radius:12px;padding:.8rem 1rem}.subcategory-btn{background-color:#f9f4f2;border:1px solid #5a382833;border-radius:50px;color:#5a3828;cursor:pointer;font-weight:500;padding:.5rem 1.2rem;transition:all .25s ease-in-out}.subcategory-btn:hover{background-color:#eddcd3;transform:translateY(-2px)}.subcategory-btn.active{background-color:#8b5e3c;border-color:#8b5e3c;box-shadow:0 3px 8px #0000001a;color:#fff}@media (max-width:768px){.subcategory-filters{gap:.6rem;padding:.8rem}.subcategory-btn{font-size:.8rem;padding:.5rem 1rem}.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-description{-webkit-line-clamp:2;line-clamp:2;font-size:.9rem}.price-single{font-size:1.3rem}.price-from{font-size:1rem}.product-image{height:160px}}.product-price:before{background:#8b451333;border-radius:2px;content:"";display:block;height:2px;margin:.8rem auto;width:85%}.about-page{flex:1 1;padding:3rem 0}.about-page h1{color:var(--primary-brown);font-size:2.5rem;font-weight:700;text-align:center}.about-content,.about-page h1{margin-bottom:3rem}.about-text h2{color:var(--primary-brown);font-size:1.8rem;margin:1.5rem 0 1rem}.about-text p{color:#666;line-height:1.6;margin-bottom:1rem}.unified-contact-section{margin-top:2rem}.contact-info{background-color:var(--light-text);border:1px solid #8b45131a;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.contact-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-details h2{margin-bottom:1.5rem}.contact-details p{line-height:1.6;margin-bottom:.8rem}.contact-details strong{color:var(--primary-brown)}.map-container h2{margin-bottom:1.5rem}.about-map{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}@media (max-width:768px){.about-page{padding:2rem 0}.about-page h1{font-size:2rem;margin-bottom:2rem}.about-text h2{font-size:1.5rem;margin:1rem 0 .8rem}.contact-info{padding:2rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-details h2,.map-container h2{font-size:1.5rem;text-align:center}.about-map iframe{height:250px}}@media (max-width:480px){.contact-info{padding:1.5rem}.contact-content{gap:1.5rem}}.contact-details{background:linear-gradient(145deg,#fffdf9,#f7f3ef);border-radius:20px;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;gap:1.2rem;padding:2rem;transition:all .3s ease}.contact-details:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-2px)}.contact-details h2{border-bottom:2px solid #8b451333;color:var(--primary-brown);font-size:1.8rem;margin-bottom:.5rem;padding-bottom:.4rem;text-align:left}.contact-details h3{border-top:1px solid #8b451326;color:var(--primary-brown);font-size:1.2rem;margin-top:1.5rem;padding-top:.8rem}.contact-item{align-items:flex-start;display:flex;gap:.8rem}.contact-icon{color:var(--primary-brown);font-size:1.4rem;margin-top:2px;min-width:24px;text-align:center}.contact-text{color:#444;font-size:1rem;line-height:1.5}.contact-text strong{color:var(--primary-brown)}.contact-note{color:#888;display:block;font-size:.9rem;margin-top:2px}@media (max-width:768px){.contact-details{padding:1.5rem}.contact-details h2{font-size:1.6rem;text-align:center}.contact-item{align-items:center}.contact-text{font-size:1rem}}.map-container{background:linear-gradient(145deg,#fffdf9,#f7f3ef);border-radius:20px;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s ease}.map-container:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-2px)}.map-container h2{border-bottom:2px solid #8b451333;color:var(--primary-brown);font-size:1.8rem;line-height:1.2;margin:0 0 .5rem;padding-bottom:.4rem}.map-address{align-items:flex-start;color:#444;display:flex;font-size:1rem;gap:.8rem;line-height:1.4}.map-icon{color:var(--primary-brown);font-size:1.4rem;margin-top:2px;min-width:24px;text-align:center}.map-text{color:#444;font-size:1rem;font-weight:500;line-height:1.4}.about-map{background:#0000;border:none;border-radius:14px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.map-button{align-items:center;background:linear-gradient(135deg,#8b5a2b,#a66a3c);border-radius:40px;box-shadow:0 6px 15px #8b451340;color:#fff;display:inline-flex;font-weight:600;gap:10px;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.map-button:hover{background:linear-gradient(135deg,#a66a3c,#8b5a2b);box-shadow:0 10px 20px #8b45134d;transform:translateY(-2px)}.map-icon-inline img{margin-top:2px}.map-icon-button,.map-icon-inline img{height:22px;object-fit:contain;width:22px}.map-icon-button{filter:brightness(0) invert(1)}.contact-content{align-items:stretch}.contact-details,.map-container{box-sizing:border-box;height:100%}@media (max-width:768px){.map-container{padding:1.5rem}.map-container h2{font-size:1.6rem;text-align:center}.map-address{align-items:center;flex-direction:column;justify-content:center;text-align:center}.map-address,.map-text{font-size:.95rem}.about-map iframe{height:220px}.map-button{font-size:.9rem;margin-left:auto;margin-right:auto;padding:.7rem 1rem}.contact-details{text-align:left}.contact-details h2{font-size:1.6rem;text-align:center}.contact-details h3{text-align:center}.contact-item{align-items:flex-start}.contact-text{font-size:1rem;text-align:left}}@media (max-width:480px){.map-container h2{font-size:1.4rem}.map-text{font-size:.9rem}.about-map iframe{height:200px}.map-button{font-size:.85rem;padding:.6rem .9rem}}.contact-icon img,.map-icon img{height:22px;margin-top:2px;object-fit:contain;width:22px}.about-map iframe,.map-container iframe{border:0;display:block;width:100%}@media (max-width:768px){.about-map iframe,.map-container iframe{width:100%!important}.contact-info{padding:1.5rem 1.25rem}.about-page,.about-page .container,.contact-content,.contact-details,.contact-info,.map-container,.unified-contact-section{box-sizing:border-box;max-width:100%;width:100%}.about-page .container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.contact-content{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem}.contact-details,.map-container{width:100%}.about-map,.about-map iframe{display:block;max-width:100%!important;width:100%!important}.map-button{display:inline-flex;margin-left:auto;margin-right:auto}}@media (max-width:480px){.about-page,body{overflow-x:hidden}}@media (max-width:768px){.container{max-width:100%!important}}.review-page{flex:1 1;padding:3rem 0}.review-page h1{color:var(--primary-brown);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.review-content{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.review-form,.reviews-list{background-color:var(--light-text);border:1px solid #8b45131a;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);box-sizing:border-box;display:flex;flex-direction:column;height:780px;padding:2.5rem;position:relative}.review-form{justify-content:space-between;overflow:visible}.reviews-list{background:var(--light-text);overflow:hidden}.form-content{flex:1 1;margin-bottom:1.5rem;overflow-x:hidden;overflow-y:auto;padding-right:.5rem}.form-footer{border-top:1px solid #8b45131a;flex-shrink:0;margin-top:auto;padding-top:.4rem}.reviews-list h2{color:var(--primary-brown);flex-shrink:0;font-size:1.8rem;margin-bottom:1.5rem;padding:0;text-align:center}.reviews-content{flex:1 1;margin:0;max-height:660px;overflow-x:hidden;overflow-y:auto;padding-right:.5rem}.review-form .form-group{margin-bottom:1.5rem}.review-form .form-group label{color:var(--primary-brown);font-weight:700}.review-form .form-group input,.review-form .form-group textarea{background-color:#fafafa;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.review-form .form-group input:focus,.review-form .form-group textarea:focus{background-color:#fff;border-color:var(--primary-brown);box-shadow:0 0 0 3px #8b45131a;outline:none}.contact-method{display:flex;gap:1rem;margin-top:.5rem}.radio-label,.radio-option{align-items:center;display:flex;flex:1 1}.radio-label{background-color:#fafafa;border:2px solid #e0e0e0;border-radius:18px;box-sizing:border-box;cursor:pointer;gap:12px;justify-content:flex-start;margin:0;padding:1rem 1.5rem 1rem 3rem;position:relative;transition:all .3s ease;width:100%}.radio-label:before{border:2px solid #ccc;border-radius:50%;content:"";flex-shrink:0;height:20px;left:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:20px}.radio-option input[type=radio]:checked+.radio-label:before{background-color:var(--primary-brown);border-color:var(--primary-brown);box-shadow:inset 0 0 0 3px #fff}.radio-label:hover{background-color:#f5f5f5;border-color:var(--light-brown)}.radio-option input[type=radio]:checked+.radio-label{background-color:#8b45130d;border-color:var(--primary-brown)}.radio-option input[type=radio]:checked+.radio-label .icon-text{color:var(--primary-brown);font-weight:600}.radio-option input[type=radio]{opacity:0;position:absolute}.icon-text{align-items:center;color:#333;display:flex;gap:8px;transition:all .3s ease}.contact-icon{filter:brightness(.8);height:20px;object-fit:contain;transition:all .3s ease;width:20px}.radio-option input[type=radio]:checked+.radio-label .contact-icon{filter:brightness(1) sepia(1) hue-rotate(-10deg) saturate(5)}.radio-label:hover .contact-icon{filter:brightness(1)}.star-rating{align-items:center;display:flex;gap:.3rem;margin-top:.5rem}.star{background:none;border:none;color:#e0e0e0;cursor:pointer;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2));font-size:2.5rem;line-height:1;padding:.2rem;transition:all .2s ease}.star:hover{transform:scale(1.2)}.star.filled{color:#ffc107;text-shadow:0 0 8px #ffc10780}.rating-text{color:#666;font-size:.9rem;font-weight:500;margin-left:1rem}.review-form .form-group.consent-group{display:flex;justify-content:flex-start;margin-bottom:.4rem;margin-top:1rem;text-align:left;width:100%}.review-form .checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.6rem;line-height:1.2;margin:0;text-align:left}.review-form .checkbox-label input[type=checkbox]{background:#fff;border:2px solid #8b4513;border-radius:6px;cursor:pointer;flex-shrink:0;height:20px;margin:0;width:20px}.review-form .checkbox-label span{display:inline-block}.review-form .checkbox-label input[type=checkbox]:checked{background:#8b4513;box-shadow:inset 0 0 0 3px #fff}.review-form .checkbox-label:hover input[type=checkbox]{border-color:var(--light-brown)}.review-form .checkbox-label:hover{color:var(--primary-brown)}.review-form .btn-submit{background:linear-gradient(135deg,var(--light-brown),var(--lighter-brown));border:none;border-radius:50px;box-shadow:0 4px 15px #8b45134d;color:var(--light-text);cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.review-form .btn-submit:hover{background:linear-gradient(135deg,var(--lighter-brown),var(--light-brown));box-shadow:0 6px 20px #8b451366;transform:translateY(-2px)}.review-form .btn-submit:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.review-form .btn-submit:disabled:hover{box-shadow:0 4px 15px #8b45134d!important;transform:none!important}.review-item{background:#fff;border:1px solid #8b45131a;border-radius:12px;box-shadow:0 2px 8px #8b451314;margin-bottom:1.5rem;padding:1.8rem;position:relative;transition:all .3s ease}.review-item:hover{box-shadow:0 4px 15px #8b45131f;transform:translateY(-2px)}.review-item:last-child{margin-bottom:0}.review-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.review-header h3{color:var(--primary-brown);flex:1 1;font-size:1.1rem;font-weight:600;margin:0}.rating{color:gold;flex-shrink:0;font-size:1.3rem;letter-spacing:2px}.review-comment{color:#555;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:.8rem}.review-date{align-items:center;color:#888;display:flex;font-size:.85rem;gap:.5rem}.loading-text{background:#8b45130d;border:1px dashed #8b451333;border-radius:12px;color:var(--primary-brown);padding:2rem}.loading-text,.no-reviews{font-style:italic;text-align:center}.no-reviews{background:#8b451308;border:2px dashed #8b45131a;border-radius:12px;color:#888;padding:3rem 2rem}.form-content::-webkit-scrollbar,.reviews-content::-webkit-scrollbar{width:6px}.form-content::-webkit-scrollbar-track,.reviews-content::-webkit-scrollbar-track{background:#8b45130d;border-radius:3px}.form-content::-webkit-scrollbar-thumb,.reviews-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--light-brown),var(--lighter-brown));border-radius:3px}.form-content::-webkit-scrollbar-thumb:hover,.reviews-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--lighter-brown),var(--light-brown))}@media (max-width:768px){.review-page{padding:2rem 0}.review-content{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.review-form,.reviews-list{height:860px;margin:0 auto;padding:1.75rem 1.25rem;width:100%}.review-form{overflow:hidden}.form-content{flex:1 1;margin-bottom:1rem;overflow-y:auto}.reviews-content{max-height:720px;.contact-method{flex-direction:column;gap:.8rem}.review-form .btn-submit{margin-top:.5rem;width:100%}.reviews-content::-webkit-scrollbar{width:6px}.reviews-content::-webkit-scrollbar-track{background:#8b451314;border-radius:3px}.reviews-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:3px}.reviews-content::-webkit-scrollbar-thumb:hover{background:#a3632b}}.review-date{align-items:center;color:#888;display:flex;font-size:.85rem;gap:.5rem}}.ambiente-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem 0}.ambiente-page h1{color:var(--primary-brown);font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-align:center;text-shadow:2px 2px 4px #0000001a}.page-subtitle{color:#6c757d;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.galeria-ambiente{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.foto-item{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.foto-item:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-12px) scale(1.02)}.foto-ambiente{display:block;height:280px;object-fit:cover;transition:transform .4s ease;width:100%}.foto-item:hover .foto-ambiente{transform:scale(1.05)}.foto-descricao{background:#fff;color:var(--primary-brown);font-size:1.1rem;font-weight:600;margin:0;padding:1.5rem;position:relative;text-align:center;z-index:1}@media (max-width:480px){.ambiente-page h1{font-size:2rem}.page-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.foto-ambiente{height:220px}.foto-descricao{font-size:1rem;padding:1rem}}.work-page{background-color:var(--bg-color);padding:4rem 0}.work-page h1{color:var(--primary-brown);font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-align:center}.intro-text{color:#5a3a1a;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.work-form{background-color:var(--light-text);border:1px solid #8b45131a;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);margin:0 auto;max-width:800px;padding:2rem}.work-form .form-group{margin-bottom:1rem}.work-form .form-row{display:flex;flex-wrap:wrap;gap:1.5rem}.work-form .form-row .form-group{flex-basis:calc(50% - 0.75rem);flex-grow:1;flex-shrink:1;margin-bottom:0;min-width:250px}.work-form .form-group label{color:var(--primary-brown);font-size:1rem;font-weight:700;margin-bottom:0}.work-form .form-group input,.work-form .form-group textarea{background-color:#fafafa;border:1px solid #ddd;border-radius:8px;font-size:1rem;line-height:1.4;padding:.5rem;transition:all .3s ease;width:100%}.work-form .form-group input:focus,.work-form .form-group textarea:focus{background-color:#fff;border-color:var(--primary-brown);box-shadow:0 0 0 3px #8b45131a;outline:none;transform:translateY(-1px)}.work-form .form-group textarea{min-height:120px;resize:vertical}.work-form .form-group.consent-group{display:flex;justify-content:flex-start;margin:2.5rem 0;text-align:left;width:100%}.work-form .checkbox-label{grid-gap:.8rem;align-items:center;cursor:pointer;display:grid;font-size:1rem;gap:.8rem;grid-template-columns:auto 1fr;justify-content:flex-start;line-height:1.4;margin:0;padding:.5rem 0;text-align:left;width:100%}.work-form .checkbox-label input[type=checkbox]{background:#fff;border:2px solid #8b4513;border-radius:6px;cursor:pointer;flex-shrink:0;grid-column:1;height:20px;margin:0;width:20px}.work-form .checkbox-label span{grid-column:2;text-align:left}.work-form .checkbox-label input[type=checkbox]:checked{background:#8b4513;box-shadow:inset 0 0 0 4px #fff}.work-form .checkbox-label:hover input[type=checkbox]{border-color:var(--light-brown)}.work-form .checkbox-label:hover{color:var(--primary-brown)}.work-form .btn-submit{background:linear-gradient(135deg,var(--light-brown),var(--lighter-brown));border:none;border-radius:50px;box-shadow:0 4px 15px #8b45134d;color:var(--light-text);cursor:pointer;display:block;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0 auto;max-width:300px;padding:1rem 2rem;transition:all .3s ease;width:100%}.work-form .btn-submit:hover{background:linear-gradient(135deg,var(--lighter-brown),var(--light-brown));box-shadow:0 6px 20px #8b451366;transform:translateY(-2px)}.work-form .btn-submit:active{transform:translateY(-1px)}.work-form .btn-submit:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.work-form .btn-submit:disabled:hover{box-shadow:0 4px 15px #8b45134d!important;transform:none!important}.error-message{align-items:center;color:#d32f2f;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.25rem 0}.error-message:before{content:"⚠";font-size:1rem}@media (max-width:768px){.work-page{padding:2.5rem 1rem}.work-page h1{font-size:2.2rem;margin-bottom:1.25rem}.intro-text{font-size:1.1rem;margin-bottom:2.5rem;padding:0 1rem}.work-form{border-radius:12px;padding:2rem 1.5rem}.work-form .form-group{margin-bottom:.5rem}.work-form .form-row{flex-direction:column;gap:1rem;margin-bottom:.5rem}.work-form .form-row .form-group{margin-bottom:.5rem;min-width:auto}.work-form .form-group label{font-size:1rem;margin-bottom:0}.work-form .form-group input,.work-form .form-group textarea{font-size:.95rem;padding:.75rem}.work-form .form-group textarea{min-height:100px}.work-form .form-group.consent-group{margin:2rem 0}.work-form .checkbox-label{font-size:.95rem;gap:.6rem;padding:.4rem 0}.work-form .checkbox-label input[type=checkbox]{height:18px;width:18px}.work-form .btn-submit{font-size:.95rem;max-width:280px;padding:.9rem 1.5rem}}@media (max-width:480px){.work-page{padding:2rem .75rem}.work-page h1{font-size:1.9rem}.intro-text{font-size:1rem;margin-bottom:2rem}.work-form{padding:1.5rem 1.25rem}.work-form .form-group{margin-bottom:1.5rem}.work-form .btn-submit{font-size:.9rem;max-width:100%;padding:.8rem 1.2rem}}.product-page{background:#fff;min-height:100vh;padding:2rem 0}.product-not-found{align-items:center;display:flex;justify-content:center;min-height:60vh;text-align:center}.product-not-found h2{color:var(--primary-brown);margin-bottom:1rem}.product-back-button{align-items:center;background:var(--primary-brown);border:none;border-radius:var(--border-radius-lg);color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:all .3s ease}.product-back-button:hover{background:#8b4513;transform:translateX(-5px)}.product-layout{align-items:center;background:#fff;border-radius:var(--border-radius-lg);box-shadow:0 8px 30px #0000001f;display:flex;gap:2rem;overflow:hidden;padding:2rem}.product-image-section{align-items:center;display:flex;flex:0 0 420px;justify-content:center;padding:1rem 0}.product-image-container{background:#fff;border:8px solid #8b451326;border-radius:24px;box-shadow:0 18px 40px #00000014;display:inline-block;overflow:hidden;position:relative;transition:all .3s ease}.product-image-container:hover{box-shadow:0 24px 45px #0000001f;transform:translateY(-3px)}.product-image{border-radius:0;display:block;height:auto;margin:0;transition:transform .3s ease;width:100%}.product-image-container:hover .product-image{transform:scale(1.03)}.product-info-section{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:1.6rem}.product-title{color:var(--primary-brown);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.product-description{color:#6c757d;font-size:.95rem;line-height:1.5;margin-bottom:1.3rem}.price-section{background:#f8f9fa;border:1px solid #f1f1f1;border-radius:10px;padding:1.2rem}.price-section h3{color:var(--primary-brown);font-size:1.1rem;margin-bottom:1rem;text-align:center}.price-option{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:8px;display:flex;justify-content:space-between;padding:.7rem 1rem;transition:all .2s ease}.price-option:hover{border-color:var(--primary-brown);box-shadow:0 2px 8px #8b45131a}.price-label{color:#495057;font-size:.9rem;font-weight:500}.price-value{color:var(--primary-brown);font-size:.95rem;font-weight:700}.product-observation{background:#fff5f5;border-left:4px solid #dc3545;border-radius:8px;color:#dc3545;font-size:.85rem;font-style:italic;margin-top:1rem;padding:1rem}@media (max-width:968px){.product-layout{align-items:center;flex-direction:column;padding:1.5rem;text-align:center}.product-image-section{display:flex;flex:none;justify-content:center;order:1;padding:0;width:100%}.product-image-container{border-radius:20px;border-width:6px;box-shadow:0 14px 30px #00000014;max-width:320px;width:100%}.product-image{height:auto;width:100%}.product-info-section{order:2;padding:1.5rem 0 0;text-align:left;width:100%}.product-title{font-size:1.6rem;text-align:left}}@media (max-width:480px){.product-image-container{border-radius:18px;border-width:5px;box-shadow:0 12px 24px #00000014;max-width:260px}.product-title{font-size:1.4rem}}@media (max-width:768px){.product-info-section .product-description{-webkit-line-clamp:unset;line-clamp:none;display:block;margin-bottom:1.2rem;max-height:none;overflow:visible;white-space:normal}.price-section,.price-single-card,.price-single-section{align-items:center;text-align:center}.price-options{width:100%}.price-option{justify-content:space-between}}.price-section:before,.price-single-card:before,.price-single-section:before{background:var(--primary-brown);border-radius:2px;content:"";display:block;height:3px;margin:0 auto 1rem;width:60px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--cream);color:var(--dark-text);font-family:Arial,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.text-center{text-align:center}.flex{display:flex}.flex-center{align-items:center;display:flex;justify-content:center}.grid{display:grid}@media (max-width:768px){.container{padding:0 15px}}@media (max-width:480px){.container{padding:0 12px}}
/*# sourceMappingURL=main.6273f371.css.map*/