.language-switcher{display:inline-block}.language-toggle{display:flex;align-items:center;background:transparent;border:2px solid #5c4033;color:#5c4033;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #5c403326;font-family:"Noto Color Emoji","Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.language-toggle:hover{background:#5c4033;color:#fef9c3;transform:translateY(-2px);box-shadow:0 4px 12px #5c40334d}.language-toggle:active{transform:translateY(0)}.language-option{transition:all .3s ease;font-weight:600}.language-option.active{color:inherit;font-weight:700}.language-option.inactive{opacity:.5}.language-toggle:hover .language-option.active{color:inherit;font-weight:700}.language-toggle:hover .language-option.inactive{opacity:.7;color:inherit}.language-separator{margin:0 .5rem;opacity:.8;font-weight:400}@media (max-width: 768px){.language-toggle{padding:.5rem 1rem;font-size:.8rem}.language-separator{margin:0 .3rem}}@media (max-width: 480px){.language-toggle{padding:.4rem .8rem;font-size:.75rem;letter-spacing:.3px}.language-separator{margin:0 .25rem}}:root{--wood: #7a4f2f;--wood-dark: #6a4327;--cream: #f6f3ee;--text-main: #3b2f26;--card-bg: #ffffff;--accent: #b76e30;--accent-dark: #9a5b27;--beige-soft: #e8dcc8}.navbar{width:100%;background:#f2eee700;padding:14px 30px;position:fixed;top:0;left:0;z-index:999;border-bottom:none;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);box-shadow:0 2px 12px #0000;transition:background 1s cubic-bezier(.16,1,.3,1),box-shadow 1s cubic-bezier(.16,1,.3,1),backdrop-filter 1s cubic-bezier(.16,1,.3,1)}.navbar.scrolled{background:#e8d7c2fa;box-shadow:0 2px 12px #00000014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;gap:2rem;min-height:60px}.navbar-buttons{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.navbar-logo{display:flex;align-items:center;transition:transform .3s ease,color .8s cubic-bezier(.16,1,.3,1),text-shadow .8s cubic-bezier(.16,1,.3,1);margin-right:auto;font-size:1.6rem;font-weight:700;letter-spacing:1px;font-family:Georgia,serif;color:#f4e8c8;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.navbar.scrolled .navbar-logo{color:#3a332d;text-shadow:none}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo img{height:120px;filter:brightness(0) saturate(100%) invert(92%) sepia(12%) saturate(516%) hue-rotate(333deg) brightness(103%) contrast(95%) drop-shadow(0 2px 4px rgba(0,0,0,.15));transition:height .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.navbar.scrolled .navbar-logo img{height:85px;filter:brightness(0) saturate(100%) invert(19%) sepia(12%) saturate(892%) hue-rotate(353deg) brightness(95%) contrast(89%) drop-shadow(0 2px 4px rgba(0,0,0,.15))}.navbar button{background:transparent;border:none;color:#f4e8c8;padding:.5rem 1.5rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .25s ease,color .8s cubic-bezier(.16,1,.3,1),text-shadow .8s cubic-bezier(.16,1,.3,1);text-transform:none;letter-spacing:normal;box-shadow:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.navbar button:hover{background:transparent;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.8);transform:translateY(-1px);box-shadow:none}.navbar.scrolled button{color:#3a332d;text-shadow:none}.navbar.scrolled button:hover{color:#5c4033;text-shadow:none}.navbar button:active{transform:translateY(0)}.mobile-controls{display:none;align-items:center;margin-left:auto}.hamburger-menu{background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;color:#f4e8c8;font-size:2rem;font-weight:700;line-height:1;transition:all .3s ease,color .8s cubic-bezier(.16,1,.3,1),text-shadow .8s cubic-bezier(.16,1,.3,1);text-shadow:1px 1px 3px rgba(0,0,0,.6)}.hamburger-menu:hover{color:#fff;transform:scale(1.1);text-shadow:1px 1px 4px rgba(0,0,0,.8)}.navbar.scrolled .hamburger-menu{color:#5c4033;text-shadow:none}.navbar.scrolled .hamburger-menu:hover{color:#3e2a23;text-shadow:none}.hamburger-menu[aria-expanded=true]{color:#3e2a23;transform:scale(1.1)}.mobile-menu-overlay{position:absolute;top:100%;right:0;margin-top:.5rem;background:#e8d7c2fa;border-radius:12px;box-shadow:0 8px 32px #0003;border:2px solid #5c4033;z-index:1000;min-width:250px;animation:slideDown .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-menu-content{padding:1.5rem;position:relative}.mobile-menu-items{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.mobile-menu-items button{background:transparent;border:2px solid #5c4033;color:#5c4033;padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:normal;box-shadow:0 2px 8px #5c403326}.mobile-menu-items button:hover{background:#5c4033;color:#f4e8c8;transform:translateY(-2px);box-shadow:0 4px 12px #5c40334d}.mobile-language-switcher{display:flex;justify-content:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(92,64,51,.2)}.desktop-only{display:flex}@media (min-width: 1400px){.navbar-inner{max-width:1400px;padding:0 4rem}}@media (min-width: 992px) and (max-width: 1399px){.navbar-inner{max-width:1200px;padding:0 2rem}}@media (max-width: 991px){.navbar-inner{justify-content:space-between;padding:0 1rem}}@media (max-width: 768px){.navbar{padding:12px 18px}.navbar-inner{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:.5rem 0;position:relative}.navbar-logo{margin-left:0!important;margin-right:0!important;font-size:1.3rem}.navbar-buttons{margin-right:0!important;gap:14px}.mobile-controls{display:flex}.hamburger-menu{font-size:1.15rem!important}.desktop-only{display:none}.navbar-logo img{height:65px!important}}@media (max-width: 480px){.navbar{padding:.5rem .75rem}.navbar-inner{gap:1rem;padding:.25rem 0;max-width:100%}.navbar-logo{margin-left:0!important;margin-right:0!important}.navbar-buttons{margin-right:0!important}.mobile-controls{display:flex}.navbar-logo img{height:55px!important}.hamburger-menu{font-size:1.75rem}.mobile-menu-overlay{min-width:220px;right:.5rem}.mobile-menu-content{padding:1.25rem}.mobile-menu-items button{padding:.875rem 1.25rem;font-size:.9rem}}.footer{background:#e8d7c2;color:#3a332d;padding:3rem 0 1rem;margin-top:auto;position:relative;bottom:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#3a332d;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.footer-section h4{color:#3a332d;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-section p{color:#3a332d;margin-bottom:.5rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#3a332d;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#5c4033;text-decoration:underline}.address-link{color:#3a332d;text-decoration:none;transition:all .3s ease;cursor:pointer}.address-link:hover{color:#5c4033;text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-block;font-size:1.5rem;color:#3a332d;transition:transform .3s ease,color .3s ease}.social-links a:hover{transform:scale(1.2);color:#3e2a23}.footer-bottom{border-top:1px solid rgba(92,64,51,.2);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#3a332d;margin:0}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#3a332d;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#5c4033;text-decoration:underline}@media (max-width: 768px){.footer{padding:2rem 0 1rem;overflow-x:hidden}.footer-container{padding:0 1.5rem;max-width:100%;box-sizing:border-box}.footer-content{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-links{justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.footer-container{padding:0 1rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.social-links{justify-content:center;flex-wrap:wrap}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:2rem 0;padding:0}.gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;background-color:#f0f0f0;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1rem .5rem .5rem;font-size:.9rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-caption{opacity:1}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.gallery-modal-content{position:relative;max-width:80vw;max-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0000004d;padding:20px;border-radius:12px}.gallery-modal img{max-width:100%;max-height:75vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.gallery-modal-caption{color:#fff;padding:1rem;text-align:center;font-size:1rem;max-width:600px;margin-top:.5rem;background:#0009;border-radius:4px}.gallery-modal-close{position:fixed;top:20px;right:20px;background:#000000b3;border:2px solid rgba(255,255,255,.3);width:40px;height:40px;border-radius:50%;font-size:28px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;z-index:10000;padding:0;font-family:Arial,sans-serif}.gallery-modal-close:hover{background:#000000e6;border-color:#fff9;transform:scale(1.1)}.gallery-modal-nav{position:fixed;top:50%;transform:translateY(-50%);background:#000000b3;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;font-size:32px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;z-index:10000;padding:0;font-family:Arial,sans-serif}.gallery-modal-nav:hover{background:#000000e6;border-color:#fff9;transform:translateY(-50%) scale(1.1)}.gallery-modal-prev{left:20px}.gallery-modal-next{right:20px}.gallery-modal-counter{position:fixed;bottom:20px;left:50%;transform:translate(-50%);color:#fff;background:#000000b3;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:2px solid rgba(255,255,255,.3);z-index:10000}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.gallery-modal{padding:10px}.gallery-modal-content{max-width:90vw;max-height:85vh;padding:15px}.gallery-modal img{max-height:80vh}.gallery-modal-close{top:10px;right:10px;width:35px;height:35px;font-size:24px}.gallery-modal-nav{width:45px;height:45px;font-size:28px}.gallery-modal-prev{left:10px}.gallery-modal-next{right:10px}.gallery-modal-counter{bottom:10px;font-size:.85rem;padding:.4rem .8rem}}@media (max-width: 480px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.about-page{background:linear-gradient(to bottom,#fff9f3,#f5ebe0);min-height:100vh;padding-top:100px}.about-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.about-content{background:#faf3e8;border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 12px #0000001f;margin-bottom:3rem}.about-text{color:#3a332d;font-family:Georgia,serif}.about-text h2{font-size:2.5rem;font-weight:700;color:#5c4033;margin-bottom:2rem;text-align:center;font-family:Playfair Display,Georgia,serif;position:relative;padding-bottom:1rem}.about-text h2:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:80px;height:3px;background:#c8a768;border-radius:2px}.about-text p{font-size:1.125rem;line-height:1.8;color:#3a332d;margin-bottom:1.5rem;font-family:Georgia,serif;font-weight:400}.about-signature{font-style:italic;font-weight:500;color:#5a4a3f;margin-top:2rem}.about-highlight{background:#f2e7d4;border-radius:12px;padding:2rem;margin-top:2rem;text-align:center;box-shadow:0 2px 8px #0000000f}.about-highlight h3{font-size:1.5rem;color:#473628;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif}.about-highlight p{font-size:1rem;color:#5a4a3f;margin-bottom:1.5rem}.menu-link-btn{display:inline-block;background:#f4e8c8;color:#3a332d;font-weight:600;padding:.85rem 2rem;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #00000014;border:2px solid rgba(201,169,97,.3);text-transform:none;letter-spacing:.5px;font-size:1rem;font-family:Georgia,serif;cursor:pointer}.menu-link-btn:hover{background:#f4e8c8;border-color:#c9a961;transform:translateY(-2px);box-shadow:0 12px 30px #0000001f;color:#3a332d}.about-gallery-section{background:#faf3e8;border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 12px #0000001f}.about-gallery-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#473628;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif}.gallery-subtitle{text-align:center;font-size:1.1rem;color:#5a4a3f;margin-bottom:3rem;font-family:Georgia,serif}.gallery-loading{text-align:center;padding:3rem;color:#5a4a3f;background:#f2e7d4;border-radius:16px;box-shadow:0 4px 12px #0000001f}.gallery-loading p{font-size:1.1rem;font-family:Georgia,serif}@media (max-width: 768px){.about-page{padding-top:80px}.about-container{padding:2rem 1rem}.about-content{padding:2rem 1.5rem}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.about-gallery-section{padding:2rem 1.5rem}.about-gallery-section h2{font-size:2rem}}@media (max-width: 480px){.about-text h2{font-size:1.75rem}.about-highlight h3{font-size:1.25rem}.about-gallery-section h2{font-size:1.75rem}}.menu-navigation{position:sticky;top:100px;width:900px;margin:0 auto 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:100;border-top:1px solid rgba(230,210,156,.3);border-bottom:1px solid rgba(230,210,156,.3);box-shadow:0 2px 10px #0000000d;border-radius:12px}.menu-dots{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box;overflow-x:auto}.menu-dot{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;min-width:80px}.menu-dot:hover{background:#e6d29c1a;transform:translateY(-2px)}.menu-dot.active{background:#e6d29c33}.dot{width:12px;height:12px;border-radius:50%;background:#ccc;transition:all .3s ease}.menu-dot.active .dot{background:#e6d29c;transform:scale(1.2);box-shadow:0 0 10px #e6d29c80}.dot-label{font-size:.8rem;font-weight:600;color:#333;text-align:center;transition:all .3s ease;white-space:nowrap}.menu-dot.active .dot-label{color:#d4b876;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.1)}.swipeable-menu-page{min-height:100vh;background:transparent}.menu-container{min-height:calc(100vh - 200px);position:relative;overflow:hidden}.current-menu{width:100%;height:100%}.menu-arrows{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:100}.nav-arrow{width:50px;height:50px;border-radius:50%;border:none;background:#f8f9faf2;color:#1a1a1a;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #00000040,0 4px 16px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;line-height:1;padding:0;position:relative}.nav-arrow:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-style:solid}.nav-arrow.left:before{border-width:8px 12px 8px 0;border-color:transparent #1a1a1a transparent transparent}.nav-arrow.right:before{border-width:8px 0 8px 12px;border-color:transparent transparent transparent #1a1a1a}.nav-arrow:hover:not(.disabled){background:#e6d29c;color:#fff;transform:scale(1.1);box-shadow:0 12px 40px #e6d29c66,0 8px 24px #e6d29c4d}.nav-arrow.disabled{opacity:.3;cursor:not-allowed;background:#f8f9fa80}.nav-arrow:active:not(.disabled){transform:scale(.95)}@media (max-width: 1024px){.menu-dots{gap:1.5rem}.menu-dot{min-width:70px}.dot-label{font-size:.75rem}}@media (max-width: 768px){.menu-navigation{width:calc(100vw - 2rem);margin:0 1rem 2rem;padding:.8rem 0;overflow-x:hidden}.menu-dots{gap:1rem;max-width:100%;padding:0 .5rem;box-sizing:border-box}.menu-dot{min-width:60px;padding:.4rem}.dot{width:10px;height:10px}.dot-label{font-size:.7rem}.nav-arrow{width:45px;height:45px;bottom:1.5rem}.nav-arrow:before{border-width:7px 10px 7px 0}.nav-arrow.right:before{border-width:7px 0 7px 10px}}@media (max-width: 480px){.menu-navigation{width:calc(100vw - 1rem);margin:0 .5rem 1.5rem;padding:.6rem 0;overflow-x:hidden}.menu-dots{gap:.5rem;padding:0 .25rem;box-sizing:border-box;max-width:100%}.menu-dot{min-width:50px;padding:.3rem}.dot{width:8px;height:8px}.dot-label{font-size:.65rem}.nav-arrow{width:40px;height:40px;bottom:1rem;gap:.5rem}.nav-arrow:before{border-width:6px 8px 6px 0}.nav-arrow.right:before{border-width:6px 0 6px 8px}}@media (max-width: 360px){.menu-dots{gap:.3rem;padding:0 .125rem;box-sizing:border-box;max-width:100%}.menu-dot{min-width:45px}.dot-label{font-size:.6rem}.nav-arrow{width:35px;height:35px}}.contact-page{background:#f2e7d4;min-height:100vh;padding-top:100px}.contact-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-content{background:#faf3e8;border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 12px #0000001f}.contact-info h2{font-size:2.5rem;font-weight:700;color:#5c4033;margin-bottom:2rem;text-align:center;font-family:Playfair Display,Georgia,serif;position:relative;padding-bottom:1rem}.contact-info h2:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:100px;height:3px;background:#c8a768;border-radius:2px}.contact-details{display:grid;gap:2rem;margin-top:2rem}.contact-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.contact-item h3{font-size:1.5rem;color:#5c4033;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-weight:700}.contact-item p{font-size:1.125rem;line-height:1.8;color:#5c4033;margin-bottom:.75rem;font-family:Georgia,serif}.contact-item p strong{color:#5c4033;font-weight:600}.contact-item p:last-child{margin-bottom:0}.opening-hours{display:flex;flex-direction:column;gap:.75rem}.day-group{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:transparent;border-radius:6px}.day-label{font-weight:600;color:#5c4033;font-family:Georgia,serif;min-width:60px}.time-value{color:#5c4033;font-family:Georgia,serif}.features-box{background:#f2e7d4}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px}.feature-icon{font-size:1.5rem;flex-shrink:0}.feature-text{font-size:1rem;color:#5c4033;font-family:Georgia,serif}.map-note,.phone-note{font-size:.95rem;color:#5c4033;font-style:italic}.media-container{margin-top:2rem;display:grid;gap:2rem}.map-section,.social-media-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.map-section h3,.social-media-section h4{font-size:1.5rem;color:#5c4033;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-weight:700}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.facebook-plugin{display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.contact-page{padding-top:80px}.contact-container{padding:2rem 1rem}.contact-content{padding:2rem 1.5rem}.contact-info h2{font-size:2rem}.contact-item h3{font-size:1.25rem}.contact-item p{font-size:1rem}.features-grid{grid-template-columns:1fr}.day-group{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.contact-info h2{font-size:1.75rem}.contact-item{padding:1rem}}.home-wrapper{background:linear-gradient(to bottom,#fff9f3,#f5ebe0);min-height:100vh}.home{position:relative;min-height:100vh;height:auto;width:100%;margin:-80px 0 0;padding:80px 0 0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;left:0;right:0}.home:before{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,rgba(255,255,255,.1),transparent);z-index:1;pointer-events:none}.home .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059 0% 75%,#e8dcc5b3 92%,#e8dcc5);z-index:0}.home-content{position:relative;z-index:2;max-width:700px;padding:1rem;margin-top:12vh}.home-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#f4e8c8;text-shadow:2px 2px 8px rgba(0,0,0,.7),4px 4px 12px rgba(0,0,0,.5),0 0 20px rgba(0,0,0,.3);font-family:Playfair Display,Georgia,serif}.home-content h1 .welcome-line{font-size:4.5rem;margin-bottom:.5rem}.home-content h1 .hospudka-line{font-size:3rem}.home-content p{font-size:1.25rem;margin-bottom:2rem;color:#f2eee7;text-shadow:1px 1px 2px rgba(0,0,0,.8);font-weight:500}.home-btn{display:inline-block;background:#f4e8c8;color:#3a332d;font-weight:600;padding:.85rem 2rem;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #00000014;border:2px solid rgba(201,169,97,.3);text-transform:none;letter-spacing:.5px;margin-top:2rem;font-size:1rem;font-family:Georgia,serif}.home-btn:hover{background:#f4e8c8;border-color:#c9a961;transform:translateY(-2px);box-shadow:0 12px 30px #0000001f;color:#3a332d}.promotions-section{padding:3rem 2rem 2.5rem;background:#f2e7d4}.promotions-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#473628;margin-bottom:2.5rem;position:relative;font-family:Playfair Display,Georgia,serif}.promotions-section-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-15px;width:100px;height:4px;background:#c8a768;border-radius:2px}.promotions-section .promotions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.promotions-section .promotion-card{background:#faf3e8;border-radius:20px;padding:24px;text-align:center;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.promotions-section .promotion-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.promotions-section .promotion-icon{font-size:4rem;margin-bottom:1.5rem}.promotions-section .promotion-image{width:100%;height:auto;aspect-ratio:1200 / 1694;margin-bottom:1.5rem;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 4px 12px #0000001a}.promotions-section .promotion-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.promotions-section .promotion-card:hover .promotion-image img{transform:scale(1.05)}.promotions-section .promotion-title{font-size:1.5rem;font-weight:700;color:#473628;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;text-align:center}.promotions-section .promotion-description{font-size:1rem;line-height:1.6;color:#5a4a3f;font-family:Georgia,serif;font-weight:400;text-align:center}.no-promotions-message{text-align:center;padding:3rem 2rem;color:#666;font-size:1.1rem;font-style:italic}.promotions-carousel-wrapper{position:relative;max-width:1200px;margin:0 auto}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1.5rem}.carousel-arrow{background:#f2e7d4;border:2px solid #C8A768;color:#473628;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:700}.carousel-arrow:hover{background:#c8a768;color:#fff;transform:scale(1.1)}.carousel-dots{display:flex;gap:.75rem;align-items:center}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#f2e7d4;border:2px solid #C8A768;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:#c8a768;width:16px;height:16px}.carousel-dot:hover{transform:scale(1.2)}.promotions-view-all{text-align:center;margin-top:2rem}.promotions-btn{display:inline-block;background:#faf3e8;color:#5a4a3f;font-weight:500;padding:12px 30px;border-radius:30px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #0000001f;border:none;text-transform:none;letter-spacing:.5px;font-size:1rem;font-family:Georgia,serif}.promotions-btn:hover{background:#b29255;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.promotions-btn:active{transform:translateY(0)}.features{display:flex;flex-direction:column;gap:4rem;padding:3rem 2rem;margin-top:1rem;max-width:1200px;margin-left:auto;margin-right:auto}.feature-card{background:#f2e7d4;border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 12px #0000001f}.feature-card{display:flex;align-items:center;gap:4rem;justify-content:space-between}.feature-card.reverse{flex-direction:row-reverse}.feature-image{flex:1;display:flex;justify-content:center}.feature-image img{width:100%;max-width:400px;border-radius:16px;border:1px solid #fff;box-shadow:0 8px 24px #00000026;transition:transform .4s ease,box-shadow .4s ease}.feature-image img:hover{transform:scale(1.03);box-shadow:0 12px 32px #00000040}.feature-text{flex:1;text-align:left}.feature-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3;color:#3a332d;position:relative;white-space:nowrap;font-family:Playfair Display,Georgia,serif}.feature-text h2:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:4px;background:linear-gradient(90deg,#c9a961,#b8965f);border-radius:2px}.feature-text p{font-size:1.125rem;line-height:1.7;color:#3a332d;font-family:Georgia,serif;font-weight:400}@media (max-width: 768px){.promotions-section{padding:3rem 1rem}.promotions-section-title{font-size:2rem;margin-bottom:2rem}.promotions-section .promotions-grid{grid-template-columns:1fr;gap:1.5rem}.promotions-section .promotion-card{padding:2rem 1.5rem}.promotions-section .promotion-icon{font-size:3rem}.promotions-section .promotion-title{font-size:1.25rem}.features{gap:3rem;padding:2rem 1rem}.feature-card{flex-direction:column!important;gap:2rem;padding:2rem 1.5rem;text-align:center}.feature-card.reverse{flex-direction:column!important}.feature-text{text-align:center}.feature-text h2{font-size:2rem;white-space:normal}.feature-text p{font-size:1rem}.feature-image img{max-width:100%}}@media (max-width: 480px){.home-content h1{font-size:2rem}.home-content h1 .welcome-line{font-size:2.5rem}.home-content h1 .hospudka-line{font-size:1.75rem}.home-content p{font-size:1rem}.promotions-section{padding:2rem .5rem}.promotions-section-title{font-size:1.75rem}.promotion-card{padding:1.5rem 1rem}.promotion-icon{font-size:2.5rem}.promotion-title{font-size:1.1rem}.promotion-description{font-size:.95rem}.features{gap:2rem;padding:1rem .5rem}.feature-card{padding:1.5rem 1rem}.feature-text h2{font-size:1.75rem}}.promotions-page{min-height:100vh;padding-top:90px;background:linear-gradient(to bottom,#fff9f3,#f5ebe0)}.promotions-container{max-width:1200px;margin:0 auto;padding:0 2rem 3rem}.promotions-header{text-align:center;margin-bottom:2rem;padding:0;padding-top:.5rem}.promotions-header h1{font-size:2.5rem;font-weight:700;color:#473628;margin-bottom:.5rem;position:relative;font-family:Playfair Display,Georgia,serif}.promotions-header h1:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-15px;width:100px;height:4px;background:#c8a768;border-radius:2px}.promotions-subtitle{font-size:1.1rem;color:#5a4a3f;margin:0;margin-top:1.5rem;font-family:Georgia,serif}.promotions-content{min-height:400px}.promotions-grid{display:flex;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto}.promotion-card{background:#f2e7d4;border-radius:16px;padding:3rem 2rem;display:flex;flex-direction:row;gap:2.5rem;align-items:flex-start;box-shadow:0 4px 12px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.promotion-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.promotion-icon{font-size:4rem;margin-bottom:1.5rem}.promotion-image{flex-shrink:0;width:400px;height:300px;overflow:hidden;border-radius:12px;background:#faf3e8;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.promotion-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.promotion-card:hover .promotion-image img{transform:scale(1.05)}.promotion-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.promotion-title{font-size:1.8rem;font-weight:700;color:#3a332d;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif}.promotion-description{font-size:1rem;line-height:1.7;color:#3a332d;font-family:Georgia,serif;font-weight:400;text-align:left}.promotions-empty-state{text-align:center;max-width:600px;margin:0 auto;padding:4rem 2rem;background:#f2e7d4;border-radius:16px;box-shadow:0 4px 12px #0000001f}.empty-state-icon{font-size:5rem;margin-bottom:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.promotions-empty-state h2{font-size:2rem;color:#473628;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-weight:700}.promotions-empty-state p{font-size:1.1rem;color:#5a4a3f;line-height:1.6;font-family:Georgia,serif}@media (max-width: 768px){.promotions-page{padding-top:85px}.promotions-container{padding:0 1rem 2rem}.promotions-header{margin-bottom:1.5rem;padding-top:.25rem}.promotions-header h1{font-size:2rem}.promotions-subtitle{font-size:1rem}.promotions-grid{gap:2rem}.promotion-card{flex-direction:column;padding:2rem 1.5rem}.promotion-image{width:100%;height:250px}.promotion-icon{font-size:3rem}.promotion-title{font-size:1.5rem}.promotion-description{text-align:left}.empty-state-icon{font-size:4rem}.promotions-empty-state{padding:3rem 1.5rem}.promotions-empty-state h2{font-size:1.5rem}.promotions-empty-state p{font-size:1rem}}@media (max-width: 480px){.promotions-header h1{font-size:1.75rem}.promotion-card{padding:1.5rem 1rem}.promotion-title{font-size:1.25rem}.promotions-empty-state{padding:2rem 1rem}.promotions-empty-state h2{font-size:1.25rem}}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-bold:700;--tracking-tighter:-.05em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.hidden{display:none}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.tracking-tighter{--tw-tracking:var(--tracking-tighter);letter-spacing:var(--tracking-tighter)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (min-width:40rem){.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}}@media (min-width:48rem){.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}}}html,body{scroll-behavior:smooth;overflow-x:hidden}.App{flex-direction:column;min-height:100vh;display:flex}.main-content{background:linear-gradient(135deg,#fafafa,#f5f5f5);flex:1;min-height:calc(100vh - 120px);padding:120px 2rem 2rem;position:relative}.about-page,.menu-page,.contact-page,.reservations-page,.home-page{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;max-width:1200px;margin:0 auto;padding:2rem;box-shadow:0 2px 10px #0000000d}.about-title,.menu-title,.contact-title,.reservations-title{text-align:center;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about-container{max-width:900px;margin:0 auto}.about-content{line-height:1.8}.about-text h2{color:#5c4033;text-align:center;text-transform:uppercase;letter-spacing:1px;border-bottom:none;margin-bottom:2rem;padding-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.about-text h2:after{content:"";background:#c8a768;border-radius:2px;width:80px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.about-text p{color:#333;text-align:justify;text-indent:2rem;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-signature{color:#e6d29c;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #e6d29c;border-radius:8px;margin:2rem 0;padding:1rem;font-size:1.2rem;font-style:italic;font-weight:600;text-align:center!important;text-indent:0!important}.about-highlight{text-align:center;background:linear-gradient(135deg,#fff8e1,#fff3e0);border:2px solid #e6d29c;border-radius:12px;margin:2rem 0;padding:2rem;box-shadow:0 4px 15px #e6d29c33}.about-highlight h3{color:#d68910;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.about-highlight p{color:#333;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.menu-link-btn{color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#e6d29c,#f39c12);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #e6d29c4d}.menu-link-btn:hover{background:linear-gradient(135deg,#f39c12,#e67e22);transform:translateY(-2px);box-shadow:0 6px 20px #e6d29c66}.menu-link-btn:active{transform:translateY(0)}.home-page{text-align:center;padding:4rem 2rem}.home-page h1{color:#1a1a1a;margin-bottom:1rem;font-size:3rem;font-weight:700}.home-page p{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.contact-container{max-width:1000px;margin:0 auto}.contact-content{background:#faf3e8;border-radius:12px;margin-bottom:3rem;padding:2rem;display:block}.media-container{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.contact-info h2{color:#5c4033;text-align:center;text-transform:uppercase;letter-spacing:1px;border-bottom:none;margin-bottom:2rem;padding-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.contact-info h2:after{content:"";background:#c8a768;border-radius:2px;width:100px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.contact-info h3{color:#5c4033;text-transform:uppercase;letter-spacing:1px;margin:1.5rem 0 1rem;font-size:1.3rem;font-weight:700}.contact-info p{color:#5c4033;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.contact-info strong{color:#5c4033;font-weight:700}.contact-details{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;display:grid}.contact-item{background:#fff;border-left:none;border-radius:8px;padding:1.5rem;transition:all .3s}.contact-item:hover{background:#fff;transform:none;box-shadow:0 2px 8px #0000000f}.contact-item h3{color:#5c4033;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.contact-item p{color:#5c4033;margin-bottom:.8rem;font-size:1.1rem;line-height:1.6}.contact-item strong{color:#5c4033;font-size:1.1rem;font-weight:600}.features-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.feature-item{background:#fafafa;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.feature-item:hover{background:#f0f0f0;transform:translateY(-2px)}.feature-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1.2rem;display:flex;box-shadow:0 2px 8px #00000014}.feature-icon span{justify-content:center;align-items:center;width:100%;height:100%;margin-top:-1px;display:flex}.feature-text{color:#333;font-size:1rem;font-weight:500}.day-label{color:#e6d29c;min-width:60px;font-size:1.1rem;font-weight:600}.map-note,.phone-note{color:#666;font-size:.9rem;font-style:italic}.opening-hours{flex-direction:column;gap:.5rem;display:flex}.day-group{align-items:baseline;gap:.75rem;display:flex}.time-value{color:#333;font-size:1.1rem;font-weight:600}.social-media-section{box-sizing:border-box;width:100%;max-width:100%;margin-top:0;overflow:hidden}.social-media-section h4{color:#1a1a1a;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.facebook-plugin{text-align:center;box-sizing:border-box;border-radius:8px;width:100%;max-width:500px;margin:0 auto;padding:0;overflow:hidden}.facebook-plugin iframe{box-sizing:border-box;border-radius:8px;max-width:500px;margin:0 auto;display:block;box-shadow:0 4px 15px #0000001a;width:100%!important}.map-section{width:100%;max-width:500px;margin:0 auto}.map-section h3{color:#1a1a1a;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.map-container{border-radius:8px;max-width:500px;margin:0 auto;overflow:hidden;box-shadow:0 4px 15px #0000001a}.map-container iframe{border-radius:8px;width:100%;max-width:500px}.menu-container{max-width:900px;margin:0 auto}.menu-content{background:linear-gradient(135deg,#fefefe,#f8f6f0);border:1px solid #e8e4d8;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.menu-day{margin-bottom:3rem}.day-title{color:#e6d29c;text-align:center;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid #e6d29c;margin-bottom:2rem;padding-bottom:1rem;font-size:2rem;font-weight:700}.no-menu-message{text-align:center;color:#666;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:2rem;font-size:1.2rem;font-style:italic}.menu-special-offer{text-align:center;background:linear-gradient(135deg,#fff8e1,#fff3e0);border:2px solid #e6d29c;border-radius:8px;margin:1rem 0 1.5rem;padding:1rem 1.5rem;box-shadow:0 2px 10px #e6d29c33}.menu-special-offer p{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:600}.menu-separator{background:linear-gradient(90deg,#0000,#e6d29c,#0000);height:2px;margin:3rem 0}.menu-section{margin-bottom:2rem}.section-title{color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #e6d29c;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.menu-item{background:#f8f9fa;border-left:4px solid #e6d29c;border-radius:8px;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding:1rem;transition:all .3s;display:flex}.menu-item:hover{background:#fff3e0;transform:translate(5px);box-shadow:0 4px 15px #e6d29c33}.item-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.item-number{color:#e6d29c;margin-right:.5rem;font-size:1.2rem;font-weight:700}.item-name{color:#1a1a1a;font-size:1.1rem;font-weight:600;line-height:1.4}.item-description{color:#666;font-size:.9rem;font-style:italic;line-height:1.4}.allergens{align-items:center;gap:.3rem;display:flex}.allergen-tag{color:#666;white-space:nowrap;text-align:center;background:#fefefe;border:1px solid #e9ecef;border-radius:8px;min-width:16px;padding:.15rem .4rem;font-size:.7rem;font-weight:500;line-height:1;display:inline-block}.item-right{justify-content:flex-end;align-items:center;gap:.8rem;min-width:120px;display:flex}.item-price{color:#1a1a1a;text-align:right;min-width:80px;font-size:1.1rem;font-weight:700}.menu-note{text-align:center;background:linear-gradient(135deg,#fff8e1,#fff3e0);border-left:4px solid #e6d29c;border-radius:8px;margin-top:2rem;padding:1.5rem}.menu-note p{color:#666;margin:0;font-size:.9rem}.menu-note strong{color:#1a1a1a}.menu-update{color:#666;text-align:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin:2rem 0 1.5rem;padding:.5rem;font-size:.9rem;font-style:italic}.loading-message,.error-message,.no-data-message{text-align:center;color:#666;padding:3rem 1rem}.loading-message p{margin:0;font-size:1.2rem}.error-message p{color:#d32f2f;margin:0;font-size:1.1rem}.no-data-message p{color:#666;margin:0;font-size:1.1rem}@media (max-width:1024px){.main-content,.about-page,.menu-page,.contact-page,.reservations-page,.home-page{padding:1.5rem}.media-container{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.main-content{box-sizing:border-box;max-width:100%;padding:1rem .5rem}.about-page,.menu-page,.contact-page,.reservations-page,.home-page{box-sizing:border-box;border-radius:8px;max-width:calc(100% - .5rem);margin:0 .25rem;padding:1rem}.about-title,.menu-title,.contact-title,.reservations-title{margin-bottom:1.5rem;font-size:2rem}.about-text h2{font-size:1.5rem}.about-text p{text-indent:1rem;font-size:1rem}.about-highlight{margin:1.5rem 0;padding:1.5rem}.about-highlight h3{font-size:1.3rem}.menu-link-btn{padding:.8rem 1.5rem;font-size:1rem}.contact-info h2{font-size:1.5rem}.contact-info h3{font-size:1.2rem}.contact-info p{font-size:1rem}.map-section h3{font-size:1.3rem}.menu-content{padding:1rem}.day-title{font-size:1.5rem}.section-title{font-size:1.2rem}.menu-item{flex-flow:wrap;align-items:center;gap:.5rem;padding:.8rem}.item-info{flex:1;min-width:0}.item-right{flex-shrink:0;margin-left:auto}.item-price{text-align:right;min-width:60px;font-size:1rem}.allergens{align-self:flex-start}.facebook-plugin{width:100%;max-width:500px;overflow:hidden}.facebook-plugin iframe{min-width:0;max-width:500px;width:100%!important}.map-section,.map-container{max-width:500px}.contact-details{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-item{padding:.6rem}}@media (max-width:480px){.main-content{box-sizing:border-box;max-width:100%;padding:.5rem .25rem}.about-page,.menu-page,.contact-page,.reservations-page,.home-page{box-sizing:border-box;max-width:calc(100% - .25rem);margin:0 .125rem;padding:.8rem}.about-title,.menu-title,.contact-title,.reservations-title{margin-bottom:1rem;font-size:1.8rem}.about-text h2{font-size:1.3rem}.about-text p{text-indent:.5rem;font-size:.95rem}.about-highlight{margin:1rem 0;padding:1rem}.about-highlight h3{font-size:1.1rem}.menu-link-btn{padding:.7rem 1.2rem;font-size:.9rem}.contact-info h2{font-size:1.3rem}.contact-info h3{font-size:1.1rem}.contact-info p{font-size:.95rem}.map-section h3{font-size:1.2rem}.menu-content{padding:.8rem}.day-title{font-size:1.3rem}.section-title{font-size:1.1rem}.menu-item{gap:.4rem;padding:.6rem}.item-name{font-size:.95rem;line-height:1.3}.item-price{min-width:50px;font-size:.95rem}.item-description{font-size:.8rem;line-height:1.4}}.scroll-to-top-button{color:#3a332d;cursor:pointer;z-index:1000;opacity:0;background:#f4e8c8;border:2px solid #c9a9614d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 24px #00000014}.scroll-to-top-button:hover{background:#f4e8c8;border-color:#c9a961;transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.scroll-to-top-button:active{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.scroll-to-top-button{width:45px;height:45px;bottom:1.5rem;right:1.5rem}}@media (max-width:480px){.scroll-to-top-button{width:40px;height:40px;bottom:1rem;right:1rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}
