:root{--blue:#0665ed;--blue-dark:#004fcb;--ink:#17283d;--muted:#626f80;--red:#ef3040;--bg:#f7f9fd;--line:#e5eaf3;--white:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed}img{max-width:100%;display:block;height:auto}h1,h2,h3,h4,p,figure{margin:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:4px}html{scroll-behavior:smooth;scroll-padding-top:100px}.wrap{width:min(1200px,calc(100% - 64px));margin:auto}.site-header{border-bottom:1px solid #eff2f7;background:#ffffffed;position:relative;z-index:20}.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:block;flex:none;width:176px}.header-nav{display:flex;align-items:center;gap:30px;font-size:14px}.button{border:1px solid var(--line);background:white;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:12px 18px;border-radius:9px;font-size:14px;font-weight:650}.button.primary{background:var(--blue);color:white;border-color:var(--blue);box-shadow:0 5px 15px #0665ed19}.button.primary:hover{background:var(--blue-dark)}.button.light{background:#fff;color:var(--blue)}.button.subtle{border:0;background:transparent;box-shadow:none}.button.small{font-size:12px;padding:10px 14px;min-height:42px}.eyebrow{font-size:10px;letter-spacing:2px;line-height:1.6;font-weight:750;color:var(--blue);text-transform:uppercase}.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:86px 0 94px}.hero h1{font-size:clamp(44px,4.4vw,65px);line-height:1.1;letter-spacing:-3px;font-weight:750;margin:25px 0 27px}.blue{color:var(--blue)}.lead{color:var(--muted);font-size:16px;line-height:1.9;max-width:470px}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:30px}.checks{display:flex;gap:25px;color:var(--muted);font-size:11px;margin-top:24px}.checks span:before{content:'✓';color:var(--blue);margin-right:7px}.phone-scene{position:relative;min-height:520px;display:grid;place-items:center}.halo{position:absolute;width:430px;height:430px;border-radius:50%;background:#edf3ff;max-width:100%}.halo:after{content:'';position:absolute;inset:28px;border:1px solid #dce7ff;border-radius:50%}.phone{width:280px;background:#fff;border:8px solid #182536;border-radius:40px;transform:rotate(5deg);box-shadow:8px 23px 36px #11284724;position:relative;overflow:hidden;z-index:2}.phone-top{height:34px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;font-size:9px;font-weight:bold}.notch{position:absolute;top:-1px;left:72px;width:115px;height:18px;background:#182536;border-radius:0 0 16px 16px}.phone-cover{width:100%;height:100px;object-fit:cover}.phone-content{padding:20px 16px 16px}.phone-content small{color:var(--blue);font-size:8px;text-transform:uppercase;letter-spacing:1px}.phone-content h3{font-size:20px;line-height:1.2;margin:9px 0 4px;letter-spacing:-.6px}.phone-content p{font-size:9px;color:var(--muted)}.phone-search{margin:16px 0 12px;padding:9px;border:1px solid var(--line);border-radius:6px;font-size:9px;color:var(--muted)}.phone-tabs{display:flex;gap:4px;font-size:8px;margin-bottom:10px}.phone-tabs span{padding:6px;background:#f0f5ff;border-radius:5px}.phone-tabs span:first-child{background:var(--blue);color:#fff}.phone-row{padding:12px 0;border-bottom:1px solid var(--line);font-size:10px;display:flex;justify-content:space-between;gap:5px}.phone-row em{font-size:9px;font-style:normal;color:var(--blue)}.phone-footer{text-align:center;padding-top:17px;color:var(--blue);font-size:8px}.float-card{position:absolute;z-index:3;display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px;box-shadow:0 7px 26px #1234520c;left:-6px;top:67px;transform:rotate(-4deg)}.float-card.second{left:auto;right:-5px;top:auto;bottom:40px;transform:rotate(-4deg)}.float-icon{font-size:27px;color:var(--blue);line-height:1}.float-icon.heart{color:var(--red)}.float-card strong{font-size:11px;display:block}.float-card small{display:block;font-size:9px;color:var(--muted);margin-top:4px}.trust-strip{background:var(--bg);border-block:1px solid #eff3fa;padding:24px 0}.trust-inner{display:flex;justify-content:space-between;gap:15px;font-size:11px;color:var(--muted);flex-wrap:wrap}.section{padding:88px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:35px}h2{font-size:37px;line-height:1.2;letter-spacing:-1.5px;font-weight:750}.section-head h2{margin-top:14px}.section-head>p{font-size:14px;color:var(--muted);line-height:1.8;max-width:260px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:27px;border:1px solid #eff2f8;background:var(--bg);border-radius:18px}.feature-icon{width:47px;height:47px;border-radius:12px;background:#eaf1ff;color:var(--blue);font-size:25px;display:grid;place-items:center;margin-bottom:32px}.feature:nth-child(3) .feature-icon{color:var(--red);background:#fff0f2}.feature h3{font-size:17px;letter-spacing:-.5px;margin-bottom:12px}.feature p{font-size:13px;line-height:1.9;color:var(--muted)}.feature-bottom{display:flex;justify-content:space-between;margin-top:25px;border-top:1px solid var(--line);padding-top:16px;color:var(--blue);font-size:10px}.showcase{background:#f0f5ff;padding:60px 0}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.showcase figure{position:relative}.showcase img{width:100%;aspect-ratio:1.65;object-fit:cover;border-radius:15px}.media-label{position:absolute;bottom:10px;right:10px;background:#162234c4;color:#fff;padding:5px 8px;border-radius:4px;font-size:8px}.showcase h2{margin:15px 0 20px}.showcase strong{font-size:13px;display:block;line-height:1.7}.showcase p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.9;margin:12px 0 22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:35px}.step-number{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf4ff;color:var(--blue);font-weight:700;font-size:13px;margin-bottom:22px}.steps h3{font-size:17px;margin-bottom:10px;letter-spacing:-.3px}.steps p{font-size:13px;color:var(--muted);line-height:1.9}.soft-note{padding:14px 18px;border:1px solid var(--line);border-radius:8px;background:var(--bg);font-size:11px;line-height:1.8;color:var(--muted);margin-top:30px}.cta{position:relative;overflow:hidden;border-radius:24px;background:var(--blue);color:white;padding:55px;margin:0 auto 80px}.cta .eyebrow{color:#d6e7ff}.cta h2{font-size:42px;margin:18px 0 26px}.cta:after{content:'';position:absolute;width:240px;height:240px;border:44px solid #ffffff0e;box-shadow:0 0 0 45px #ffffff09;border-radius:50%;right:0;top:0;pointer-events:none}.site-footer{background:var(--bg);padding:42px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer-grid .brand{width:158px}.footer-grid p{font-size:11px;line-height:1.9;color:var(--muted);margin-top:14px}.footer-grid strong{font-size:12px;display:block;margin-bottom:13px}.footer-grid a:not(.brand){display:block;font-size:11px;color:var(--muted);padding:5px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:10px;line-height:1.8;color:var(--muted);border-top:1px solid var(--line);margin-top:36px;padding-top:20px}.preview-bar{background:#fff6e5;border-bottom:1px solid #f1dfbc;text-align:center;font-size:11px;line-height:1.8;padding:8px 20px;color:#715529}.menu-page{background:var(--bg)}.restaurant-hero{padding:40px 0 32px;display:grid;grid-template-columns:1fr 1.1fr;gap:55px;align-items:center}.store-brand{width:240px;max-width:72%;border-radius:6px;background:#141413;padding:10px 13px;margin-bottom:18px}.restaurant-hero h1{font-size:39px;letter-spacing:-1.8px;line-height:1.1;max-width:440px;margin:15px 0}.restaurant-hero p{font-size:13px;line-height:1.8;color:var(--muted)}.restaurant-hero figure{position:relative}.restaurant-hero .cover{aspect-ratio:2.2;object-fit:cover;width:100%;border-radius:14px}.menu-area{padding:30px 0 45px}.menu-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.menu-heading h2{font-size:32px}.menu-actions{display:flex;gap:6px}.menu-actions button{border:1px solid var(--line);background:white;border-radius:7px;min-width:42px;min-height:42px;font-size:16px}.menu-toolbar{position:sticky;top:0;z-index:10;background:#f7f9fdf5;backdrop-filter:blur(12px);padding:12px 0 10px;border-bottom:1px solid var(--line);margin-bottom:23px}.search-row{display:flex;gap:10px;align-items:center}.search{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:white;border:1px solid var(--line);border-radius:9px;padding:0 13px}.search span{color:var(--blue);font-size:24px}.search input{border:0;min-width:0;width:100%;background:transparent;outline:none;min-height:48px;font-size:14px;color:var(--ink)}.saved[aria-pressed=true]{background:var(--blue);color:#fff;border-color:var(--blue)}.saved-count{font-size:11px;background:#edf3ff;color:var(--blue);padding:3px 6px;border-radius:5px}.category-nav{display:flex;gap:8px;overflow-x:auto;margin-top:13px;padding:2px 0 10px;scrollbar-width:thin;overscroll-behavior-x:contain}.category-button{border:1px solid var(--line);padding:10px 13px;white-space:nowrap;border-radius:7px;font-size:12px;min-height:43px;background:#fff;flex-shrink:0}.category-button span{font-size:10px;color:#6b788b;margin-left:6px}.category-button[aria-pressed=true]{background:var(--blue);border-color:var(--blue);color:white}.category-button[aria-pressed=true] span{color:#fff}.result-heading{display:flex;justify-content:space-between;align-items:center;margin:20px 0;gap:15px}.result-heading h3{font-size:18px}.result-heading span{font-size:11px;color:var(--muted)}.item-group{margin-bottom:28px}.group-title{font-size:14px;font-weight:650;display:flex;align-items:center;gap:14px;margin-bottom:15px;color:#516074}.group-title:after{content:'';height:1px;background:var(--line);flex:1}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-card{border:1px solid var(--line);background:white;border-radius:13px;position:relative;min-width:0;transition:border-color .2s,box-shadow .2s}.product-card:hover{border-color:#a9cafd;box-shadow:0 6px 25px #12346808}.product-open{padding:22px;min-height:185px;width:100%;height:100%;background:transparent;border:0;text-align:left;border-radius:13px;display:flex;flex-direction:column}.product-category{font-size:10px;letter-spacing:.5px;color:var(--muted);padding-right:22px;line-height:1.6}.product-open h4{font-size:17px;letter-spacing:-.4px;margin:12px 10px 9px 0;line-height:1.5}.product-desc{font-size:12px;line-height:1.8;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:18px}.product-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:15px}.price-label{font-size:10px;display:block;color:var(--muted);margin-bottom:4px}.price{font-size:22px;font-weight:700;letter-spacing:-.6px}.price.missing{font-size:13px;color:#8c6018;letter-spacing:0}.arrow{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#f0f5ff;color:var(--blue);font-size:17px}.favorite{position:absolute;top:9px;right:9px;width:42px;height:42px;border:0;border-radius:8px;background:transparent;color:#8d9bae;font-size:22px}.favorite[aria-pressed=true]{color:var(--red)}.empty{padding:32px;background:#fff;border:1px dashed #c8d8ee;border-radius:12px}.empty h4{font-size:22px;letter-spacing:-.6px;margin-bottom:12px}.empty p{font-size:13px;line-height:1.9;color:var(--muted);max-width:600px}.empty .button{margin-top:20px}.allergen-note{background:#edf3fb;padding:17px 20px;border:1px solid #dfe7f3;border-radius:9px;font-size:11px;line-height:1.9;margin-top:25px;color:#5b6b80}.allergen-note strong{display:block;color:var(--ink)}.restaurant-about{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;padding:35px 0 60px;border-top:1px solid var(--line)}.restaurant-about img{aspect-ratio:2.3;object-fit:cover;border-radius:12px;width:100%}.restaurant-about h2{font-size:26px;margin:12px 0}.restaurant-about p{font-size:12px;line-height:1.9;color:var(--muted)}.mobile-dock{display:none}.skip{position:absolute;top:-100px;z-index:50;background:var(--blue);color:white;padding:15px}.skip:focus{top:8px}dialog{border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink);width:550px;max-width:calc(100% - 28px);padding:32px;box-shadow:0 25px 80px #0003;max-height:90dvh}dialog::backdrop{background:#14233499;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:10px;top:10px;width:42px;height:42px;border:0;background:var(--bg);border-radius:10px;font-size:23px}dialog .eyebrow{padding-right:40px}dialog h2{font-size:30px;line-height:1.3;letter-spacing:-1px;margin:16px 0 20px}dialog p{font-size:13px;line-height:1.9;color:var(--muted);margin:14px 0}dialog dl{font-size:12px;line-height:1.9;margin:25px 0;border-top:1px solid var(--line);padding-top:5px}dialog dt{font-weight:700;margin-top:15px}dialog dd{margin:3px 0;color:var(--muted)}.detail-price{font-size:30px;letter-spacing:-1px;font-weight:700}.detail-tag{display:inline-block;background:#edf4ff;color:#3c5c89;padding:5px 10px;font-size:12px;border-radius:5px;margin:6px 5px 0 0}.alert{font-size:11px;line-height:1.8;background:#fff6e5;color:#765924;padding:13px;border-radius:8px}.contact-phone{font-size:27px;font-weight:700;color:var(--blue);display:inline-block;margin:15px 0}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);padding:14px 22px;background:#193351;color:white;border-radius:10px;font-size:13px;z-index:100;box-shadow:0 10px 40px #0002}.toast:empty{display:none}.status-page{max-width:800px;margin:60px auto;padding:0 24px}.status-page h1{font-size:40px;line-height:1.2;letter-spacing:-1.5px;margin:32px 0 20px}.status-page p{font-size:14px;color:var(--muted);line-height:1.9;margin:15px 0}.status-card{border:1px solid var(--line);background:var(--bg);padding:25px;border-radius:15px;margin:25px 0}.status-card div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:17px 0;font-size:13px;line-height:1.7}.status-card div:last-child{border:0}.status-card div span{color:var(--muted)}@media(max-width:1000px){.hero{gap:35px;padding:60px 0}.hero h1{font-size:48px}.phone-scene{min-height:480px}.phone{width:245px}.float-card{left:-20px}.float-card.second{right:-12px}.header-nav{gap:15px;font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-grid{gap:35px}.restaurant-hero{gap:25px}.restaurant-hero h1{font-size:33px}.lead{font-size:14px}.feature{padding:22px}.hero .button{font-size:12px}.checks{gap:12px;font-size:10px}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.header-inner{min-height:78px;gap:12px}.brand{width:150px}.header-nav>a:not(.button){display:none}.header-nav .button{font-size:11px;min-height:40px;padding:10px 12px;gap:9px}.hero{grid-template-columns:1fr;padding:45px 0 40px;gap:15px}.hero h1{font-size:47px;letter-spacing:-2.3px;margin:18px 0 23px}.eyebrow{font-size:9px;letter-spacing:1.6px}.lead{font-size:14px;line-height:1.9;max-width:360px}.actions{margin-top:25px;gap:7px}.hero .button{font-size:12px;gap:12px}.checks{font-size:10px;gap:20px;margin-top:20px}.phone-scene{min-height:460px;width:100%;max-width:430px;margin:10px auto 0}.halo{width:330px;height:330px}.phone{width:245px}.float-card{left:0;top:32px;padding:12px;gap:8px}.float-card.second{right:0;bottom:32px}.float-card strong{font-size:10px}.float-card small{font-size:8px}.phone-content h3{font-size:18px}.phone-content{padding:16px 14px}.phone-row{padding:10px 0}.phone-cover{height:90px}.trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:10px}.trust-strip{padding:24px 0}.section{padding:55px 0}.section-head{display:block;margin-bottom:27px}.section-head>p{margin-top:17px;font-size:13px}h2{font-size:31px;letter-spacing:-1.2px}.section-head h2{margin-top:13px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature{padding:24px}.feature-icon{margin-bottom:23px}.feature h3{font-size:18px}.feature p{font-size:13px}.showcase{padding:38px 0}.showcase-grid{grid-template-columns:1fr;gap:26px}.showcase h2{font-size:31px;margin:13px 0 17px}.showcase img{aspect-ratio:1.65}.steps{grid-template-columns:1fr;gap:25px;margin-top:30px}.steps article{position:relative;padding-left:53px}.step-number{position:absolute;left:0;top:0;width:33px;height:33px}.steps h3{font-size:16px}.steps p{font-size:12px}.soft-note{font-size:10px;margin-top:25px;padding:13px}.cta{padding:34px 24px;margin-bottom:45px;border-radius:18px}.cta h2{font-size:33px;letter-spacing:-1.3px}.cta:after{width:170px;height:170px;right:-80px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid .brand{width:145px}.footer-bottom{font-size:9px;flex-wrap:wrap;gap:8px}.site-footer{padding:35px 0 25px}.preview-bar{font-size:10px;padding:7px 14px}.restaurant-hero{grid-template-columns:1fr;gap:20px;padding:25px 0 15px}.store-brand{width:215px;margin-bottom:16px}.restaurant-hero h1{font-size:32px;letter-spacing:-1.5px;max-width:340px;margin:12px 0}.restaurant-hero p{font-size:12px}.restaurant-hero .cover{height:145px;aspect-ratio:auto;object-fit:cover;border-radius:10px}.restaurant-hero .media-label{font-size:7px;bottom:7px;right:7px}.menu-area{padding:20px 0 25px}.menu-heading h2{font-size:28px}.menu-heading{margin-bottom:8px}.menu-actions button{min-width:40px;min-height:40px;font-size:15px}.menu-toolbar{padding:10px 0 3px;position:sticky;top:0}.search-row{gap:8px}.search{padding:0 11px;gap:7px}.search input{font-size:12px;min-height:45px}.search span{font-size:22px}.saved{font-size:10px;gap:6px;padding:10px;min-height:45px}.saved-count{font-size:9px}.category-nav{margin-top:9px;gap:6px;padding-bottom:10px}.category-button{font-size:11px;padding:10px;min-height:43px}.category-button span{font-size:9px;margin-left:4px}.result-heading{margin-top:18px;gap:12px}.result-heading h3{font-size:16px}.result-heading span{font-size:10px}.product-grid{grid-template-columns:1fr;gap:10px}.product-open{padding:18px;min-height:153px}.product-open h4{font-size:17px;margin-top:10px}.product-desc{font-size:12px;margin-bottom:15px}.product-category{font-size:9px}.price{font-size:21px}.product-card{border-radius:11px}.allergen-note{padding:13px;font-size:10px;margin-top:20px}.restaurant-about{grid-template-columns:1fr;gap:22px;padding:27px 0 35px}.restaurant-about h2{font-size:25px}.restaurant-about img{aspect-ratio:2.15}.menu-page .site-footer{padding-bottom:100px}.mobile-dock{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fffffff5;border-top:1px solid var(--line);backdrop-filter:blur(15px);padding:5px 12px max(8px,env(safe-area-inset-bottom));z-index:30;box-shadow:0 -5px 22px #142b5408}.mobile-dock button,.mobile-dock a{flex:1;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;gap:3px;min-height:48px;color:#5e7290}.mobile-dock b{font-size:19px;font-weight:500;color:var(--blue);line-height:1.2}.toast{bottom:78px;font-size:12px}dialog{padding:26px 22px}dialog h2{font-size:27px}.status-page{margin:35px auto}.status-page h1{font-size:34px}.status-card{padding:15px}.status-card div{font-size:12px;gap:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}@media print{.preview-bar{font-size:11px;background:white;border:1px solid #ddd}.site-header,.restaurant-hero,.menu-toolbar,.menu-actions,.result-heading,.restaurant-about,.site-footer,.mobile-dock,.favorite,.arrow,dialog,.toast,.allergen-note{display:none!important}.wrap{width:100%}.menu-area{padding:10px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{break-inside:avoid;box-shadow:none}.product-open{padding:12px;min-height:110px}.product-desc{-webkit-line-clamp:unset;font-size:10px}.product-open h4{font-size:13px}.price{font-size:15px}.group-title{break-after:avoid}.menu-page{background:white}}
