*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%}body{font-family:"Inter","Arial","Helvetica",sans-serif;font-size:1rem;line-height:1.6;color:#1c1d1d;background-color:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}img{max-width:100%;height:auto;display:block}a{color:#444;text-decoration:none;color:#7d8386;transition:all .3s ease-in-out}a:hover,a:focus{color:#999}button{font-family:inherit;cursor:pointer}ul,ol{list-style:none}:focus-visible{outline:2px solid #444;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:"Georgia","Times New Roman",serif;font-weight:400;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}@media(max-width: 639px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}p{margin-bottom:1rem;color:#4d4f50}.lead{font-size:1.125rem;font-weight:300;line-height:1.8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:1rem !important}.mb-2{margin-bottom:2rem !important}.mb-3{margin-bottom:3rem !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:1rem !important}.mt-2{margin-top:2rem !important}.mt-3{margin-top:3rem !important}.d-none{display:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-grid{display:grid !important}@media(max-width: 767px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-grid{display:grid !important}}@media(max-width: 639px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-grid{display:grid !important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.skip-to-content{position:absolute;top:-40px;left:6px;background:#444;color:#fff;padding:8px;text-decoration:none;border-radius:8px;z-index:1000}.skip-to-content:focus{top:6px}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#4d4f50}.loading::after{content:"";width:20px;height:20px;border:2px solid #e5e5e5;border-top:2px solid #444;border-radius:50%;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fade-in-up{opacity:0;transform:translate3d(0, 30px, 0);transition:opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:opacity,transform}.fade-in-up.is-visible{opacity:1;transform:translate3d(0, 0, 0);will-change:auto}.fade-in{opacity:0;transition:opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:opacity}.fade-in.is-visible{opacity:1;will-change:auto}.highlights__grid>*,.dishes-grid>*,.gallery-grid>*,.contact-sections>*{opacity:0;transform:translate3d(0, 30px, 0);transition:opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:opacity,transform}.fade-in-child.is-visible{opacity:1;transform:translate3d(0, 0, 0);will-change:auto}.fade-in-up,.fade-in-child,.highlights__grid>*,.dishes-grid>*,.gallery-grid>*,.contact-sections>*{backface-visibility:hidden;-webkit-font-smoothing:antialiased;transform-style:preserve-3d}.is-visible{will-change:auto}@media(prefers-reduced-motion: reduce){.fade-in-up,.fade-in,.fade-in-child,.highlights__grid>*,.dishes-grid>*,.gallery-grid>*,.contact-sections>*{transition-duration:.1s;transform:none !important}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background-color:var(--primary-color, #d4af37);color:#fff;border:none;border-radius:50%;font-size:18px;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:1000}.scroll-to-top.is-visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.is-loading{position:relative;pointer-events:none}.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-color, #d4af37);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.form-message{padding:12px;margin-top:16px;border-radius:4px;display:none}.form-message--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.field-error{color:#dc3545;font-size:14px;display:block;margin-top:4px}.has-error{border-color:#dc3545}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.section__title{text-align:center;margin-bottom:3rem;font-size:2rem;position:relative}.section__title::after{content:"";display:block;width:60px;height:3px;background-color:#444;margin:1rem auto 0}.grid{display:grid;gap:1.5rem}.grid--auto-fit{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.grid--2-cols{grid-template-columns:repeat(2, 1fr)}@media(max-width: 767px){.grid--2-cols{grid-template-columns:1fr}}.grid--3-cols{grid-template-columns:repeat(3, 1fr)}@media(min-width: 1024px){.grid--3-cols{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.grid--3-cols{grid-template-columns:1fr}}.header{background-color:#1c1d1d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(61,65,66,.1);position:sticky;top:0;z-index:1000;transition:all .3s ease-in-out}.header__content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.logo a{text-decoration:none;color:#fff}.logo a:hover,.logo a:focus{text-decoration:none;color:#aaa}.logo h1{font-size:1.5rem;margin-bottom:0;font-weight:700}.logo__tagline{font-size:.875rem;color:#444;font-style:italic;display:block;margin-top:.25rem}.mobile-nav{position:relative;z-index:100}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .3s ease-in-out}.hamburger-btn:hover{opacity:.8}.hamburger-btn[aria-expanded=true] .hamburger-btn__line:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.hamburger-btn[aria-expanded=true] .hamburger-btn__line:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] .hamburger-btn__line:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.hamburger-btn__line{display:block;width:24px;height:2px;background:#fafafa;margin:3px 0;transition:all .3s ease-in-out;border-radius:1px}.mobile-nav__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:998}.mobile-nav__backdrop.is-active{opacity:1;visibility:visible}.mobile-nav__drawer{height:100dvh;width:0;position:fixed;z-index:9999;top:0;right:0;background-color:#111;overflow-x:hidden;transition:.5s;padding-top:60px;display:flex;flex-direction:column}.mobile-nav__drawer.is-active{transform:translateX(0);width:280px}.mobile-nav__header{display:flex;justify-content:flex-end;align-items:center;padding:1.5rem}.mobile-nav__close-icon{font-size:1.5rem;color:#1c1d1d;line-height:1}.mobile-nav__menu{list-style:none;padding:1.5rem 0;margin:0;display:flex;flex-direction:column;flex:1}.mobile-nav__item{margin:0}.mobile-nav__item--language{margin-top:auto;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.mobile-nav__link{display:block;padding:1rem 1.5rem;text-decoration:none;font-family:"Inter","Arial","Helvetica",sans-serif;font-size:1.125rem;font-weight:500;transition:all .3s ease-in-out;border-left:4px solid rgba(0,0,0,0);white-space:nowrap;overflow:hidden}.mobile-nav__link:hover{border-left-color:#444}.mobile-nav__link[aria-current=page]{border-left-color:#444;font-weight:600}.mobile-language-switcher{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem}.mobile-language-switcher__link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:600;letter-spacing:.5px;transition:all all .3s ease-in-out;border:2px solid rgba(0,0,0,0);min-width:48px;min-height:48px}.mobile-language-switcher__link:hover,.mobile-language-switcher__link:focus{background-color:#444;color:#fff;border-color:#444;transform:translateY(-2px);box-shadow:0 4px 12px rgba(68,68,68,.3)}.mobile-language-switcher__link:active{transform:translateY(0)}.mobile-language-switcher__link[aria-current=page]{background-color:#444;color:#1c1d1d;border-color:#444}.breadcrumb{background-color:#f5f5f5;padding:1rem 0;border-bottom:1px solid #e5e5e5}.breadcrumb nav{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb a{color:#4d4f50;font-size:.875rem;transition:all .3s ease-in-out}.breadcrumb a:hover,.breadcrumb a:focus{color:#444;text-decoration:none}.menu-navigation{background-color:#f5f5f5;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:sticky;top:65px;z-index:100}.menu-navigation__nav{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width: 639px){.menu-navigation__nav{gap:.5rem;overflow-x:auto;padding-bottom:.25rem}}.menu-navigation__item{padding:.5rem 1rem;color:#1c1d1d;text-decoration:none;font-weight:500;white-space:nowrap;border-bottom:2px solid rgba(0,0,0,0);transition:all .1s ease}.menu-navigation__item:hover{border-bottom:2px solid #444;text-decoration:none}.menu-navigation__item.is-active{border-bottom:2px solid #444;color:#444}@media(max-width: 639px){.menu-navigation__item{font-size:.875rem;padding:.25rem .5rem}}.footer{background-color:#1c1d1d;color:#fff;padding:3rem 0 1rem}.footer__content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer__section h3,.footer__section h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer__section p{color:hsla(0,0%,100%,.8);margin-bottom:.5rem}.footer__section p:last-child{margin-bottom:0}.footer__section a{color:#999}.footer__section a:hover{color:#fff}.footer__section>.opening-hours-table .opening-hours-row .day{color:#fff}.footer__section>.opening-hours-table .opening-hours-row .hours{color:#fff}.footer__section>.opening-hours-table .opening-hours-row .closed{color:#fff}.footer__bottom{max-width:1200px;margin:0 auto;padding:0 1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer__bottom p{color:hsla(0,0%,100%,.6);font-size:.875rem;margin-bottom:0}.footer__bottom p:last-child{margin-bottom:0}.footer__bottom a{color:hsla(0,0%,100%,.8)}.footer__bottom a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:50%;transition:all .3s ease-in-out;color:#fff}.social-links a:hover{background-color:#444;transform:translateY(-2px);text-decoration:none}.social-links a svg{width:20px;height:20px;fill:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;text-transform:uppercase;letter-spacing:.5px;min-height:48px}.btn:focus{outline:2px solid #444;outline-offset:2px}.btn--primary{background-color:#444;color:#fff}.btn--primary:hover,.btn--primary:focus{background-color:#2b2b2b;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.08)}.btn--secondary{background-color:rgba(0,0,0,0);color:#fff;border:2px solid #444}.btn--secondary:hover,.btn--secondary:focus{background-color:#444;color:#fff;text-decoration:none}.btn--outline{background-color:rgba(0,0,0,0);color:#3d4142;border:2px solid #3d4142}.btn--outline:hover,.btn--outline:focus{background-color:#1c1d1d;color:#fff;text-decoration:none}.btn--large{padding:1.5rem 3rem;font-size:1.125rem;min-height:56px}.btn--small{padding:.5rem 1rem;font-size:.875rem;min-height:36px}.form-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;text-transform:uppercase;letter-spacing:.5px;min-height:48px}.form-button:focus{outline:2px solid #444;outline-offset:2px}.form-button{background-color:#444;color:#fff;border:none}.form-button:hover,.form-button:focus{background-color:#2b2b2b;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.08)}.form-button--secondary{background-color:rgba(0,0,0,0);color:#444;border:2px solid #444}.form-button--secondary:hover,.form-button--secondary:focus{background-color:#444;color:#fff;text-decoration:none}.highlight-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease-in-out;transition:all .3s ease-in-out}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.highlight-card__image{aspect-ratio:4/3;overflow:hidden}.highlight-card__image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.highlight-card:hover .highlight-card__image img{transform:scale(1.05)}.highlight-card__content{padding:1.5rem}.highlight-card__content h3{margin-bottom:.5rem;color:#3d4142}.highlight-card__content p{margin-bottom:0;color:#4d4f50}.dish-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.08)}.dish-item:hover{transform:translateY(-5px)}@media(max-width: 639px){.dish-item{flex-direction:column;text-align:center;align-items:center}}.dish-item.has-background-image{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff !important;position:relative}.dish-item.has-background-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:0}.dish-item.has-background-image>*>*{color:#fff !important;position:relative;z-index:1}.dish-item.has-background-image>*>*>.dish-price{color:#fff !important}.dish-content{flex:1}.dish-content .dish-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}@media(max-width: 639px){.dish-content .dish-header{flex-direction:column;text-align:center;gap:.25rem}}.dish-content .dish-body{display:flex;justify-content:space-between}@media(max-width: 639px){.dish-content .dish-body{flex-direction:column;gap:.25rem}}.dish-content .dish-name{font-size:1.125rem;margin-bottom:0;display:flex;align-items:center;gap:.25rem}@media(max-width: 639px){.dish-content .dish-name{flex-direction:column;justify-content:center}}.dish-content .dish-dots{flex:1;flex-grow:1;border-bottom:1px solid #e5e5e5;margin:.25em;align-self:flex-end}@media(max-width: 639px){.dish-content .dish-dots{display:none}}.dish-content .dish-price{font-size:1.125rem;font-weight:600;color:#444;white-space:nowrap;margin-left:1rem}@media(max-width: 639px){.dish-content .dish-price{margin-left:0}}.dish-content .dish-size{text-wrap:nowrap;color:#7d8386}.dish-content .dish-description{color:#7d8386;line-height:1.5;margin-bottom:0;font-style:italic}.dish-content .dish-allergens{display:none;font-size:.875rem;color:#7d8386;margin-bottom:0}.dish-content .dish-allergens small{font-size:inherit}.dish-image{width:150px;height:150px;border-radius:8px;overflow:hidden;flex-shrink:0}@media(max-width: 639px){.dish-image{width:200px;height:150px;align-self:center}}.dish-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.dish-image:hover img{transform:scale(1.05)}.vegetarian-icon{font-size:.875rem;margin-left:.25rem;opacity:.8}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#3d4142}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out;margin-bottom:.5rem;background-color:#f5f5f5}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#444;box-shadow:0 0 0 3px rgba(68,68,68,.2);outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group .error-message{color:#aaa;font-size:.875rem;margin-top:.25rem}.gallery{background-color:#f5f5f5;padding:4rem 0;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(4, 200px);gap:1rem;max-width:1200px;margin:3rem auto;padding:0 1rem;grid-template-areas:"a a b c" "d e b f" "d g h h" "i j k l"}.gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease-in-out;backdrop-filter:blur(2px)}.alt-item:hover .gallery__overlay,.gallery__item:hover .gallery__overlay{opacity:1;visibility:visible}.gallery__icon{color:#fff;font-size:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);transform:scale(0.8);transition:transform .3s ease}.gallery__overlay:hover .gallery__icon{transform:scale(1)}.gallery__icon svg{width:32px;height:32px;fill:currentColor;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3))}@media(max-width: 639px){.gallery__icon svg{width:24px;height:24px}}.alt-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.08);transition:all .3s ease-in-out;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:bold;font-size:1.125rem;position:relative}.alt-item:hover{transform:scale(1.02)}.alt-item:nth-child(1){grid-area:a;background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}.alt-item:nth-child(2){grid-area:b;background:linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}.alt-item:nth-child(3){grid-area:c;background:linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)}.alt-item:nth-child(4){grid-area:d;background:linear-gradient(135deg, #fa709a 0%, #fee140 100%)}.alt-item:nth-child(5){grid-area:e;background:linear-gradient(135deg, #a8edea 0%, #fed6e3 100%)}.alt-item:nth-child(6){grid-area:f;background:linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%)}.alt-item:nth-child(7){grid-area:g;background:linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%)}.alt-item:nth-child(8){grid-area:h;background:linear-gradient(135deg, #ffd89b 0%, #19547b 100%)}.alt-item:nth-child(9){grid-area:i;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.alt-item:nth-child(10){grid-area:j;background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}.alt-item:nth-child(11){grid-area:k;background:linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}.alt-item:nth-child(12){grid-area:l;background:linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)}.alt-item img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.alt-item span{position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(max-width: 768px){.gallery-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(6, 150px);grid-template-areas:"a a" "b c" "d d" "e f" "g h" "i j";max-width:100%;margin:1.5rem auto}.gallery-grid .alt-item:nth-child(11),.gallery-grid .alt-item:nth-child(12){display:none}}@media(max-width: 640px){.gallery{padding:3rem 0}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(8, 120px);grid-template-areas:"a" "b" "c" "d" "e" "f" "g" "h";gap:.5rem;margin:1rem auto}.gallery-grid .alt-item:nth-child(n+9){display:none}.alt-item{font-size:1rem}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:none;z-index:9999}.lightbox.is-active{display:flex;align-items:center;justify-content:center}.lightbox__content{position:relative;max-width:90%;max-height:90%}.lightbox__image{max-width:100%;max-height:100%;object-fit:contain}.lightbox__close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10000}.lightbox__close:hover{opacity:.7}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:1rem}.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}.lightbox__nav:hover{opacity:.7}.loading-spinner{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100vw;height:100dvh;background:#1c1d1d;z-index:9999;transition:opacity .3s ease-in-out,transform .5s cubic-bezier(0.77, 0, 0.18, 1)}.spinner{border:6px solid hsla(0,0%,100%,.3);border-top:6px solid #ff6b9d;border-radius:50%;width:75px;height:75px;animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff}@media(max-width: 767px){.hero{background-attachment:scroll}}@media(max-width: 639px){.hero{background-attachment:scroll}}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center}.hero--simple{background-color:#f5f5f5;color:#1c1d1d;min-height:40vh}.hero__content{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2;text-align:center;max-width:800px}.hero__headline{font-size:2.5rem;margin-bottom:1.5rem;color:inherit}@media(max-width: 639px){.hero__headline{font-size:2rem}}.hero__subheadline{font-size:1.25rem;margin-bottom:3rem;font-style:italic;opacity:.9;color:#fff}@media(max-width: 639px){.hero__subheadline{font-size:1.125rem}}.hero__intro{color:#fff}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.intro{background-color:#f5f5f5;padding:3rem 0}.intro__content{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center;max-width:800px;font-size:1.125rem}.welcome{padding:4rem 0}.welcome__content{max-width:1200px;margin:0 auto;padding:0 1rem;max-width:900px;text-align:center}.welcome h2{margin-bottom:2rem}.welcome__text{font-size:1.125rem;line-height:1.8}.contact-info{padding:4rem 0}.contact-info__grid{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.contact-info__item{text-align:center}.contact-info__item h3{margin-bottom:1rem}.contact-info__item p{margin-bottom:.5rem}.reservation-cta{background-color:#1c1d1d;padding:4rem 0;text-align:center}.reservation-cta .cta-content{max-width:600px;margin:0 auto}.reservation-cta .cta-content h2{margin-bottom:1rem;color:#fff}.reservation-cta .cta-content p{font-size:1.125rem;margin-bottom:2rem;color:#fff}.reservation-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.reservation-cta .cta-buttons .btn{min-width:200px}@media(max-width: 639px){.reservation-cta .cta-buttons .btn{min-width:auto;width:100%}}@media(max-width: 639px){.hero__buttons{flex-direction:column;width:100%}.hero__buttons .btn{width:100%}}.page-header{background-color:#f5f5f5;padding:3rem 0;text-align:center}.page-header .container{max-width:1200px;margin:0 auto;padding:0 1rem}.page-header h1{margin-bottom:1rem}.page-header .page-intro{font-size:1.125rem;color:#4d4f50;max-width:600px;margin:0 auto}.menu-content{max-width:1200px;margin:0 auto;padding:0 1rem;padding:3rem 0}.menu-category{display:none}.menu-category.active{display:block}.menu-category:last-child{margin-bottom:0}.menu-category .category-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;margin-bottom:2rem;min-height:400px}.menu-category .category-header h2{margin-bottom:.5rem;color:#fff}.menu-category .category-header .category-description{color:#fff;font-size:1.125rem;max-width:600px;margin:0 auto}.menu-category.simple .category-header{text-align:center;margin-bottom:2rem;min-height:auto}.menu-category.simple .category-header h2{margin-bottom:.5rem;position:relative;display:inline-block;color:#3d4142}.menu-category.simple .category-header h2::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:50px;height:2px;background-color:#444}.menu-category.simple .category-header .category-description{font-size:1.125rem;max-width:600px;margin:1rem auto 0;color:#4d4f50}.dishes-grid{display:grid;gap:1.5rem}@media(min-width: 1280px){.dishes-grid{grid-template-columns:repeat(2, 1fr)}}.category-content{max-width:1200px;margin:0 auto;padding:0 1rem;padding:3rem 0}.empty-message{text-align:center;color:#4d4f50;font-style:italic;font-size:1.125rem;padding:4rem 1rem;background-color:#f5f5f5;border-radius:12px}.allergen-info{padding:2rem 0;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.allergen-info details{max-width:800px;margin:0 auto;padding:0 1rem}.allergen-info details summary{font-weight:600;cursor:pointer;padding:1rem;background-color:#fafafa;border-radius:8px;transition:all .3s ease-in-out}.allergen-info details summary:hover{background-color:#1c1d1d;color:#fff}.allergen-info .allergen-content{padding:1.5rem;border-radius:0 0 8px 8px;margin-top:1px;background-color:#fafafa}.allergen-info .allergen-content p{margin-bottom:1rem}.allergen-info .allergen-content p:last-child{margin-bottom:0}@media(max-width: 639px){.dishes-grid{grid-template-columns:1fr}.dish-item{padding:1rem}}.contact-content{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-sections{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:3rem}.contact-section{opacity:1}.contact-section h2{margin-bottom:1.5rem}.contact-info .contact-item{margin-bottom:1.5rem}.contact-info .contact-item:last-child{margin-bottom:0}.contact-info .contact-item h3{font-size:1.125rem;margin-bottom:.5rem}.contact-info .contact-item p{margin-bottom:.25rem}.contact-info .contact-item p:last-child{margin-bottom:0}.contact-info .contact-item address{font-style:normal;line-height:1.6}.contact-info .contact-item a{color:#444}.contact-info .contact-item a:hover{color:#2b2b2b}.opening-hours-table .opening-hours-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e5e5}.opening-hours-table .opening-hours-row:last-child{border-bottom:none}.opening-hours-table .opening-hours-row .day{font-weight:500;color:#1c1d1d}.opening-hours-table .opening-hours-row .hours{color:#4d4f50}.opening-hours-table .opening-hours-row .closed{color:#7d8386;font-style:italic}.map-section{margin-bottom:4rem}.map-section h2{text-align:center;margin-bottom:1.5rem}.map-section .map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.08);height:400px}.map-section .map-container iframe{width:100%;height:100%;border:none}@media(max-width: 639px){.contact-sections{grid-template-columns:1fr;gap:2rem}}.highlights{background-color:#f5f5f5;padding:4rem 0}.highlights__container{max-width:1200px;margin:0 auto;padding:0 1rem}.highlights__header{text-align:center;margin-bottom:50px}.highlights__decoration{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:15px}.highlights__decoration .decoration-line{width:50px;height:1px;background:#4d4f50}.highlights__decoration .decoration-diamond{width:8px;height:8px;background:#4d4f50;transform:rotate(45deg)}.highlights__gallery{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 350px);gap:25px;padding:0 20px}.highlights__gallery .gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.12);cursor:pointer;transition:all .3s ease-in-out}.highlights__gallery .gallery-item:hover,.highlights__gallery .gallery-item:active,.highlights__gallery .gallery-item.is-active{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.highlights__gallery .gallery-item:hover img,.highlights__gallery .gallery-item:active img,.highlights__gallery .gallery-item.is-active img{transform:scale(1.05)}.highlights__gallery .gallery-item:hover .overlay,.highlights__gallery .gallery-item:active .overlay,.highlights__gallery .gallery-item.is-active .overlay{opacity:1}.highlights__gallery .gallery-item:hover .overlay h3,.highlights__gallery .gallery-item:active .overlay h3,.highlights__gallery .gallery-item.is-active .overlay h3{transform:translateY(0)}.highlights__gallery .gallery-item:hover .overlay p,.highlights__gallery .gallery-item:active .overlay p,.highlights__gallery .gallery-item.is-active .overlay p{transform:translateY(0)}.highlights__gallery .gallery-item:hover .overlay::before,.highlights__gallery .gallery-item:active .overlay::before,.highlights__gallery .gallery-item.is-active .overlay::before{transform:translateX(-50%) scaleX(1)}.highlights__gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.highlights__gallery .gallery-item:nth-child(1){grid-column:1/2;grid-row:1/3}.highlights__gallery .gallery-item:nth-child(2){grid-column:2/4;grid-row:1/2}.highlights__gallery .gallery-item:nth-child(3){grid-column:3/4;grid-row:2/3}.highlights__gallery .gallery-item:nth-child(4){grid-column:2/3;grid-row:2/3}.highlights__gallery .gallery-item .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);opacity:0;transition:all .3s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.highlights__gallery .gallery-item .overlay h3{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:15px;transform:translateY(20px);transition:all .3s ease-in-out;letter-spacing:1px;font-family:"Georgia","Times New Roman",serif}.highlights__gallery .gallery-item .overlay p{color:hsla(0,0%,100%,.9);font-size:.875rem;line-height:1.6;transform:translateY(20px);transition:all .3s ease-in-out;letter-spacing:.5px}.highlights__gallery .gallery-item .overlay::before{content:"";position:absolute;bottom:30px;left:50%;width:60px;height:2px;background:#fff;transform:translateX(-50%) scaleX(0);transition:all .3s ease-in-out}@media(max-width: 767px){.highlights__gallery{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 300px);gap:20px}.highlights__gallery .gallery-item:nth-child(1){grid-column:1/2;grid-row:1/3}.highlights__gallery .gallery-item:nth-child(2){grid-column:2/3;grid-row:1/2}.highlights__gallery .gallery-item:nth-child(3){grid-column:2/3;grid-row:2/3}.highlights__gallery .gallery-item:nth-child(4){grid-column:1/3;grid-row:3/4}.highlights__title{font-size:2rem}}@media(max-width: 639px){.highlights__gallery{grid-template-columns:1fr;grid-template-rows:repeat(4, 280px);gap:15px}.highlights__gallery .gallery-item{grid-column:1/2 !important;grid-row:auto !important}.highlights__gallery .gallery-item .overlay h3{font-size:1.25rem}.highlights__gallery .gallery-item .overlay p{font-size:.75rem}.highlights__title{font-size:1.5rem;letter-spacing:2px}.highlights__container{padding:0 15px}}.privacy-content{max-width:1200px;margin:0 auto;padding:0 1rem;margin:0 auto;padding:1.5rem 1rem}.privacy-content h2,.privacy-content h3{margin-top:1.5rem;margin-bottom:.5rem}.privacy-content p{margin-bottom:1rem}.privacy-content ul,.privacy-content ol{margin:1rem 0;padding-left:1.5rem}.privacy-content ul li,.privacy-content ol li{margin-bottom:.5rem}.impressum-content{max-width:1200px;margin:0 auto;padding:0 1rem;margin:0 auto;padding:1.5rem 1rem}@media print{.header,.footer,.nav,.btn,.social-links{display:none !important}.hero{min-height:auto !important;padding:1rem 0 !important}}/*# sourceMappingURL=style.css.map */
