:root{--bg: #faf8f4;--bg-warm: #f5f0e8;--text-main: #1a1916;--text-muted: #7a756d;--text-light: #a8a29e;--text-on-img: #ffffff;--text-on-img-muted: rgba(255, 255, 255, .82);--azure: #2d6a8f;--azure-deep: #1b4d6e;--lemon: #e8c840;--terracotta: #c7693d;--sea-foam: #7abfab;--font-display: "Cormorant Garamond", serif;--font-body: "Outfit", sans-serif;--mobile-card-w: 86vw;--mobile-card-h: 78vh;--shadow-soft: 0 8px 32px rgba(26, 25, 22, .06);--shadow-card: 0 16px 48px rgba(26, 25, 22, .1);--shadow-elevated: 0 24px 64px rgba(26, 25, 22, .16);--radius: 24px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-main);font-family:var(--font-body);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.global-header{text-align:center;padding:4.5rem 1.5rem 3rem;position:relative;z-index:10;overflow:hidden}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.hero-ornament{position:absolute;width:80px;height:80px;opacity:.12;z-index:1}.hero-ornament--tl{top:3.5rem;left:2rem;border-top:1px solid var(--azure);border-left:1px solid var(--azure)}.hero-ornament--tr{top:3.5rem;right:2rem;border-top:1px solid var(--azure);border-right:1px solid var(--azure)}.header-eyebrow{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--azure);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.header-eyebrow:before,.header-eyebrow:after{content:"";width:2rem;height:1px;background:var(--azure);opacity:.4}.logo-wrap{margin-bottom:1.25rem}.logo-img{width:clamp(180px,28vw,300px);height:auto;filter:drop-shadow(0 4px 12px rgba(27,77,110,.18)) drop-shadow(0 12px 40px rgba(27,77,110,.1)) drop-shadow(0 2px 4px rgba(0,0,0,.12));transition:filter .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.logo-img:hover{filter:drop-shadow(0 6px 20px rgba(27,77,110,.25)) drop-shadow(0 16px 52px rgba(27,77,110,.15)) drop-shadow(0 2px 6px rgba(0,0,0,.15));transform:translateY(-2px)}.restaurant-subtitle{font-family:var(--font-display);font-size:1.15rem;color:var(--text-muted);font-style:italic;font-weight:300;margin-bottom:1.5rem}.hero-divider{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;width:180px}.hero-divider:before,.hero-divider:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,var(--azure),transparent);opacity:.3}.hero-divider-diamond{width:6px;height:6px;background:var(--azure);transform:rotate(45deg);opacity:.4;flex-shrink:0}.hero-info{display:flex;align-items:flex-start;gap:2.5rem;margin-bottom:2.5rem}.hero-info-block{display:flex;flex-direction:column;align-items:center;gap:.2rem}.hero-info-label{font-family:var(--font-body);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--azure);margin-bottom:.35rem}.hero-info-value{font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);letter-spacing:.03em;font-weight:300;line-height:1.5}.hero-info-address{max-width:200px;text-align:center;line-height:1.45}.hero-info-sep{width:1px;height:48px;background:linear-gradient(to bottom,transparent,rgba(45,106,143,.25),transparent);align-self:center}.hero-booking{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.btn-book{display:inline-flex;align-items:center;gap:.6rem;background:var(--azure-deep);color:#fff;padding:.85rem 1.75rem;border-radius:9999px;text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;transition:all .5s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-soft);border:1.5px solid transparent;cursor:pointer}.btn-book:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);background:var(--terracotta)}.btn-book--outline{background:transparent;color:var(--azure-deep);border-color:var(--azure-deep);box-shadow:none}.btn-book--outline:hover{background:var(--azure-deep);color:#fff;border-color:var(--azure-deep)}.btn-book svg{transition:transform .4s cubic-bezier(.16,1,.3,1);flex-shrink:0}.btn-book:hover svg{transform:scale(1.1)}.menu-container{max-width:1440px;margin:0 auto;padding:0 3rem 8rem}.category{margin-bottom:6rem}.category-header{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:3rem}.category-title{font-family:var(--font-display);font-size:2.8rem;font-weight:400;font-style:italic;color:var(--text-main);white-space:nowrap}.category-line{flex:1;height:1px;background:linear-gradient(to right,rgba(26,25,22,.12),transparent)}.category-count{font-size:.75rem;font-weight:400;color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.dishes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.dish-card{position:relative;background:var(--bg);border-radius:var(--radius);overflow:hidden;aspect-ratio:3 / 4;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1)}.dish-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:var(--shadow-elevated)}.dish-image-wrap{position:absolute;inset:0;overflow:hidden;z-index:1}.dish-image{width:100%;height:100%;object-fit:cover;transform:scale(1.03);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.dish-card:hover .dish-image{transform:scale(1.1)}.dish-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.75rem;background:linear-gradient(to top,rgba(18,16,14,.92) 0%,rgba(18,16,14,.7) 25%,rgba(18,16,14,.25) 55%,transparent 100%);color:var(--text-on-img);transition:padding-bottom .5s cubic-bezier(.16,1,.3,1)}.dish-card:hover .dish-overlay{padding-bottom:2.5rem}.dish-number{position:absolute;top:1.25rem;left:1.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:500;color:#ffffff80;letter-spacing:.05em;z-index:3}.dish-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.15)}.dish-title{font-family:var(--font-display);font-size:1.8rem;font-weight:400;font-style:italic;line-height:1.1;text-shadow:0 2px 12px rgba(0,0,0,.5)}.dish-price{font-family:var(--font-body);font-size:1.1rem;font-weight:500;color:var(--lemon);white-space:nowrap;letter-spacing:.02em}.dish-desc{font-family:var(--font-body);font-size:.85rem;font-weight:300;color:var(--text-on-img-muted);line-height:1.65;margin-bottom:.85rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.4)}.dish-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:9999px;background:#ffffff1a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);font-size:.65rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.08);color:#ffffffd9}.tag--signature{background:#e8c84033;border-color:#e8c8404d;color:var(--lemon)}.lang-nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;justify-content:center;padding-top:.75rem;padding-bottom:.5rem}.lang-pills{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background:#1a19160f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.25rem;border:1px solid rgba(26,25,22,.08);box-shadow:0 4px 16px #0000000f}.lang-pill{padding:.375rem .875rem;font-size:.7rem;font-family:var(--font-body);font-weight:500;letter-spacing:.08em;border-radius:9999px;text-decoration:none;transition:all .2s ease;color:var(--text-muted)}.lang-pill:hover{color:var(--text-main);background:#1a19160f}.lang-pill--active{background:var(--azure-deep);color:#fff;box-shadow:0 2px 8px #1b4d6e4d}.lang-pill--active:hover{color:#fff;background:var(--azure-deep)}.site-footer{text-align:center;padding:3rem 1.5rem 4rem;color:var(--text-light);font-size:.8rem;letter-spacing:.05em}.footer-line{width:3rem;height:1px;background:var(--text-light);opacity:.3;margin:0 auto 1.5rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.anim-in{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media(max-width:768px){body{height:100vh;height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory}.global-header{height:100vh;height:100dvh;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem}.hero-ornament{display:none}.logo-img{width:clamp(160px,42vw,220px)}.logo-wrap{margin-bottom:.75rem}.header-eyebrow{margin-bottom:.75rem;font-size:.65rem}.restaurant-subtitle{font-size:1.05rem;margin-bottom:1rem}.hero-divider{margin-bottom:1rem;width:140px}.hero-info{flex-direction:row;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.hero-info-block{gap:.15rem}.hero-info-label{font-size:.65rem;margin-bottom:.25rem}.hero-info-value{font-size:.82rem}.hero-info-address{max-width:160px;font-size:.8rem}.hero-info-sep{width:1px;height:40px;align-self:center;background:linear-gradient(to bottom,transparent,rgba(45,106,143,.25),transparent)}.hero-booking{flex-direction:row;gap:.6rem;justify-content:center}.btn-book{padding:.75rem 1.4rem;font-size:.68rem;gap:.5rem}.btn-book svg{width:13px;height:13px}.scroll-indicator{position:absolute;bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;color:var(--text-muted);animation:gentleBounce 2.5s cubic-bezier(.16,1,.3,1) infinite;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;font-weight:400}.menu-container{padding:0}.category{height:100vh;height:100dvh;scroll-snap-align:start;display:flex;flex-direction:column;margin-bottom:0;padding-top:1.75rem;position:relative}.category-header{justify-content:center;margin-bottom:1.25rem;padding:0 1.5rem;flex-shrink:0}.category-title{font-size:2rem}.category-line,.category-count{display:none}.dishes-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1.5rem 2.5rem;flex:1;align-items:center;scrollbar-width:none;-ms-overflow-style:none}.dishes-grid::-webkit-scrollbar{display:none}.dish-card{flex:0 0 var(--mobile-card-w);height:var(--mobile-card-h);scroll-snap-align:center;aspect-ratio:auto;box-shadow:0 20px 56px #0000002e}.dish-title{font-size:2rem}.dish-header{flex-direction:column;align-items:flex-start;gap:.4rem;padding-bottom:.85rem}.dish-price{font-size:1.3rem}.dish-desc{-webkit-line-clamp:4;font-size:.95rem}.dish-number{font-size:.75rem}.site-footer{height:auto;min-height:30vh;scroll-snap-align:end;display:flex;flex-direction:column;justify-content:center}}.scroll-indicator{display:none}@media(min-width:1200px){.dishes-grid{grid-template-columns:repeat(4,1fr)}}
