:root{--primary:#8B4513;--secondary:#DAA520;--accent:#DC143C;--text:#1a1a1a;--light-text:#ffffff;--bg-light:#FFF8DC;--bg-white:#ffffff;--nav-color:#1a1a1a;--nav-hover-color:#8B4513;--footer-bg:#2c1810;--footer-text:#ffffff;--shadow:0 4px 12px rgba(0,0,0,0.1);--transition:all 0.3s ease;--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#2c1810}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:var(--text);line-height:1.7;background:var(--bg-white)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1{font-size:48px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text)}h2{font-size:32px!important;font-weight:600!important;line-height:1.3!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text)}h3{font-size:24px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text)}h4{font-size:20px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:.75rem!important;margin-top:.5rem!important}h5,h6{font-size:18px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:.5rem!important;margin-top:.5rem!important}p{font-size:16px!important;font-weight:400!important;line-height:1.7!important;margin-bottom:1rem!important}.small-text,small{font-size:14px!important;font-weight:400!important;line-height:1.6!important}.navbar{background:var(--bg-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;padding:15px 0}.nav-container{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.nav-brand{display:flex;align-items:center;flex-shrink:0}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:active,.logo-link:focus{outline:0!important;box-shadow:none!important}.logo{min-height:30px;height:auto;width:auto;max-width:100px;max-height:40px;object-fit:contain;display:block;background:0 0;transition:opacity .3s}.8.brand-title,.nav-brand .brand-name,.nav-brand h1,.nav-brand span:not(.mobile-toggle span){display:none!important}.nav-menu{display:flex;gap:2rem;list-style:none;margin-left:auto}.nav-menu a{color:var(--nav-color);text-decoration:none;font-weight:500;transition:var(--transition);padding:8px 12px;border-radius:4px}.nav-menu a.active,.nav-menu a:hover{color:var(--nav-hover-color);background:rgba(139,69,19,.1)}.mobile-toggle,.phone-header-btn{display:none;background:0 0;border:none;cursor:pointer;padding:10px;z-index:1001;flex-shrink:0}.mobile-toggle svg,.phone-header-btn svg{color:var(--nav-color);transition:color .3s}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.mobile-toggle:hover svg,.phone-header-btn:hover svg{color:var(--nav-hover-color)}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:var(--light-text);padding:40px;max-width:800px}.hero h1{color:var(--light-text)!important;font-size:56px!important;margin-bottom:1.5rem!important}.hero-subtitle{font-size:24px;margin-bottom:2rem;color:var(--light-text)}.cta-button,.cta-button-large,.cta-button-secondary{display:inline-block;padding:14px 32px;background:var(--accent);color:var(--light-text);text-decoration:none;border-radius:8px;font-weight:600;transition:var(--transition);border:none;cursor:pointer}.cta-button-large:hover,.cta-button-secondary:hover,.cta-button:hover{background:#b30f2a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,20,60,.3)}.cta-button-secondary{background:var(--primary)}.cta-button-secondary:hover{background:#6d3410}.cta-button-large{padding:18px 48px;font-size:18px}.atmosphere-section,.family-section,.welcome-section{padding:60px 0}.atmosphere-content,.family-content,.welcome-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.atmosphere-text,.family-text,.welcome-text{padding:30px}.atmosphere-text h2,.atmosphere-text p,.family-text h2,.family-text p,.welcome-text h2,.welcome-text p{margin-bottom:1.5rem}.features-list{list-style:none;margin-top:2rem}.features-list li{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-size:16px}.features-list i{color:var(--accent);font-size:18px}.atmosphere-image img,.family-image img,.welcome-image img{border-radius:12px;box-shadow:var(--shadow);width:100%;height:400px;object-fit:cover}.menu-preview,.specialties-section{padding:60px 0;background:var(--bg-light)}.section-title{text-align:center;margin-bottom:3rem;color:var(--primary)}.specialties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:2rem}.specialty-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.specialty-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.specialty-image{height:250px;overflow:hidden}.specialty-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.specialty-card:hover .specialty-image img{transform:scale(1.1)}.specialty-card h3{padding:20px 20px 10px;color:var(--primary)}.specialty-card p{padding:0 20px 20px}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:2rem;margin-bottom:3rem}.menu-item{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.menu-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.menu-item img{width:100%;height:200px;object-fit:cover}.menu-item h3{padding:20px 20px 10px;color:var(--primary)}.menu-item p{padding:0 20px 20px;font-size:14px}.menu-cta{text-align:center;margin-top:2rem}.cta-section{background:linear-gradient(135deg,var(--primary),var(--secondary));padding:80px 0;text-align:center}.cta-content h2{color:var(--light-text)!important;margin-bottom:1rem}.cta-content p{color:var(--light-text);font-size:18px;margin-bottom:2rem}.page-hero{background:var(--primary);color:var(--light-text);text-align:center;padding:60px 20px}.page-hero h1{color:var(--light-text)!important}.page-hero p{color:var(--light-text);font-size:18px}.menu-section{padding:60px 0}.menu-category{margin-bottom:4rem}.category-title{color:var(--primary);margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--accent)}.menu-items{display:grid;gap:1.5rem}.menu-dish{background:var(--bg-white);padding:24px;border-radius:8px;box-shadow:var(--shadow);transition:var(--transition)}.menu-dish:hover{box-shadow:0 6px 20px rgba(0,0,0,.12)}.dish-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.dish-header h3{margin:0;color:var(--primary)}.price{font-size:20px;font-weight:700;color:var(--accent)}.dish-description{color:#666;font-size:15px;line-height:1.6}.menu-note{background:var(--bg-light);padding:24px;border-radius:8px;margin-top:3rem;border-right:4px solid var(--accent)}.menu-note p{margin-bottom:.75rem;display:flex;align-items:center;gap:10px}.menu-note i{color:var(--accent)}.about-story{padding:60px 0}.story-content{max-width:900px;margin:0 auto;padding:30px}.story-content h2{color:var(--primary);margin-bottom:2rem}.story-content p{margin-bottom:1.5rem;font-size:17px}.values-section{padding:60px 0;background:var(--bg-light)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:2rem}.value-card{background:var(--bg-white);padding:32px;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:var(--transition)}.value-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center}.value-icon i{font-size:36px;color:var(--light-text)}.value-card h3{color:var(--primary);margin-bottom:1rem}.chef-section{padding:60px 0}.chef-content{max-width:900px;margin:0 auto;padding:30px}.chef-text h2{color:var(--primary);margin-bottom:2rem}.chef-text p{margin-bottom:1.5rem;font-size:17px}.experience-section{padding:60px 0;background:var(--bg-light)}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:2rem}.experience-item{background:var(--bg-white);padding:32px;border-radius:12px;box-shadow:var(--shadow)}.experience-number{font-size:48px;font-weight:700;color:var(--accent);margin-bottom:1rem;line-height:1}.experience-item h3{color:var(--primary);margin-bottom:1rem}.testimonials-section{padding:60px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:2rem}.testimonial-card{background:var(--bg-white);padding:32px;border-radius:12px;box-shadow:var(--shadow)}.stars{color:var(--secondary);margin-bottom:1rem;font-size:18px}.testimonial-card p{font-style:italic;margin-bottom:1.5rem;color:#555}.testimonial-author{border-top:2px solid var(--bg-light);padding-top:1rem}.testimonial-author strong{display:block;color:var(--primary);margin-bottom:.25rem}.testimonial-author span{font-size:14px;color:#888}.contact-section{padding:60px 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-form-wrapper h2,.contact-info h2{color:var(--primary);margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding:20px;background:var(--bg-light);border-radius:8px}.info-icon{width:50px;height:50px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon i{color:var(--light-text);font-size:20px}.info-content h3{color:var(--primary);margin-bottom:.5rem;font-size:18px}.info-content p{margin:0;font-size:15px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{margin-bottom:.5rem;font-weight:500;color:var(--text)}.required{color:var(--accent)}.form-group input,.form-group select,.form-group textarea{padding:12px;border:2px solid #ddd;border-radius:6px;font-size:15px;font-family:inherit;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary)}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label a{color:var(--primary);text-decoration:underline}.submit-button{grid-column:1/-1;padding:14px 32px;background:var(--accent);color:var(--light-text);border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:var(--transition)}.submit-button:hover{background:#b30f2a;transform:translateY(-2px)}.map-section{padding:60px 0;background:var(--bg-light)}.map-placeholder{background:var(--bg-white);border-radius:12px;height:400px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.map-placeholder p{font-size:18px;color:#888}.whatsapp-float{display:none}@media (max-width:768px){.whatsapp-float{display:flex;position:fixed;bottom:20px;width:50px;height:50px;border-radius:50%;align-items:center;justify-content:center;font-size:24px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3);background:#25d366;color:#fff;text-decoration:none}html[dir=rtl] .whatsapp-float,html[lang=ar] .whatsapp-float,html[lang=he] .whatsapp-float{right:20px;left:auto}html[dir=ltr] .whatsapp-float,html[lang=en] .whatsapp-float,html[lang=es] .whatsapp-float,html[lang=fr] .whatsapp-float{left:20px;right:auto}}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:40px 0;text-align:center}.footer-social{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.footer-social a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--footer-text);transition:var(--transition)}.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}@media (max-width:1024px){h1{font-size:36px!important}h2{font-size:28px!important}h3{font-size:20px!important}p{font-size:15px!important}}@media (max-width:768px){.nav-container{padding-left:60px;padding-right:60px}.mobile-toggle,.phone-header-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}.nav-menu{display:none;position:fixed;top:0;width:80%;max-width:300px;height:100vh;background:var(--bg-white);flex-direction:column;padding:80px 20px 20px;gap:0;box-shadow:var(--shadow);z-index:999;transition:transform .3s}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0;transform:translateX(100%)}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{left:0;transform:translateX(-100%)}.nav-menu.active{display:flex;transform:translateX(0)}.nav-menu li{width:100%;border-bottom:1px solid #eee}.nav-menu a{display:block;padding:16px;width:100%;text-align:right}.nav-brand{margin:0 auto;justify-content:center}html[dir=ltr] .mobile-toggle,html[lang=en] .mobile-toggle,html[lang=es] .mobile-toggle,html[lang=fr] .mobile-toggle{left:15px;right:auto}html[dir=ltr] .phone-header-btn,html[dir=rtl] .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=en] .phone-header-btn,html[lang=es] .phone-header-btn,html[lang=fr] .phone-header-btn,html[lang=he] .mobile-toggle{right:15px;left:auto}html[dir=rtl] .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:15px;right:auto}.logo{min-height:30px;max-width:100px;max-height:40px}h1{font-size:28px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h2{font-size:22px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h3{font-size:18px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h4,h5,h6{font-size:16px!important;margin-bottom:.75rem!important;margin-top:.5rem!important}p{font-size:14px!important}section{padding-top:15px;padding-bottom:15px}.hero,.section{padding:30px 20px}.box,.card{padding:20px 16px}.text-container{padding:16px}.hero{height:400px}.hero h1{font-size:32px!important}.hero-subtitle{font-size:18px}.atmosphere-content,.contact-wrapper,.family-content,.welcome-content{grid-template-columns:1fr}.atmosphere-image img,.family-image img,.welcome-image img{height:300px}.experience-grid,.menu-grid,.specialties-grid,.testimonials-grid,.values-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form{grid-template-columns:1fr}.cta-button-large{padding:14px 32px;font-size:16px}}figure,img,picture{opacity:1!important;visibility:visible!important}.legal-footer{background-color:#2c3e50;color:#fff;padding:20px 0;font-size:14px;border-top:3px solid #3498db}.legal-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.legal-footer .footer-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.legal-footer .all-rights-reserved{flex:1;min-width:200px}.legal-footer .all-rights-reserved p{margin:0}.legal-footer .zappy-attribution{text-align:center;width:100%;padding-top:15px;border-top:1px solid #fff;opacity:.3}.legal-footer .zappy-attribution p{margin:0;font-size:12px;color:rgba(255,255,255,.6);font-style:italic}.legal-footer .footer-social{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.legal-footer .footer-social a{color:#fff!important;text-decoration:none;font-size:22px;transition:color .3s,transform .2s;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.1)}.legal-footer .footer-social a:hover{color:#3498db!important;transform:scale(1.15);background-color:rgba(255,255,255,.2)}.legal-footer .footer-social a:focus{outline:#3498db solid 2px;outline-offset:2px;border-radius:50%}.legal-footer .footer-social i{font-size:20px}.legal-footer .footer-legal{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-content:flex-end}.legal-footer .footer-legal a{color:#fff!important;text-decoration:none;transition:color .3s,opacity .3s;font-weight:500;opacity:.9}.legal-footer .footer-legal a:hover{color:#fff!important;opacity:1;text-decoration:underline}.legal-footer .footer-legal a:focus{outline:#ffffff solid 2px;outline-offset:2px;border-radius:2px}.legal-footer .separator{color:#fff!important;font-weight:300;opacity:.7}@media (max-width:968px){.legal-footer .footer-main{flex-direction:column;text-align:center;gap:20px}.legal-footer .all-rights-reserved{width:100%;text-align:center}.legal-footer .footer-social{justify-content:center;order:2}.legal-footer .footer-legal{flex-wrap:wrap;justify-content:center;order:3}}[dir=rtl] .legal-footer .all-rights-reserved{text-align:right}[dir=rtl] .legal-footer .footer-legal{text-align:left}@media (min-width:969px){.legal-footer .footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;gap:30px}.legal-footer .all-rights-reserved{text-align:left;justify-self:start}.legal-footer .footer-social{justify-self:center}.legal-footer .footer-legal{justify-self:end;text-align:right}[dir=rtl] .legal-footer .all-rights-reserved{text-align:right;justify-self:end}[dir=rtl] .legal-footer .footer-legal{justify-self:start;text-align:left}}[dir=rtl] .legal-footer .footer-legal,[dir=rtl] .legal-footer .footer-main{direction:rtl}#cc--main{font-family:inherit!important}.cc-btn.cc--btn-primary{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important}.cc-btn.cc--btn-primary:hover{background-color:var(--cc-btn-primary-hover-bg)!important}@media (max-width:768px){#cc--main .cc__btn{font-size:14px!important;padding:8px 16px!important}.cc__modal .cc__modal-content{margin:10px!important}}.cookie-preferences-btn:hover{text-decoration:none!important}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#mic-access-tool-general-button{background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button::after,#mic-access-tool-general-button::before{content:none!important;display:none!important}#mic-access-tool-general-button:hover{background:rgba(44,24,16,.1)!important;box-shadow:0 2px 8px rgba(44,24,16,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#2c1810!important;stroke:#2c1810!important;color:#2c1810!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#2c1810!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#2c1810!important;color:#2c1810!important;background-color:rgba(44,24,16,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#2c1810!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}