@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Playfair+Display:wght@400;700;900&family=Bebas+Neue&family=Oswald:wght@400;500;600;700&display=swap";.restaurant-page{--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .25s;--duration-normal: .35s;--duration-slow: .5s;--letter-tight: -.02em;--letter-normal: 0;--letter-body: .02em;--letter-label: .04em;--letter-wide: .08em;--letter-display: .06em;width:100%;min-height:100vh;background:#000000;color:#fff;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;letter-spacing:var(--letter-body);-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}.restaurant-section{width:100%;max-width:1400px;margin:0 auto;padding:80px 120px}@media (max-width: 1280px){.restaurant-section{padding:80px}}@media (max-width: 1024px){.restaurant-section{padding:60px}}@media (max-width: 768px){.restaurant-section{padding:40px 24px}}.restaurant-navigation{position:fixed;top:0;left:0;right:0;z-index:50;background:transparent;border-bottom:1px solid transparent;transition:background .35s var(--ease-out-smooth),border-color .35s var(--ease-out-smooth),box-shadow .35s var(--ease-out-smooth)}.restaurant-navigation.theme-dark{background:transparent;border-bottom-color:transparent}.restaurant-navigation.theme-dark.scrolled{background:rgba(0,0,0,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #ffffff0f,0 8px 32px #0000003d;border-bottom-color:#ffffff14}.restaurant-navigation.theme-light{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:#0000000f}.restaurant-navigation.theme-light.scrolled{background:rgba(255,255,255,.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #0000000a,0 8px 32px #00000014;border-bottom-color:#0000001a}.restaurant-nav-container{max-width:1400px;margin:0 auto;padding:16px 120px;display:flex;align-items:center;justify-content:space-between;min-height:64px}@media (max-width: 1280px){.restaurant-nav-container{padding:14px 80px;min-height:60px}}@media (max-width: 1024px){.restaurant-nav-container{padding:12px 60px;min-height:56px}}@media (max-width: 768px){.restaurant-nav-container{padding:12px 24px;min-height:56px}}.restaurant-mobile-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:85vw;z-index:50;box-shadow:-4px 0 20px #0000004d;transition:background .3s ease;display:flex;flex-direction:column;min-height:0}.restaurant-mobile-menu-content{flex:1 1 0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.restaurant-mobile-menu.theme-dark{background:#0a0a0a}.restaurant-mobile-menu.theme-light{background:#ffffff}.restaurant-mobile-menu-header{display:flex;align-items:center;justify-content:flex-end;padding:16px 24px;border-bottom:1px solid;transition:border-color .3s ease}.restaurant-mobile-menu.theme-dark .restaurant-mobile-menu-header{border-bottom-color:#ffffff1a}.restaurant-mobile-menu.theme-light .restaurant-mobile-menu-header{border-bottom-color:#0000001a}.restaurant-mobile-logo{transition:color .3s ease}.restaurant-mobile-menu.theme-dark .restaurant-mobile-logo .restaurant-logo-black{color:#fff}.restaurant-mobile-menu.theme-light .restaurant-mobile-logo .restaurant-logo-black{color:#000}.restaurant-mobile-menu .restaurant-logo-red{color:#dc2626}.restaurant-mobile-nav-item{text-align:left;font-size:18px;font-weight:500;padding:16px;border-radius:8px;border-bottom:1px solid;transition:all .3s ease;background:transparent;border:none;cursor:pointer;width:100%}.restaurant-mobile-menu.theme-dark .restaurant-mobile-nav-item{color:#fff;border-bottom-color:#ffffff0d}.restaurant-mobile-menu.theme-dark .restaurant-mobile-nav-item:hover{color:#dc2626;background:rgba(255,255,255,.05)}.restaurant-mobile-menu.theme-light .restaurant-mobile-nav-item{color:#000;border-bottom-color:#0000000d}.restaurant-mobile-menu.theme-light .restaurant-mobile-nav-item:hover{color:#dc2626;background:rgba(0,0,0,.05)}.restaurant-mobile-menu.theme-dark .restaurant-mobile-nav-item-active,.restaurant-mobile-menu.theme-light .restaurant-mobile-nav-item-active{color:#dc2626;font-weight:600;background:rgba(220,38,38,.08)}.restaurant-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;transition:background .3s ease}.restaurant-mobile-overlay.theme-dark{background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.restaurant-mobile-overlay.theme-light{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.restaurant-mobile-overlay{display:none}}.restaurant-mobile-theme-toggle,.restaurant-mobile-menu-button{padding:8px;border-radius:8px;transition:all .3s ease;background:transparent;border:none;cursor:pointer}.restaurant-navigation.theme-dark .restaurant-mobile-theme-toggle,.restaurant-navigation.theme-dark .restaurant-mobile-menu-button{color:#fff}.restaurant-navigation.theme-dark .restaurant-mobile-theme-toggle:hover,.restaurant-navigation.theme-dark .restaurant-mobile-menu-button:hover{background:rgba(255,255,255,.1)}.restaurant-navigation.theme-light .restaurant-mobile-theme-toggle,.restaurant-navigation.theme-light .restaurant-mobile-menu-button{color:#000}.restaurant-navigation.theme-light .restaurant-mobile-theme-toggle:hover,.restaurant-navigation.theme-light .restaurant-mobile-menu-button:hover{background:rgba(0,0,0,.1)}.restaurant-mobile-close-button{padding:8px;border-radius:8px;transition:all .3s ease;background:transparent;border:none;cursor:pointer}.restaurant-mobile-menu.theme-dark .restaurant-mobile-close-button{color:#fff}.restaurant-mobile-menu.theme-dark .restaurant-mobile-close-button:hover{background:rgba(255,255,255,.1)}.restaurant-mobile-menu.theme-light .restaurant-mobile-close-button{color:#000}.restaurant-mobile-menu.theme-light .restaurant-mobile-close-button:hover{background:rgba(0,0,0,.1)}.restaurant-logo{font-family:Bebas Neue,Oswald,sans-serif;font-size:24px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;display:flex;align-items:center;background:transparent;border:none;padding:0;margin:0;cursor:pointer;transition:opacity .3s ease,transform .2s ease}.restaurant-logo:hover{opacity:.8;transform:scale(1.02)}.restaurant-logo:active{transform:scale(.98)}.restaurant-logo-black{transition:color .3s ease}.restaurant-navigation.theme-dark .restaurant-logo-black{color:#fff}.restaurant-navigation.theme-light .restaurant-logo-black{color:#000}.restaurant-logo-red{color:#dc2626;transition:color .3s ease}.restaurant-logo .logo-red,.logo-red{color:#dc2626}.restaurant-nav-menu{display:flex;align-items:center;gap:48px;flex:1;justify-content:flex-end}@media (max-width: 768px){.restaurant-nav-menu{display:none}}.restaurant-mobile-controls{display:none}@media (max-width: 768px){.restaurant-mobile-controls{display:flex;align-items:center;gap:8px}}.restaurant-nav-item{font-size:16px;font-weight:500;letter-spacing:var(--letter-body);line-height:1.4;text-decoration:none;position:relative;transition:color .25s var(--ease-out-smooth);padding:8px 0;background:transparent;border:none;cursor:pointer}.restaurant-navigation.theme-dark .restaurant-nav-item{color:#ffffffeb}.restaurant-navigation.theme-light .restaurant-nav-item{color:#000000e0}.restaurant-nav-item:hover{color:#dc2626}.restaurant-nav-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#dc2626,#b91c1c);border-radius:1px;transition:width .35s var(--ease-out-expo)}.restaurant-nav-item:hover:after,.restaurant-nav-item-active:after{width:100%}.restaurant-nav-item-active{color:#dc2626;font-weight:600}.restaurant-nav-item:focus-visible{outline:2px solid #dc2626;outline-offset:4px;border-radius:4px}.restaurant-theme-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.18);border-radius:50%;cursor:pointer;transition:background .25s var(--ease-out-smooth),border-color .25s var(--ease-out-smooth),transform .2s var(--ease-out-smooth);margin-left:16px}.restaurant-theme-toggle:hover{background:rgba(220,38,38,.15);border-color:#dc262659}.restaurant-theme-toggle:active{transform:scale(.96)}.restaurant-navigation.theme-dark .restaurant-theme-toggle{color:#fff}.restaurant-navigation.theme-light .restaurant-theme-toggle{color:#000}.restaurant-theme-toggle:hover{background:rgba(220,38,38,.2);border-color:#dc2626;transform:scale(1.1)}.restaurant-language-toggle{display:flex;align-items:center;gap:4px;background:rgba(107,114,128,.1);border:1px solid rgba(107,114,128,.2);border-radius:20px;padding:2px;margin-left:16px;transition:all .3s ease}.restaurant-navigation.theme-dark .restaurant-language-toggle{background:rgba(107,114,128,.15);border-color:#6b72804d}.restaurant-navigation.theme-light .restaurant-language-toggle{background:rgba(107,114,128,.08);border-color:#6b728033}.restaurant-language-option{min-width:36px;height:28px;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 6px;border:none;border-radius:16px;background:transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.restaurant-language-text{font-size:12px;font-weight:600;letter-spacing:var(--letter-label);line-height:1.3;transition:all .3s ease;white-space:nowrap}.restaurant-navigation.theme-dark .restaurant-language-option{color:#fff9}.restaurant-navigation.theme-light .restaurant-language-option{color:#0009}.restaurant-navigation.theme-dark .restaurant-language-option.active{background:linear-gradient(135deg,#4b5563 0%,#6b7280 100%);color:#fff;box-shadow:0 2px 8px #4b55634d}.restaurant-navigation.theme-light .restaurant-language-option.active{background:linear-gradient(135deg,#374151 0%,#4b5563 100%);color:#fff;box-shadow:0 2px 8px #37415140}.restaurant-language-option:hover:not(.active){background:rgba(107,114,128,.1)}.restaurant-navigation.theme-dark .restaurant-language-option:hover:not(.active){color:#fffc}.restaurant-navigation.theme-light .restaurant-language-option:hover:not(.active){color:#000c}.restaurant-mobile-language-toggle{display:flex;align-items:center;gap:8px;background:rgba(107,114,128,.1);border:1px solid rgba(107,114,128,.2);border-radius:24px;padding:4px;margin:16px 0;transition:all .3s ease}.restaurant-mobile-menu.theme-dark .restaurant-mobile-language-toggle{background:rgba(107,114,128,.15);border-color:#6b72804d}.restaurant-mobile-menu.theme-light .restaurant-mobile-language-toggle{background:rgba(107,114,128,.08);border-color:#6b728033}.restaurant-mobile-language-option{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:none;border-radius:20px;background:transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.restaurant-mobile-language-text{font-size:13px;font-weight:600;letter-spacing:.5px;transition:all .3s ease}.restaurant-mobile-menu.theme-dark .restaurant-mobile-language-option{color:#fff9}.restaurant-mobile-menu.theme-light .restaurant-mobile-language-option{color:#0009}.restaurant-mobile-menu.theme-dark .restaurant-mobile-language-option.active{background:linear-gradient(135deg,#4b5563 0%,#6b7280 100%);color:#fff;box-shadow:0 2px 8px #4b55634d}.restaurant-mobile-menu.theme-light .restaurant-mobile-language-option.active{background:linear-gradient(135deg,#374151 0%,#4b5563 100%);color:#fff;box-shadow:0 2px 8px #37415140}.restaurant-mobile-language-option:hover:not(.active){background:rgba(107,114,128,.1)}.restaurant-mobile-menu.theme-dark .restaurant-mobile-language-option:hover:not(.active){color:#fffc}.restaurant-mobile-menu.theme-light .restaurant-mobile-language-option:hover:not(.active){color:#000c}.restaurant-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;padding:100px 120px 64px;text-align:center;overflow:hidden}.restaurant-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;overflow:hidden}.restaurant-hero-bg-image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll}.restaurant-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.3),rgba(0,0,0,.6));z-index:1}@media (max-width: 1280px){.restaurant-hero{padding:120px 80px 80px}}@media (max-width: 1024px){.restaurant-hero{padding:100px 60px 60px}}@media (max-width: 768px){.restaurant-hero{padding:72px 24px 36px;min-height:75vh}}.restaurant-hero-content{max-width:1200px;margin:0 auto;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center}.restaurant-hero-title{font-size:80px;font-weight:900;line-height:1;letter-spacing:.05em;margin-bottom:16px;color:#fff;text-align:center}@media (max-width: 1280px){.restaurant-hero-title{font-size:64px}}@media (max-width: 1024px){.restaurant-hero-title{font-size:48px}}@media (max-width: 768px){.restaurant-hero-title{font-size:36px}}.restaurant-hero-subtitle{font-size:32px;font-weight:300;color:#ffffffe6;margin-bottom:16px;letter-spacing:.05em;text-align:center}@media (max-width: 1024px){.restaurant-hero-subtitle{font-size:24px}}@media (max-width: 768px){.restaurant-hero-subtitle{font-size:18px}}.restaurant-hero-year{font-size:60px;font-weight:900;color:#dc2626;line-height:1;margin-bottom:28px;text-align:center}@media (max-width: 1280px){.restaurant-hero-year{font-size:48px}}@media (max-width: 1024px){.restaurant-hero-year{font-size:36px}}@media (max-width: 768px){.restaurant-hero-year{font-size:28px}}.restaurant-hero-description{font-size:18px;color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;margin-bottom:36px;text-align:center}.restaurant-scroll-indicator{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px}.restaurant-scroll-label{font-size:12px;font-weight:500;letter-spacing:var(--letter-label);color:#ffffff80;white-space:nowrap}.restaurant-scroll-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);cursor:pointer;color:#fff9;transition:color .25s var(--ease-out-smooth),background .25s var(--ease-out-smooth),border-color .25s var(--ease-out-smooth),transform .2s var(--ease-out-smooth);border-radius:50%}.restaurant-scroll-button:hover{color:#fffffff2;background:rgba(255,255,255,.1);border-color:#fff3}.restaurant-scroll-button:active{transform:scale(.96)}.restaurant-scroll-button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}.restaurant-hero-nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;cursor:pointer;transition:background .3s var(--ease-out-smooth),border-color .3s var(--ease-out-smooth),transform .3s var(--ease-out-smooth)}.restaurant-hero-nav-button:hover{background:rgba(255,255,255,.18);border-color:#ffffff59;transform:translateY(-50%) scale(1.05)}.restaurant-hero-nav-button:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:3px}.restaurant-hero-nav-prev{left:40px}.restaurant-hero-nav-next{right:40px}@media (max-width: 768px){.restaurant-hero-nav-button{width:40px;height:40px}.restaurant-hero-nav-prev{left:16px}.restaurant-hero-nav-next{right:16px}}.restaurant-hero-indicators{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:10px;align-items:center}.restaurant-hero-indicator{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);border:none;cursor:pointer;transition:background .35s var(--ease-out-smooth),width .35s var(--ease-out-expo),transform .2s var(--ease-out-smooth);padding:0;margin:0}.restaurant-hero-indicator:hover{background:rgba(255,255,255,.55);transform:scale(1.15)}.restaurant-hero-indicator.active{background:#dc2626;width:28px;border-radius:4px}@media (max-width: 768px){.restaurant-hero-indicators{bottom:60px}.restaurant-hero-indicator{width:8px;height:8px}.restaurant-hero-indicator.active{width:24px}}.restaurant-explore-button{padding:18px 48px;margin-top:24px;background:transparent;border:1.5px solid rgba(255,255,255,.7);color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;cursor:pointer;transition:background .35s var(--ease-out-smooth),color .25s var(--ease-out-smooth),border-color .35s var(--ease-out-smooth),transform .25s var(--ease-out-smooth),box-shadow .35s var(--ease-out-smooth);font-family:inherit}.restaurant-explore-button:hover{background:#ffffff;color:#000;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.restaurant-explore-button:active{transform:translateY(0)}.restaurant-explore-button:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:3px}@media (max-width: 768px){.restaurant-explore-button{padding:16px 40px;font-size:14px}}@media (max-width: 768px){.restaurant-hero-description{font-size:14px;margin-bottom:32px}}.restaurant-intro{padding:48px 80px 56px;background:linear-gradient(180deg,#000000 0%,#0a0a0a 50%,#000000 100%);position:relative}.restaurant-intro:after{content:"";position:absolute;top:0;right:0;width:28%;max-width:320px;height:100%;background:radial-gradient(ellipse 80% 50% at 100% 50%,rgba(220,38,38,.04) 0%,transparent 70%);pointer-events:none}@media (max-width: 1024px){.restaurant-intro:after{display:none}}@media (max-width: 1280px){.restaurant-intro{padding:40px 60px 48px}}@media (max-width: 1024px){.restaurant-intro{padding:36px 40px 44px}}@media (max-width: 768px){.restaurant-intro{padding:32px 24px 40px}}.restaurant-intro-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(140px,180px) 1fr;gap:40px;align-items:start}@media (max-width: 1024px){.restaurant-intro-container{grid-template-columns:1fr;gap:28px}}.restaurant-intro-image{position:relative;width:100%;max-width:180px;aspect-ratio:1;border-radius:50%;overflow:hidden;margin:0 auto;box-shadow:0 16px 32px #0006,0 0 0 1px #ffffff0a;transition:box-shadow .4s var(--ease-out-smooth)}.restaurant-intro-image:hover{box-shadow:0 32px 64px #00000073,0 0 0 1px #ffffff0f}.restaurant-intro-content{display:flex;flex-direction:column;gap:14px;min-width:0;padding:8px 0 8px 20px;border-left:1px solid rgba(255,255,255,.08)}@media (max-width: 1024px){.restaurant-intro-content{padding:0;border-left:none}}.restaurant-intro-label{font-size:13px;font-weight:500;color:#dc2626cc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.restaurant-intro-title{font-size:36px;font-weight:300;line-height:1.25;color:#fff;margin-bottom:8px}.restaurant-intro-title .highlight{color:#dc2626;font-weight:400}@media (max-width: 1280px){.restaurant-intro-title{font-size:32px}}@media (max-width: 1024px){.restaurant-intro-title{font-size:28px}}@media (max-width: 768px){.restaurant-intro-title{font-size:24px}}.restaurant-intro-text{font-size:15px;line-height:1.6;max-width:100%;color:#ffffffd9;margin-bottom:12px}.restaurant-intro-text:last-child{margin-bottom:0}@media (max-width: 768px){.restaurant-intro-text{font-size:14px}}.restaurant-intro-quote{padding:12px 16px;background:rgba(255,255,255,.03);border-left:4px solid #6b7280;border-radius:8px;margin-bottom:12px}.restaurant-intro-quote-text{font-size:16px;font-weight:500;line-height:1.5;color:#ffffffe6;font-style:italic;margin-bottom:4px}.restaurant-intro-quote-author{font-size:13px;color:#fff9;text-align:right}@media (max-width: 768px){.restaurant-intro-quote-text{font-size:15px}}.restaurant-intro-content-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:16px}@media (max-width: 900px){.restaurant-intro-content-sections{grid-template-columns:1fr}}.restaurant-intro-section{padding:14px;background:rgba(255,255,255,.02);border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.restaurant-intro-section:hover{background:rgba(255,255,255,.04);border-color:#ffffff1a}.restaurant-intro-section-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(107,114,128,.5)}@media (max-width: 768px){.restaurant-intro-section-title{font-size:15px}}.restaurant-intro-menu-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.restaurant-intro-menu-item{display:flex;gap:8px;align-items:flex-start;padding:10px;background:rgba(255,255,255,.03);border-radius:6px;transition:all .3s ease}.restaurant-intro-menu-item:hover{background:rgba(255,255,255,.05)}.restaurant-intro-menu-icon{color:#6b7280;flex-shrink:0;margin-top:2px}.restaurant-intro-menu-item strong{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.restaurant-intro-menu-item p{font-size:13px;line-height:1.5;color:#ffffffb3;margin:0}.restaurant-intro-closing{padding:16px 20px;background:rgba(255,255,255,.03);border-radius:10px;border:1px solid rgba(255,255,255,.08);margin-top:14px;text-align:center}.restaurant-intro-closing-text{font-size:15px;line-height:1.6;color:#fffc}.restaurant-intro-closing-text strong{color:#fff;font-weight:600}@media (max-width: 768px){.restaurant-intro-closing{padding:14px 16px}.restaurant-intro-closing-text{font-size:14px}}.restaurant-intro-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}@media (max-width: 1024px){.restaurant-intro-features{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 768px){.restaurant-intro-features{grid-template-columns:1fr;gap:10px}}.restaurant-feature-item{padding:12px 14px;background:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.04);transition:all .3s ease}.restaurant-feature-item:hover{background:rgba(255,255,255,.08);transform:translateY(-4px)}.restaurant-feature-icon{width:40px;height:40px;background:rgba(220,38,38,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#dc2626}.restaurant-feature-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.restaurant-feature-description{font-size:12px;color:#fff9;line-height:1.5}.restaurant-menu,.restaurant-menu-detail,.restaurant-menu button,.restaurant-menu-detail button,.restaurant-menu a,.restaurant-menu-detail a{touch-action:pan-y}.restaurant-menu{padding:56px 120px;background:#0a0a0a}@media (max-width: 1280px){.restaurant-menu{padding:48px 80px}}@media (max-width: 1024px){.restaurant-menu{padding:40px 60px}}@media (max-width: 768px){.restaurant-menu{padding:36px 24px}}.restaurant-menu-container{max-width:1400px;margin:0 auto}.restaurant-menu-header{text-align:center;margin-bottom:36px}@media (max-width: 768px){.restaurant-menu-header{margin-bottom:28px}}.restaurant-menu-label{font-size:14px;font-weight:500;color:#dc2626cc;text-transform:uppercase;letter-spacing:var(--letter-wide);line-height:1.35;margin-bottom:12px}.restaurant-menu-title{font-size:40px;font-weight:300;letter-spacing:var(--letter-tight);line-height:1.2;color:#fff;margin-bottom:12px}@media (max-width: 1280px){.restaurant-menu-title{font-size:40px}}@media (max-width: 1024px){.restaurant-menu-title{font-size:36px}}@media (max-width: 768px){.restaurant-menu-title{font-size:28px}}.restaurant-menu-description{font-size:16px;line-height:1.7;letter-spacing:var(--letter-body);color:#ffffffc7;max-width:65ch;margin:0 auto}@media (max-width: 768px){.restaurant-menu-description{font-size:15px}}.restaurant-menu-items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.restaurant-menu-items{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 600px){.restaurant-menu-items{grid-template-columns:1fr;gap:24px}}.restaurant-menu-item{display:flex;flex-direction:column;align-items:stretch;gap:0}.restaurant-menu-item.reverse{direction:ltr}.restaurant-menu-item.reverse>*{direction:ltr}.restaurant-menu-image{width:100%;max-width:100%;aspect-ratio:1;max-height:180px;border-radius:16px;overflow:clip;margin:0;box-shadow:0 12px 32px #00000059,0 0 0 1px #ffffff08;position:relative;cursor:pointer;transition:transform .4s var(--ease-out-smooth),box-shadow .4s var(--ease-out-smooth)}.restaurant-menu-image .optimized-image-img{-o-object-fit:cover;object-fit:cover}.restaurant-menu-image:hover{transform:scale(1.03);box-shadow:0 28px 56px #00000073,0 0 0 1px #ffffff0f}.restaurant-menu-content{display:flex;flex-direction:column;gap:8px;padding:14px 0 0}.restaurant-menu-content .inline-block{margin-bottom:8px!important}.restaurant-menu-content .h-1.w-16{margin-bottom:12px!important}.restaurant-menu-item-label{font-size:12px;font-weight:500;color:#dc2626cc;text-transform:uppercase;letter-spacing:var(--letter-wide);line-height:1.35}.restaurant-menu-item-title{font-size:22px;font-weight:700;letter-spacing:var(--letter-tight);color:#fff;line-height:1.3;margin-bottom:8px}@media (max-width: 1024px){.restaurant-menu-item-title{font-size:20px}}@media (max-width: 768px){.restaurant-menu-item-title{font-size:20px}}.restaurant-menu-item-description{font-size:14px;line-height:1.6;letter-spacing:var(--letter-body);max-width:100%;color:#ffffffd9;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.restaurant-menu-item-description{font-size:15px}}.restaurant-menu-item-price{display:inline-block;background:#6b7280;color:#fff;padding:8px 20px;border-radius:20px;font-size:16px;font-weight:700;margin-bottom:24px}.restaurant-menu-detail-button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;letter-spacing:var(--letter-body);line-height:1.4;font-weight:500;background:transparent;border-radius:6px;cursor:pointer;transition:all .3s ease;margin-top:16px}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-button{color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.restaurant-menu-detail.theme-light .restaurant-menu-detail-button{color:#000000b3;border:1px solid rgba(0,0,0,.2)}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-button:hover{color:#d1d5db;border-color:#9ca3af;background:rgba(156,163,175,.1)}.restaurant-menu-detail.theme-light .restaurant-menu-detail-button:hover{color:#374151;border-color:#6b7280;background:rgba(107,114,128,.1)}.restaurant-menu-detail-icon{width:14px;height:14px;transition:transform .3s ease}.restaurant-menu-detail-button:hover .restaurant-menu-detail-icon{transform:translate(3px)}.restaurant-footer{padding:56px 80px 36px;transition:all .3s ease}.restaurant-footer.theme-dark{background:#000000;border-top:1px solid rgba(255,255,255,.1)}.restaurant-footer.theme-light{background:#ffffff;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 1280px){.restaurant-footer{padding:48px 60px 32px}}@media (max-width: 1024px){.restaurant-footer{padding:40px 40px 28px}}@media (max-width: 768px){.restaurant-footer{padding:32px 24px 24px}}.restaurant-footer-container{max-width:1200px;margin:0 auto 28px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}@media (max-width: 1024px){.restaurant-footer-container{grid-template-columns:1fr;gap:32px;margin-bottom:24px}}.restaurant-footer-brand{display:flex;flex-direction:column;gap:12px}.restaurant-footer-brand-title{font-family:Bebas Neue,Oswald,sans-serif;font-size:22px;font-weight:400;letter-spacing:var(--letter-display);line-height:1.25;text-transform:uppercase;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-brand-title{color:#fff}.restaurant-footer.theme-light .restaurant-footer-brand-title{color:#000}.restaurant-footer-brand-title .logo-red{color:#dc2626}.restaurant-footer-brand-description{font-size:14px;line-height:1.6;letter-spacing:var(--letter-body);transition:color .3s ease;margin-bottom:10px;max-width:52ch}.restaurant-footer-seating-info{margin-top:10px;margin-bottom:10px}.restaurant-footer-seating-title{font-size:14px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.4;margin-bottom:8px;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-seating-title{color:#fff}.restaurant-footer.theme-light .restaurant-footer-seating-title{color:#000}.restaurant-footer-seating-list{display:flex;flex-direction:column;gap:4px}.restaurant-footer-seating-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid;transition:border-color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-seating-item{border-bottom-color:#ffffff1a}.restaurant-footer.theme-light .restaurant-footer-seating-item{border-bottom-color:#0000001a}.restaurant-footer-seating-label{font-size:13px;font-weight:500;letter-spacing:var(--letter-body);line-height:1.4;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-seating-label{color:#fffc}.restaurant-footer.theme-light .restaurant-footer-seating-label{color:#000c}.restaurant-footer-seating-value{font-size:13px;letter-spacing:var(--letter-body);line-height:1.4;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-seating-value{color:#fff9}.restaurant-footer.theme-light .restaurant-footer-seating-value{color:#0009}.restaurant-footer-links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.restaurant-footer-section-spacer{margin-top:20px}.restaurant-footer-parking-content{margin-top:10px}.restaurant-footer-parking-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.restaurant-footer-parking-available{font-size:14px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.4;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-parking-available{color:#fff}.restaurant-footer.theme-light .restaurant-footer-parking-available{color:#000}.restaurant-footer-parking-free{font-size:12px;padding:3px 10px;border-radius:4px;background-color:#dc2626;color:#fff;font-weight:500;letter-spacing:var(--letter-body)}.restaurant-footer-parking-notice{font-size:13px;line-height:1.55;letter-spacing:var(--letter-body);margin-bottom:10px;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-parking-notice{color:#ffffffb3}.restaurant-footer.theme-light .restaurant-footer-parking-notice{color:#000000b3}.restaurant-footer-parking-lots{display:flex;flex-direction:column;gap:10px}.restaurant-footer-parking-lot{padding:10px 12px;border-radius:8px;transition:background-color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-parking-lot{background-color:#ffffff0d}.restaurant-footer.theme-light .restaurant-footer-parking-lot{background-color:#0000000d}.restaurant-footer-parking-lot-title{font-size:14px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.4;margin-bottom:6px;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-parking-lot-title{color:#fff}.restaurant-footer.theme-light .restaurant-footer-parking-lot-title{color:#000}.restaurant-footer-parking-lot-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.restaurant-footer-parking-lot-list li{font-size:13px;line-height:1.5;letter-spacing:var(--letter-body);transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-parking-lot-list li{color:#ffffffb3}.restaurant-footer.theme-light .restaurant-footer-parking-lot-list li{color:#000000b3}.restaurant-footer-facilities-info{margin-top:0}.restaurant-footer-facilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}@media (max-width: 1024px){.restaurant-footer-facilities-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width: 768px){.restaurant-footer-facilities-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width: 480px){.restaurant-footer-facilities-grid{grid-template-columns:1fr}}.restaurant-footer-facility-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;transition:all .3s ease;border:1px solid;min-width:0}.restaurant-footer.theme-dark .restaurant-footer-facility-card{background-color:#ffffff08;border-color:#ffffff1a}.restaurant-footer.theme-light .restaurant-footer-facility-card{background-color:#00000005;border-color:#0000001a}.restaurant-footer-facility-card:hover{transform:translateY(-2px)}.restaurant-footer.theme-dark .restaurant-footer-facility-card:hover{background-color:#ffffff0d;border-color:#fff3}.restaurant-footer.theme-light .restaurant-footer-facility-card:hover{background-color:#0000000d;border-color:#0003}.restaurant-footer-facility-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;flex-shrink:0;transition:all .3s ease}.restaurant-footer.theme-dark .restaurant-footer-facility-icon{background-color:#ffffff14;color:#fffc}.restaurant-footer.theme-light .restaurant-footer-facility-icon{background-color:#0000000d;color:#000000b3}.restaurant-footer-facility-card:hover .restaurant-footer-facility-icon{transform:scale(1.1)}.restaurant-footer.theme-dark .restaurant-footer-facility-card:hover .restaurant-footer-facility-icon{background-color:#ffffff1f}.restaurant-footer.theme-light .restaurant-footer-facility-card:hover .restaurant-footer-facility-icon{background-color:#0000001a}.restaurant-footer-facility-content{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0;overflow:hidden}.restaurant-footer-facility-label{font-size:13px;font-weight:500;line-height:1.45;letter-spacing:var(--letter-body);transition:color .3s ease;word-break:keep-all;overflow-wrap:break-word;white-space:normal}.restaurant-footer.theme-dark .restaurant-footer-facility-label{color:#ffffffe6}.restaurant-footer.theme-light .restaurant-footer-facility-label{color:#000000e6}.restaurant-footer-facility-badge{font-size:11px;font-weight:600;letter-spacing:var(--letter-body);padding:2px 8px;border-radius:4px;align-self:flex-start;white-space:nowrap}.restaurant-footer-facility-badge.paid{background-color:#6b7280;color:#fff}.restaurant-footer-facility-badge.free{background-color:#10b981;color:#fff}.restaurant-footer.theme-dark .restaurant-footer-brand-description{color:#fff9}.restaurant-footer.theme-light .restaurant-footer-brand-description{color:#000000b3}.restaurant-menu-detail{padding:64px 0;transition:background-color .3s ease,color .3s ease}.restaurant-menu-detail.theme-dark{background-color:#000;color:#fff}.restaurant-menu-detail.theme-light{background-color:#fff;color:#000}.restaurant-menu-detail-container{max-width:1400px;margin:0 auto;padding:0 24px}.restaurant-menu-detail-header{text-align:center;margin-bottom:32px}.restaurant-menu-detail-label{font-size:14px;font-weight:500;letter-spacing:var(--letter-wide);line-height:1.4;text-transform:uppercase;transition:color .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-label{color:#fff9}.restaurant-menu-detail.theme-light .restaurant-menu-detail-label{color:#0009}.restaurant-menu-detail-title{font-size:36px;font-weight:700;letter-spacing:var(--letter-tight);line-height:1.25;margin-top:16px;transition:color .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-title{color:#fff}.restaurant-menu-detail.theme-light .restaurant-menu-detail-title{color:#000}.restaurant-menu-detail-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 40px}@media (max-width: 900px){.restaurant-menu-detail-categories{grid-template-columns:1fr;gap:28px}}.restaurant-menu-detail-category{min-width:0}.restaurant-menu-detail-category-title{font-size:20px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.35;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #6b7280;transition:color .3s ease,border-color .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-category-title{border-bottom-color:#6b7280}.restaurant-menu-detail.theme-light .restaurant-menu-detail-category-title{border-bottom-color:#9ca3af}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-category-title{color:#fff}.restaurant-menu-detail.theme-light .restaurant-menu-detail-category-title{color:#000}.restaurant-menu-detail-items{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width: 600px){.restaurant-menu-detail-items{grid-template-columns:repeat(2,1fr);gap:10px}}.restaurant-menu-detail-item{padding:12px 14px;border-radius:8px;transition:background-color .3s ease,border-color .3s ease;border:1px solid}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-item{background-color:#ffffff08;border-color:#ffffff1a}.restaurant-menu-detail.theme-light .restaurant-menu-detail-item{background-color:#00000005;border-color:#0000001a}.restaurant-menu-detail-item:hover{transition:all .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-item:hover{background-color:#ffffff0d;border-color:#fff3}.restaurant-menu-detail.theme-light .restaurant-menu-detail-item:hover{background-color:#0000000d;border-color:#0003}.restaurant-menu-detail-item-content{display:flex;flex-direction:column;gap:4px}.restaurant-menu-detail-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.restaurant-menu-detail-item-name{font-size:15px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.4;flex:1;transition:color .3s ease;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-item-name{color:#fff}.restaurant-menu-detail.theme-light .restaurant-menu-detail-item-name{color:#000}.restaurant-menu-detail-badge{font-size:11px;font-weight:500;padding:2px 8px;border-radius:4px;background-color:#6b7280;color:#fff;white-space:nowrap}.restaurant-menu-detail.theme-light .restaurant-menu-detail-badge{background-color:#9ca3af;color:#fff}.restaurant-menu-detail-item-price{font-size:15px;font-weight:700;white-space:nowrap;transition:color .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-item-price{color:#d1d5db}.restaurant-menu-detail.theme-light .restaurant-menu-detail-item-price{color:#4b5563}.restaurant-menu-detail-item-description{font-size:13px;line-height:1.5;letter-spacing:var(--letter-body);margin-top:2px;transition:color .3s ease}.restaurant-menu-detail.theme-dark .restaurant-menu-detail-item-description{color:#ffffffb3}.restaurant-menu-detail.theme-light .restaurant-menu-detail-item-description{color:#000000b3}.restaurant-footer-section-title{font-size:15px;font-weight:700;letter-spacing:var(--letter-body);line-height:1.35;margin-bottom:12px;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-section-title{color:#fff}.restaurant-footer.theme-light .restaurant-footer-section-title{color:#000}.restaurant-footer-contact-list{display:flex;flex-direction:column;gap:2px}.restaurant-footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.restaurant-footer-contact-item:last-child{margin-bottom:0}.restaurant-footer-contact-icon{width:36px;height:36px;background:rgba(220,38,38,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#dc2626;flex-shrink:0}.restaurant-footer-contact-content{flex:1}.restaurant-footer-contact-label{font-size:12px;font-weight:500;letter-spacing:var(--letter-label);line-height:1.4;margin-bottom:2px;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-contact-label{color:#ffffffa6}.restaurant-footer.theme-light .restaurant-footer-contact-label{color:#0009}.restaurant-footer-contact-value{font-size:14px;letter-spacing:var(--letter-body);line-height:1.5;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-contact-value{color:#fffc}.restaurant-footer.theme-light .restaurant-footer-contact-value{color:#000c}.restaurant-footer-form{display:flex;flex-direction:column;gap:10px}.restaurant-footer-input{width:100%;padding:12px 14px;border-radius:8px;font-size:14px;font-family:inherit;letter-spacing:var(--letter-body);line-height:1.5;transition:all .3s ease}.restaurant-footer.theme-dark .restaurant-footer-input{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff}.restaurant-footer.theme-light .restaurant-footer-input{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#000}.restaurant-footer.theme-dark .restaurant-footer-input::-moz-placeholder{color:#ffffff80}.restaurant-footer.theme-dark .restaurant-footer-input::placeholder{color:#ffffff80}.restaurant-footer.theme-light .restaurant-footer-input::-moz-placeholder{color:#00000080}.restaurant-footer.theme-light .restaurant-footer-input::placeholder{color:#00000080}.restaurant-footer-input:focus{outline:none;border-color:#dc2626}.restaurant-footer-textarea{width:100%;padding:12px 14px;border-radius:8px;font-size:14px;font-family:inherit;letter-spacing:var(--letter-body);line-height:1.5;resize:vertical;min-height:88px;transition:all .3s ease}.restaurant-footer.theme-dark .restaurant-footer-textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff}.restaurant-footer.theme-light .restaurant-footer-textarea{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#000}.restaurant-footer.theme-dark .restaurant-footer-textarea::-moz-placeholder{color:#ffffff80}.restaurant-footer.theme-dark .restaurant-footer-textarea::placeholder{color:#ffffff80}.restaurant-footer.theme-light .restaurant-footer-textarea::-moz-placeholder{color:#00000080}.restaurant-footer.theme-light .restaurant-footer-textarea::placeholder{color:#00000080}.restaurant-footer-textarea:focus{outline:none;border-color:#dc2626}.restaurant-footer-button{padding:12px 24px;background:#dc2626;color:#fff;border:none;border-radius:9999px;font-size:14px;font-weight:600;letter-spacing:var(--letter-body);line-height:1.4;cursor:pointer;transition:background .3s var(--ease-out-smooth),transform .25s var(--ease-out-smooth),box-shadow .3s var(--ease-out-smooth);font-family:inherit}.restaurant-footer-button:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 24px #dc262659}.restaurant-footer-button:active{transform:translateY(0)}.restaurant-footer-button:focus-visible{outline:2px solid #dc2626;outline-offset:3px}.restaurant-footer-bottom{padding-top:24px;font-size:13px;letter-spacing:var(--letter-body);line-height:1.5;transition:all .3s ease}.restaurant-footer.theme-dark .restaurant-footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}.restaurant-footer.theme-light .restaurant-footer-bottom{border-top:1px solid rgba(0,0,0,.1);color:#00000080}.restaurant-footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 768px){.restaurant-footer-bottom-content{flex-direction:column;gap:16px;text-align:center}}.restaurant-footer-admin-button{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:24px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:none!important;outline:none;cursor:pointer;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-height:36px}.restaurant-footer-admin-button:disabled{cursor:default}.restaurant-footer-admin-icon-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.restaurant-footer-admin-button:hover .restaurant-footer-admin-icon-wrapper{transform:rotate(5deg)}.restaurant-footer-admin-text{letter-spacing:.5px;transition:all .3s ease}.restaurant-footer-admin-indicator{position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55e99;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.restaurant-footer.theme-dark .restaurant-footer-admin-button{background:rgba(107,114,128,.15);color:#fffc;box-shadow:0 2px 8px #0003}.restaurant-footer.theme-dark .restaurant-footer-admin-button:hover:not(:disabled){background:rgba(107,114,128,.25);color:#fff;box-shadow:0 4px 12px #0000004d}.restaurant-footer.theme-dark .restaurant-footer-admin-button:active:not(:disabled){transform:scale(.95)}.restaurant-footer.theme-light .restaurant-footer-admin-button{background:rgba(0,0,0,.05);color:#000000bf;box-shadow:0 2px 8px #0000001a}.restaurant-footer.theme-light .restaurant-footer-admin-button:hover:not(:disabled){background:rgba(0,0,0,.1);color:#000;box-shadow:0 4px 12px #00000026}.restaurant-footer.theme-light .restaurant-footer-admin-button:active:not(:disabled){transform:scale(.95)}.restaurant-footer-admin-button-active{cursor:default}.restaurant-footer.theme-dark .restaurant-footer-admin-button-active{background:rgba(34,197,94,.2);color:#4ade80;box-shadow:0 2px 12px #22c55e4d}.restaurant-footer.theme-dark .restaurant-footer-admin-button-active:hover{background:rgba(34,197,94,.25);box-shadow:0 4px 16px #22c55e66}.restaurant-footer.theme-light .restaurant-footer-admin-button-active{background:rgba(34,197,94,.15);color:#16a34a;box-shadow:0 2px 12px #22c55e33}.restaurant-footer.theme-light .restaurant-footer-admin-button-active:hover{background:rgba(34,197,94,.2);box-shadow:0 4px 16px #22c55e4d}.restaurant-footer-links{display:flex;gap:24px}.restaurant-footer-link{text-decoration:none;transition:color .3s ease}.restaurant-footer.theme-dark .restaurant-footer-link{color:#ffffff80}.restaurant-footer.theme-light .restaurant-footer-link{color:#00000080}.restaurant-footer-link:hover{color:#dc2626}.restaurant-footer-external-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;letter-spacing:var(--letter-body);line-height:1.4;text-decoration:none;transition:all .3s ease;border:1px solid}.restaurant-footer.theme-dark .restaurant-footer-external-link{background:linear-gradient(135deg,rgba(107,114,128,.1) 0%,rgba(107,114,128,.05) 100%);border-color:#6b728066;color:#fff}.restaurant-footer.theme-dark .restaurant-footer-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.1) 100%);border-color:#6b728099;color:#fff;box-shadow:0 4px 12px #6b728033}.restaurant-footer.theme-light .restaurant-footer-external-link{background:linear-gradient(135deg,rgba(107,114,128,.08) 0%,rgba(107,114,128,.03) 100%);border-color:#6b728066;color:#1f2937}.restaurant-footer.theme-light .restaurant-footer-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.08) 100%);border-color:#6b728099;color:#111827;box-shadow:0 4px 12px #6b728026}.restaurant-gallery{padding:80px 120px;transition:background-color .3s ease}.restaurant-gallery.theme-dark{background:#0a0a0a}.restaurant-gallery.theme-light{background:#fafafa}@media (max-width: 1280px){.restaurant-gallery{padding:72px 80px}}@media (max-width: 1024px){.restaurant-gallery{padding:64px 60px}}@media (max-width: 768px){.restaurant-gallery{padding:48px 24px}}.restaurant-gallery-container{max-width:1200px;margin:0 auto}.restaurant-gallery-header{text-align:center;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.restaurant-gallery.theme-light .restaurant-gallery-header{border-bottom-color:#00000014}@media (max-width: 768px){.restaurant-gallery-header{margin-bottom:44px}}.restaurant-gallery-label{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.restaurant-gallery.theme-dark .restaurant-gallery-label{color:#ffffff80}.restaurant-gallery.theme-light .restaurant-gallery-label{color:#00000080}.restaurant-gallery-title{font-size:48px;font-weight:300;margin-bottom:24px;font-family:Bebas Neue,Oswald,sans-serif;letter-spacing:.05em;transition:color .3s ease}.restaurant-gallery.theme-dark .restaurant-gallery-title{color:#fff}.restaurant-gallery.theme-light .restaurant-gallery-title{color:#000}@media (max-width: 1280px){.restaurant-gallery-title{font-size:40px}}@media (max-width: 1024px){.restaurant-gallery-title{font-size:36px}}@media (max-width: 768px){.restaurant-gallery-title{font-size:28px}}.restaurant-gallery-description{font-size:16px;max-width:600px;margin:0 auto;line-height:1.7;transition:color .3s ease}.restaurant-gallery.theme-dark .restaurant-gallery-description{color:#fff9}.restaurant-gallery.theme-light .restaurant-gallery-description{color:#0009}@media (max-width: 768px){.restaurant-gallery-description{font-size:14px}}.restaurant-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-bottom:40px}@media (max-width: 1024px){.restaurant-gallery-grid{gap:12px;margin-bottom:32px}}@media (max-width: 768px){.restaurant-gallery-grid{grid-template-columns:1fr;gap:12px;margin-bottom:28px}}.restaurant-gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);transition:transform .35s var(--ease-out-smooth),box-shadow .35s var(--ease-out-smooth),border-color .3s ease}.restaurant-gallery.theme-light .restaurant-gallery-item{border-color:#00000014;background:rgba(0,0,0,.02)}.restaurant-gallery-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000040;border-color:#ffffff2e}.restaurant-gallery.theme-light .restaurant-gallery-item:hover{border-color:#00000026}.restaurant-gallery-item-large{grid-column:span 7;grid-row:span 2}.restaurant-gallery-item-medium{grid-column:span 5}.restaurant-gallery-item-small{grid-column:span 4}.restaurant-gallery-item-small-last{grid-column:span 3}@media (max-width: 1024px){.restaurant-gallery-item-large,.restaurant-gallery-item-medium,.restaurant-gallery-item-small,.restaurant-gallery-item-small-last{grid-column:span 6;grid-row:span 1}}@media (max-width: 768px){.restaurant-gallery-item-large,.restaurant-gallery-item-medium,.restaurant-gallery-item-small,.restaurant-gallery-item-small-last{grid-column:span 1}}.restaurant-gallery-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;min-height:200px}.restaurant-gallery-item-large .restaurant-gallery-image-wrapper{height:560px}.restaurant-gallery-item-medium .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small-last .restaurant-gallery-image-wrapper{height:280px}@media (max-width: 1024px){.restaurant-gallery-item-large .restaurant-gallery-image-wrapper,.restaurant-gallery-item-medium .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small-last .restaurant-gallery-image-wrapper{height:260px}}@media (max-width: 768px){.restaurant-gallery-item-large .restaurant-gallery-image-wrapper,.restaurant-gallery-item-medium .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small .restaurant-gallery-image-wrapper,.restaurant-gallery-item-small-last .restaurant-gallery-image-wrapper{height:240px}}.restaurant-gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.restaurant-gallery-item:hover .restaurant-gallery-image{transform:scale(1.05)}.restaurant-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%);opacity:0;transition:opacity .5s ease}.restaurant-gallery-item:hover .restaurant-gallery-overlay{opacity:1}.restaurant-gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:20px;border-top:1px solid rgba(255,255,255,.12);background:linear-gradient(to top,rgba(0,0,0,.6),transparent);transform:translateY(16px);opacity:0;transition:all .5s ease}.restaurant-gallery-item:hover .restaurant-gallery-caption{transform:translateY(0);opacity:1}.restaurant-gallery-caption-text{font-size:24px;font-weight:700;color:#fff;font-family:Bebas Neue,Oswald,sans-serif;letter-spacing:.05em}.restaurant-gallery-caption-text-medium{font-size:20px}.restaurant-gallery-caption-text-small{font-size:18px}.restaurant-gallery-link{text-align:center;padding-top:28px;border-top:1px solid rgba(255,255,255,.08)}.restaurant-gallery.theme-light .restaurant-gallery-link{border-top-color:#00000014}.restaurant-gallery-external-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.restaurant-gallery.theme-dark .restaurant-gallery-external-link{background:linear-gradient(135deg,rgba(107,114,128,.1) 0%,rgba(107,114,128,.05) 100%);border-color:#6b728066;color:#fff}.restaurant-gallery.theme-dark .restaurant-gallery-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.1) 100%);border-color:#6b728099;color:#fff;box-shadow:0 4px 12px #6b728033}.restaurant-gallery.theme-light .restaurant-gallery-external-link{background:linear-gradient(135deg,rgba(107,114,128,.08) 0%,rgba(107,114,128,.03) 100%);border-color:#6b728066;color:#1f2937}.restaurant-gallery.theme-light .restaurant-gallery-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.08) 100%);border-color:#6b728099;color:#111827;box-shadow:0 4px 12px #6b728026}.restaurant-gallery-item-video{position:relative}.restaurant-gallery-item-video:hover{cursor:pointer}.restaurant-gallery-video-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;pointer-events:none}.restaurant-gallery-item-video:hover .restaurant-gallery-video-badge{background:rgba(0,0,0,.85);transform:translate(-50%,-50%) scale(1.1)}.restaurant-gallery-play-icon{color:#fff;margin-left:4px}@media (max-width: 768px){.restaurant-gallery-video-badge{width:60px;height:60px}.restaurant-gallery-play-icon{width:24px;height:24px}}.restaurant-reviews{padding:80px 120px;transition:background-color .3s ease}.restaurant-reviews.theme-dark{background:#000000}.restaurant-reviews.theme-light{background:#ffffff}@media (max-width: 1280px){.restaurant-reviews{padding:72px 80px}}@media (max-width: 1024px){.restaurant-reviews{padding:64px 60px}}@media (max-width: 768px){.restaurant-reviews{padding:48px 24px}}.restaurant-reviews-container{max-width:1400px;margin:0 auto}.restaurant-reviews-header{text-align:center;margin-bottom:56px}@media (max-width: 768px){.restaurant-reviews-header{margin-bottom:44px}}.restaurant-reviews-label{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-reviews-label{color:#ffffff80}.restaurant-reviews.theme-light .restaurant-reviews-label{color:#00000080}.restaurant-reviews-title{font-size:48px;font-weight:300;margin-bottom:24px;font-family:Bebas Neue,Oswald,sans-serif;letter-spacing:.05em;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-reviews-title{color:#fff}.restaurant-reviews.theme-light .restaurant-reviews-title{color:#000}@media (max-width: 1280px){.restaurant-reviews-title{font-size:40px}}@media (max-width: 1024px){.restaurant-reviews-title{font-size:36px}}@media (max-width: 768px){.restaurant-reviews-title{font-size:28px}}.restaurant-reviews-description{font-size:16px;max-width:600px;margin:0 auto;line-height:1.7;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-reviews-description{color:#fff9}.restaurant-reviews.theme-light .restaurant-reviews-description{color:#0009}@media (max-width: 768px){.restaurant-reviews-description{font-size:14px}}.restaurant-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:44px}@media (max-width: 1024px){.restaurant-reviews-grid{grid-template-columns:1fr;gap:16px}}.restaurant-review-card{position:relative;padding:24px;border-radius:12px;border:1px solid;transition:all .5s ease}.restaurant-reviews.theme-dark .restaurant-review-card{background:rgba(255,255,255,.02);border-color:#ffffff1a}.restaurant-reviews.theme-dark .restaurant-review-card:hover{background:rgba(255,255,255,.04);border-color:#6b728066}.restaurant-reviews.theme-light .restaurant-review-card{background:rgba(0,0,0,.02);border-color:#0000001a}.restaurant-reviews.theme-light .restaurant-review-card:hover{background:rgba(0,0,0,.04);border-color:#6b728066}.restaurant-review-decoration{position:absolute;transition:all .5s ease}.restaurant-review-decoration-top-left{top:0;left:0;width:48px;height:1px;background:#6b7280}.restaurant-review-decoration-top-left-vertical{top:0;left:0;width:1px;height:48px;background:#6b7280}.restaurant-review-decoration-bottom-right{bottom:0;right:0;width:48px;height:1px;background:#6b7280}.restaurant-review-decoration-bottom-right-vertical{bottom:0;right:0;width:1px;height:48px;background:#6b7280}.restaurant-review-card:hover .restaurant-review-decoration-top-left,.restaurant-review-card:hover .restaurant-review-decoration-bottom-right{width:96px}.restaurant-review-card:hover .restaurant-review-decoration-top-left-vertical,.restaurant-review-card:hover .restaurant-review-decoration-bottom-right-vertical{height:96px}.restaurant-review-rating{display:flex;gap:4px;margin-bottom:16px}.restaurant-review-star{color:#6b7280;fill:#6b7280;transition:color .3s ease,fill .3s ease}.restaurant-review-comment{font-size:18px;line-height:1.7;max-width:65ch;margin-bottom:24px;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-review-comment{color:#fffc}.restaurant-reviews.theme-light .restaurant-review-comment{color:#000c}@media (max-width: 768px){.restaurant-review-comment{font-size:15px}}.restaurant-review-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid;transition:border-color .3s ease}.restaurant-reviews.theme-dark .restaurant-review-footer{border-top-color:#ffffff1a}.restaurant-reviews.theme-light .restaurant-review-footer{border-top-color:#0000001a}.restaurant-review-name{font-size:14px;font-weight:600;letter-spacing:.05em;font-family:Bebas Neue,Oswald,sans-serif;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-review-name{color:#fff}.restaurant-reviews.theme-light .restaurant-review-name{color:#000}.restaurant-review-date{font-size:12px;transition:color .3s ease}.restaurant-reviews.theme-dark .restaurant-review-date{color:#ffffff80}.restaurant-reviews.theme-light .restaurant-review-date{color:#00000080}.restaurant-reviews-link{text-align:center}.restaurant-reviews-external-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s ease;border:1px solid}.restaurant-reviews.theme-dark .restaurant-reviews-external-link{background:linear-gradient(135deg,rgba(107,114,128,.1) 0%,rgba(107,114,128,.05) 100%);border-color:#6b728066;color:#fff}.restaurant-reviews.theme-dark .restaurant-reviews-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.1) 100%);border-color:#6b728099;color:#fff;box-shadow:0 4px 12px #6b728033}.restaurant-reviews.theme-light .restaurant-reviews-external-link{background:linear-gradient(135deg,rgba(107,114,128,.08) 0%,rgba(107,114,128,.03) 100%);border-color:#6b728066;color:#1f2937}.restaurant-reviews.theme-light .restaurant-reviews-external-link:hover{background:linear-gradient(135deg,rgba(107,114,128,.15) 0%,rgba(107,114,128,.08) 100%);border-color:#6b728099;color:#111827;box-shadow:0 4px 12px #6b728026}button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none}.restaurant-mobile-menu-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:auto}@media (max-width: 768px){button,a,[role=button]{min-height:44px;min-width:44px}.restaurant-nav-item{padding:12px 16px}.restaurant-menu-image:hover,.restaurant-intro-image:hover{transform:none}}@supports (padding: env(safe-area-inset-bottom)){.restaurant-footer-bottom{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.restaurant-navigation{padding-top:env(safe-area-inset-top)}}body,html{overflow-x:hidden;width:100%;position:relative}.restaurant-page{overflow-x:hidden;width:100%}@media (max-width: 768px){.restaurant-intro-text,.restaurant-menu-item-description,.restaurant-review-comment{word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}img,video,iframe{max-width:100%!important;height:auto!important;display:block}p,h1,h2,h3,h4,h5,h6,.restaurant-hero-title,.restaurant-hero-subtitle,.restaurant-menu-item-title,.restaurant-footer-brand-title{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.restaurant-gallery-grid,.restaurant-reviews-grid,.restaurant-footer-facilities-grid,.restaurant-menu-items{width:100%;max-width:100%;overflow-x:clip}.restaurant-nav-container,.restaurant-footer-container,.restaurant-menu-item{flex-wrap:wrap;max-width:100%}@media (max-width: 768px){.restaurant-section{width:100%;max-width:100%}body{font-size:max(15px,1rem)}button,input,textarea,select{max-width:100%;min-height:44px}}@media (max-width: 480px){.restaurant-hero-title{font-size:clamp(2rem,8vw,4rem)}.restaurant-hero-subtitle{font-size:clamp(1rem,4vw,1.5rem)}.restaurant-section-title{font-size:clamp(1.5rem,6vw,2.5rem)}}.optimized-image-wrap{display:block;position:relative;width:100%;height:100%;min-height:120px;overflow:clip}.optimized-image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.04) 80%);background-size:200% 100%;animation:optimized-image-shimmer 1.2s ease-in-out infinite}@keyframes optimized-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.optimized-image-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:0;transition:opacity .45s ease-out}.optimized-image-img.optimized-image-loaded{opacity:1;position:absolute}.optimized-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:rgba(255,255,255,.04);color:#ffffff80;padding:1rem;text-align:center}.optimized-image-placeholder-icon{flex-shrink:0;opacity:.5}.optimized-image-placeholder-text{font-size:13px;line-height:1.4}.optimized-image-retry{margin-top:.25rem;padding:.35rem .75rem;font-size:12px;border:1px solid rgba(255,255,255,.25);border-radius:.375rem;background:rgba(255,255,255,.06);color:#ffffffd9;cursor:pointer;transition:background .2s ease,border-color .2s ease}.optimized-image-retry:hover{background:rgba(255,255,255,.1);border-color:#fff6}.restaurant-menu-image .optimized-image-wrap,.restaurant-intro-image .optimized-image-wrap,.restaurant-gallery-image-wrapper .optimized-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}/*! tailwindcss v4.1.11 | 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-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-1\/2{top:50%}.bottom-full{bottom:100%}.left-1\/2{left:50%}.-z-10{z-index:-10}.z-10{z-index:10}.z-\[9996\]{z-index:9996}.z-\[9997\]{z-index:9997}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.container{width:100%}.mx-auto{margin-inline:auto}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-full{height:100%}.h-px{height:1px}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.-translate-x-1\/2{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-t-transparent{border-top-color:#0000}.bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-700{--tw-duration:.7s;transition-duration:.7s}@media (hover:hover){.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:opacity-40:is(:where(.group):hover *){opacity:.4}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-4:focus{--tw-ring-offset-width:4px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:root{color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctext y='24' font-size='24'%3E🍖%3C/text%3E%3C/svg%3E") 8 8,auto;--radius:.625rem;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);background-color:#000;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{color:#fff;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctext y='24' font-size='24'%3E🍖%3C/text%3E%3C/svg%3E") 8 8,auto;background:#000;min-width:320px;min-height:100vh;margin:0;position:relative;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}section,div,nav,footer,header{max-width:100%}img{max-width:100%;height:auto;display:block}p+p{margin-top:1.25rem}p,span,a,button,input,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a,.clickable,[role=button]{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctext y='24' font-size='24'%3E🍴%3C/text%3E%3C/svg%3E") 8 8,pointer!important}input[type=text],input[type=email],input[type=tel],textarea{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctext y='24' font-size='24'%3E✍️%3C/text%3E%3C/svg%3E") 8 8,text}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #dc2626}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#dc2626;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b91c1c}h1,h2,h3,h4,h5,h6{font-family:Noto Sans KR,sans-serif;font-weight:700;line-height:1.2}.font-display{font-family:Playfair Display,serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root,:host{--color-primary:var(--primary);--color-secondary:var(--secondary)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.6% 0 0)}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
