:root{--background:#fafafa;--text:#181818;--secondary-text:#777;--border:#e7e7e7;--nav-background:#fafafaf0;--active-background:#181818;--active-text:#fff;--menu-max-width:760px;--side-padding:16px;--category-nav-height:52px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.menu{width:100%;max-width:var(--menu-max-width);padding:0 var(--side-padding);margin:0 auto}.language-selector{z-index:5;position:absolute;top:16px;right:16px}.language-dropdown{width:132px;position:relative}.language-dropdown-toggle{width:100%;min-height:38px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#fffffff0;border:1px solid #ffffffb8;border-radius:18px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:500;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000001f}.language-dropdown-toggle:hover{background:#fff;border-color:#fffffff2;box-shadow:0 3px 10px #00000029}.language-dropdown-toggle:focus-visible{outline-offset:2px;outline:2px solid #ffffffd9}.language-current{flex:1;margin-left:0}.language-chevron{border-bottom:1px solid #777;border-right:1px solid #777;width:6px;height:6px;margin-left:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.language-dropdown.open .language-chevron{transform:rotate(225deg)translate(-1px,-1px)}.language-dropdown-menu{z-index:30;background:#fff;border:1px solid #d5d5d5;border-radius:9px;width:100%;padding:4px;display:none;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 8px 22px #0000001f}.language-dropdown.open .language-dropdown-menu{display:block}.language-option{width:100%;min-height:34px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px 7px;font-size:13px;font-weight:500;display:flex}.language-option:hover,.language-option:focus-visible{background:#f3f3f3;outline:none}.language-option.selected{font-weight:600}.language-flag{object-fit:cover;border-radius:2px;flex:0 0 24px;width:24px;height:16px;display:block;box-shadow:inset 0 0 0 1px #0000001a}.restaurant-hero{isolation:isolate;background-image:var(--hero-image);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;align-items:flex-end;min-height:300px;margin:20px 0 0;display:flex;position:relative;overflow:hidden}.restaurant-hero-overlay{z-index:-1;pointer-events:none;background:linear-gradient(#00000014 0%,#0000001f 32%,#0000006b 62%,#000000db 100%);position:absolute;inset:0}.restaurant-hero:before{content:"";z-index:-1;pointer-events:none;background:#0000000f;position:absolute;inset:0}.restaurant-header-content{text-align:center;color:#fff;text-shadow:0 2px 14px #00000073;width:100%;padding:42px 28px 28px}.restaurant-logo{letter-spacing:.12em;font-size:28px;font-weight:700}.restaurant-info{color:#ffffffeb;margin-top:8px;font-size:14px;line-height:1.6}.restaurant-address{margin-bottom:2px}.restaurant-phone a{color:#fff;text-decoration:none}.restaurant-phone a:hover{text-underline-offset:3px;text-decoration:underline}.category-nav{z-index:10;min-height:var(--category-nav-height);margin:0 calc(var(--side-padding) * -1);padding:10px var(--side-padding);background:var(--nav-background);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);scrollbar-width:none;gap:8px;display:flex;position:sticky;top:0;overflow-x:auto}.category-nav::-webkit-scrollbar{display:none}.category-nav a{color:#555;background:0 0;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-height:32px;padding:7px 13px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.category-nav a:hover{color:var(--text);background:#e9e9e9}.category-nav a.active{background:var(--active-background);color:var(--active-text)}.category-nav a:not(.active){background:0 0}.category{scroll-margin-top:calc(var(--category-nav-height) + 12px);padding-top:42px}.category h2{color:#888;text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px;font-size:13px;font-weight:700}.food-list{flex-direction:column;display:flex}.food{border-bottom:1px solid var(--border);padding:20px 0}.food:first-child{padding-top:0}.food-with-image{grid-template-columns:110px 1fr;align-items:start;gap:16px;display:grid}.food-image{object-fit:cover;border-radius:12px;width:110px;height:110px;display:block}.food-content{min-width:0}.food-header{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.food h3{margin:0;font-size:17px;font-weight:600;line-height:1.3}.price{color:var(--text);white-space:nowrap;flex-shrink:0;font-size:15px;font-weight:600}.food-meta{align-items:center;margin-top:5px;display:flex}.quantity{color:var(--secondary-text);white-space:nowrap;border:1px solid #dedede;border-radius:5px;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.food p{max-width:580px;color:var(--secondary-text);margin:6px 0 0;font-size:14px;line-height:1.5}.footer{color:var(--secondary-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:68px 0 44px;display:flex}.footer-powered-by{color:#999;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:10px;font-weight:600;line-height:1}.footer-brand-logo{object-fit:contain;width:170px;max-width:55vw;height:auto;display:block}@media (width<=480px){.menu{padding-left:16px;padding-right:16px}.language-selector{top:12px;right:12px}.language-dropdown{width:128px}.language-dropdown-toggle{min-height:37px;font-size:13px}.language-flag{flex-basis:23px;width:23px;height:15px}.restaurant-hero{min-height:270px;margin-top:var(--side-padding);border-radius:14px}.restaurant-header-content{padding:38px 18px 22px}.restaurant-logo{font-size:21px}.restaurant-info{font-size:13px}.category-nav{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.category{padding-top:36px}.food{padding:18px 0}.food-with-image{grid-template-columns:90px 1fr;gap:13px}.food-image{border-radius:10px;width:90px;height:90px}.food-header{gap:10px}.food h3{font-size:16px}.price{font-size:14px}.food p{font-size:13px}.quantity{padding:2px 7px;font-size:11px}}@media (width<=360px){.language-selector{top:10px;right:10px}.language-dropdown{width:124px}.language-flag{flex-basis:22px;width:22px;height:15px}.food-with-image{grid-template-columns:78px 1fr;gap:11px}.food-image{width:78px;height:78px}.food h3{font-size:15px}.price{font-size:13px}.food p{font-size:12px}}@media (width>=900px){.menu{padding-top:20px}.restaurant-hero{min-height:340px;margin-top:0}.restaurant-header-content{padding:54px 36px 34px}.category-nav{justify-content:center;margin-left:-20px;margin-right:-20px}.category{padding-top:50px}.food-with-image{grid-template-columns:130px 1fr}.food-image{width:130px;height:130px}}.allergens{flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;display:flex}.allergen-icon{object-fit:contain;flex:0 0 22px;width:22px;height:22px;display:block}@media (width<=480px){.allergen-icon{flex-basis:22px;width:22px;height:22px}}@media (width<=360px){.allergen-icon{flex-basis:22px;width:22px;height:22px}}.menu-state{text-align:center;place-items:center;min-height:100vh;padding:32px;display:grid}.menu-state-error{flex-direction:column;justify-content:center;align-items:center;display:flex}.menu-state-error h1,.menu-state-error p{margin-left:auto;margin-right:auto}.allergen-key{border-top:1px solid var(--border);margin-top:44px;padding-top:18px}.allergen-key h2{color:#888;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:700}.allergen-key-list{flex-wrap:wrap;align-items:center;gap:8px 15px;display:flex}.allergen-key-item{color:var(--secondary-text);white-space:nowrap;align-items:center;gap:5px;font-size:12px;line-height:1.3;display:inline-flex}.allergen-key-item img{object-fit:contain;flex:0 0 22px;width:22px;height:22px;display:block}@media (width<=480px){.allergen-key{margin-top:36px;padding-top:16px}.allergen-key-list{gap:7px 12px}.allergen-key-item{font-size:12px}.allergen-key-item img{flex-basis:22px;width:22px;height:22px}.footer{gap:9px;padding:58px 0 36px}.footer-powered-by{letter-spacing:.15em;font-size:9px}.footer-brand-logo{width:150px}}@media (width<=360px){.allergen-key{margin-top:32px}.allergen-key h2{margin-bottom:10px}.allergen-key-list{gap:6px 10px}.allergen-key-item{gap:4px;font-size:12px}.allergen-key-item img{flex-basis:22px;width:22px;height:22px}}.notes{border-top:1px solid var(--border);margin-top:30px;padding-top:18px}.notes h2{color:#888;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:700}.notes p{max-width:680px;color:var(--secondary-text);margin:0;font-size:13px;line-height:1.6}@media (width<=480px){.notes{margin-top:28px;padding-top:16px}.notes p{font-size:13px}}@media (width<=360px){.notes{margin-top:24px}.notes h2{margin-bottom:10px}.notes p{font-size:12px}}.landing-page{--background:#fafafa;--surface:#fff;--text:#181818;--secondary-text:#777;--muted:#999;--border:#e7e7e7;--dark:#181818;--side-padding:20px;--content-width:1180px;--radius:18px}.landing-page *{box-sizing:border-box}.landing-page .site-shell{width:100%;overflow:hidden}.landing-page main{width:100%}.landing-page .site-header,.landing-page .home-hero,.landing-page .search-section,.landing-page .restaurants-section,.landing-page .about-section,.landing-page .cta-section,.landing-page .site-footer{width:min(var(--content-width), calc(100% - 40px));margin-left:auto;margin-right:auto}.landing-page .site-header{justify-content:space-between;align-items:center;gap:30px;min-height:82px;display:flex}.landing-page .brand{display:block}.landing-page .brand img{width:200px;height:auto;display:block}.landing-page .main-nav{align-items:center;gap:8px;display:flex}.landing-page .main-nav a{color:#555;border-radius:20px;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.landing-page .main-nav a:hover{color:var(--text);background:#e9e9e9}.landing-page .mobile-menu-button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:50%;width:42px;height:42px;padding:10px;display:none}.landing-page .mobile-menu-button span{background:var(--text);width:19px;height:1.5px;margin:4px auto;display:block}.landing-page .header-right{align-items:center;gap:10px;display:flex}.landing-page .language-selector{z-index:20;position:relative;top:auto;right:auto}.landing-page .language-dropdown{width:132px;position:relative}.landing-page .language-dropdown-toggle{width:100%;min-height:38px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#fffffff0;border:1px solid #1818181a;border-radius:18px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;font-weight:500;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000014}.landing-page .language-dropdown-toggle:hover{background:#fff;border-color:#1818182e;box-shadow:0 3px 10px #0000001f}.landing-page .language-dropdown-toggle:focus-visible{outline-offset:2px;outline:2px solid #18181859}.landing-page .language-current{flex:1}.landing-page .language-chevron{border-bottom:1px solid #777;border-right:1px solid #777;width:6px;height:6px;margin-left:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.landing-page .language-dropdown.open .language-chevron{transform:rotate(225deg)translate(-1px,-1px)}.landing-page .language-dropdown-menu{z-index:30;background:#fff;border:1px solid #d5d5d5;border-radius:9px;width:100%;padding:4px;display:none;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 8px 22px #0000001f}.landing-page .language-dropdown.open .language-dropdown-menu{display:block}.landing-page .language-option{width:100%;min-height:34px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px 7px;font-size:13px;font-weight:500;display:flex}.landing-page .language-option:hover,.landing-page .language-option:focus-visible{background:#f3f3f3;outline:none}.landing-page .language-option.selected{font-weight:600}.landing-page .language-flag{object-fit:cover;border-radius:2px;flex:0 0 24px;width:24px;height:16px;display:block;box-shadow:inset 0 0 0 1px #0000001a}.landing-page .eyebrow{color:#888;letter-spacing:.16em;text-transform:uppercase;margin:0 0 13px;font-size:11px;font-weight:700;line-height:1.3}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin-top:0}.landing-page .restaurants-section h2,.landing-page .about-section h2,.landing-page .cta-section h2{letter-spacing:-.04em;margin-bottom:14px;font-size:48px;line-height:1.08}@media (width<=600px){.landing-page .restaurants-section h2,.landing-page .about-section h2,.landing-page .cta-section h2{margin-bottom:14px;font-size:36px;line-height:1.08}}.landing-page .home-hero{isolation:isolate;background:#eee;border-radius:24px;align-items:center;min-height:570px;margin-top:18px;padding:80px;display:flex;position:relative;overflow:hidden}.landing-page .home-hero:after{content:"";z-index:-2;background:radial-gradient(circle at 82% 40%,#ffffffe6 0,#ffffff40 22%,#0000 48%),linear-gradient(115deg,#f4f4f4 0%,#e7e7e7 55%,#d8d8d8 100%);position:absolute;inset:0}.landing-page .hero-content{z-index:2;width:min(650px,100%);position:relative}.landing-page .hero-content h1{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(42px,6vw,72px);font-weight:700;line-height:.99}.landing-page .hero-content h1 span{color:#777}.landing-page .hero-description{color:#5f5f5f;max-width:560px;margin-bottom:30px;font-size:17px;line-height:1.65}.landing-page .hero-actions{flex-wrap:wrap;gap:10px;display:flex}.landing-page .hero-decoration{z-index:1;pointer-events:none;width:390px;height:390px;position:absolute;bottom:2%;right:4%}.landing-page .hero-circle{border:1px solid #1818181a;border-radius:50%;position:absolute}.landing-page .hero-circle-one{inset:0}.landing-page .hero-circle-two{border-color:#18181812;inset:46px}.landing-page .hero-word{color:#1818180e;letter-spacing:-.07em;text-align:right;font-size:92px;font-weight:800;line-height:.78;position:absolute;bottom:35px;right:15px}.landing-page .button{cursor:pointer;border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;gap:12px;min-height:44px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.landing-page .button:hover{transform:translateY(-1px)}.landing-page .button-dark{background:var(--dark);color:#fff}.landing-page .button-dark:hover{background:#333}.landing-page .button-light{color:var(--text);background:#ffffffad;border-color:#1818181f}.landing-page .button-light:hover{background:#fff}.landing-page .button-outline{color:var(--text);background:0 0;border-color:#d6d6d6}.landing-page .button-outline:hover{background:#fff}.landing-page .restaurants-section{padding-top:105px;padding-bottom:120px}.landing-page .section-heading-row{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.landing-page .restaurant-count{color:#999;white-space:nowrap;align-items:baseline;gap:6px;padding-bottom:5px;display:flex}.landing-page .restaurant-count strong{color:var(--text);font-size:24px;font-weight:650}.landing-page .restaurant-count span{font-size:12px}.landing-page .restaurant-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.landing-page .restaurant-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);transition:transform .25s,box-shadow .25s;overflow:hidden}.landing-page .restaurant-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.landing-page .restaurant-card-image{background:linear-gradient(#00000008, #00000008), var(--card-image) center / cover no-repeat;height:245px;text-decoration:none;display:block;position:relative;overflow:hidden}.landing-page .restaurant-card-image:after{content:"";background:linear-gradient(#0000 55%,#00000059 100%);transition:opacity .25s;position:absolute;inset:0}.landing-page .restaurant-card:hover .restaurant-card-image:after{opacity:.75}.landing-page .restaurant-tag{z-index:2;color:#444;background:#ffffffe6;border:1px solid #ffffffb3;border-radius:16px;padding:5px 10px;font-size:11px;font-weight:600;position:absolute;top:13px;left:13px}.landing-page .card-arrow{z-index:2;width:38px;height:38px;color:var(--text);opacity:0;background:#fffffff0;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:13px;right:13px;transform:translateY(5px)}.landing-page .restaurant-card:hover .card-arrow,.landing-page .restaurant-card:focus-within .card-arrow{opacity:1;transform:translateY(0)}.landing-page .restaurant-card-content{padding:20px}.landing-page .restaurant-card h3{letter-spacing:-.02em;margin-bottom:14px;font-size:21px;font-weight:650}.landing-page .restaurant-meta{color:var(--secondary-text);align-items:flex-start;gap:8px;margin-top:7px;font-size:13px;line-height:1.45;display:flex}.landing-page .restaurant-meta a{color:inherit;text-decoration:none}.landing-page .restaurant-meta a:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline}.landing-page .meta-icon{color:#999;text-align:center;flex:0 0 17px;font-size:13px}.landing-page .menu-link{border-top:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.landing-page .menu-link span{transition:transform .2s}.landing-page .menu-link:hover span{transform:translate(4px)}.landing-page .load-more{justify-content:center;margin-top:34px;display:flex}.landing-page .about-section{border-top:1px solid var(--border);grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:90px;padding:105px 0;display:grid}.landing-page .about-logo{justify-content:center;align-items:flex-start;padding-top:18px;display:flex}.landing-page .about-logo img{aspect-ratio:2/3;object-fit:cover;border-radius:22px;width:min(100%,340px);height:auto;display:block;box-shadow:0 14px 36px #0000001a}.landing-page .about-content{max-width:680px}.landing-page .about-lead{color:#3f3f3f;margin-bottom:15px;font-size:20px;line-height:1.5}.landing-page .about-content>p:not(.eyebrow):not(.about-lead){color:var(--secondary-text);font-size:15px;line-height:1.7}.landing-page .about-points{margin-top:40px}.landing-page .about-point{border-top:1px solid var(--border);grid-template-columns:40px 1fr;gap:18px;padding:19px 0;display:grid}.landing-page .about-point>span{color:#aaa;letter-spacing:.05em;font-size:12px;font-weight:700}.landing-page .about-point h3{margin-bottom:3px;font-size:15px;font-weight:650}.landing-page .about-point p{color:var(--secondary-text);margin:0;font-size:13px}.landing-page .cta-section{text-align:center;background:#ececec;border-radius:22px;margin-bottom:30px;padding:75px 60px}.landing-page .cta-section .eyebrow{margin-bottom:12px}.landing-page .cta-section h2{max-width:750px;margin-left:auto;margin-right:auto}.landing-page .cta-section>p:not(.eyebrow){max-width:560px;color:var(--secondary-text);margin:0 auto 25px;font-size:15px}.landing-page .site-footer{color:var(--secondary-text);text-align:center;flex-direction:column;align-items:center;gap:17px;padding:75px 0 45px;display:flex}.landing-page .site-footer>img{width:145px}.landing-page .footer-links{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.landing-page .footer-links a{color:#777;font-size:12px;text-decoration:none}.landing-page .footer-links a:hover{color:var(--text)}.landing-page .site-footer p{color:#aaa;letter-spacing:.08em;margin:0;font-size:10px}@media (width<=900px){.landing-page .home-hero{min-height:520px;padding:65px 45px}.landing-page .hero-decoration{opacity:.7;right:-80px}.landing-page .restaurant-grid{grid-template-columns:repeat(2,1fr)}.landing-page .about-section{grid-template-columns:1fr;gap:30px}.landing-page .about-logo{justify-content:flex-start;padding-top:0}.landing-page .about-logo img{aspect-ratio:2/3;width:min(100%,320px)}}@media (width<=600px){.landing-page .site-header,.landing-page .home-hero,.landing-page .search-section,.landing-page .restaurants-section,.landing-page .about-section,.landing-page .cta-section,.landing-page .site-footer{width:calc(100% - 32px)}.landing-page .site-header{min-height:72px}.landing-page .brand img{width:170px;height:auto}.landing-page .header-right{gap:8px}.landing-page .language-dropdown{width:124px}.landing-page .language-dropdown-toggle{min-height:36px;padding:5px 9px}.landing-page .main-nav{z-index:20;border:1px solid var(--border);background:#fffffffa;border-radius:14px;padding:7px;display:none;position:absolute;top:67px;left:16px;right:16px;box-shadow:0 12px 30px #0000001a}.landing-page .main-nav.open{flex-direction:column;align-items:stretch;display:flex}.landing-page .main-nav a{padding:11px 12px}.landing-page .mobile-menu-button{display:block}.landing-page .home-hero{border-radius:16px;align-items:flex-end;min-height:560px;margin-top:8px;padding:38px 22px 30px}.landing-page .hero-content h1{font-size:45px}.landing-page .hero-description{font-size:15px}.landing-page .hero-decoration{width:340px;height:340px;top:20px;right:-125px}.landing-page .hero-word{font-size:72px}.landing-page .section-heading-row{flex-direction:column;align-items:flex-start;gap:8px}.landing-page .restaurant-grid{grid-template-columns:1fr;gap:15px}.landing-page .restaurant-card-image{height:230px}.landing-page .restaurant-card-content{padding:18px}.landing-page .about-section{padding:75px 0}.landing-page .about-logo{justify-content:center;padding-top:0}.landing-page .about-logo img{aspect-ratio:2/3;border-radius:18px;width:min(100%,360px)}.landing-page .about-lead{font-size:18px}.landing-page .cta-section{border-radius:16px;padding:55px 24px}.landing-page .cta-section h2{font-size:31px}.landing-page .site-footer{padding:60px 0 35px}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :before,.landing-page :after{transition:none!important}}
