:root{
  --red:#ea1d2c;
  --red-dark:#b4121e;
  --orange:#ff7a1a;
  --yellow:#ffd166;
  --green:#1f8f4d;
  --blue:#246bfe;
  --pink:#e53888;
  --ink:#1f1f1f;
  --muted:#717171;
  --soft:#f7f7f7;
  --line:#e9e9e9;
  --white:#fff;
  --shadow:0 14px 40px rgba(0,0,0,.08);
  --shadow-soft:0 8px 22px rgba(0,0,0,.06);
  --radius:24px;
  --container:min(1180px,calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--ink);padding-bottom:0}
body.cart-open{overflow:hidden}
a{text-decoration:none;color:inherit}button,input{font:inherit}button{cursor:pointer}.container{width:var(--container);margin:0 auto}.skip-link{position:fixed;left:16px;top:10px;z-index:100;background:var(--ink);color:#fff;padding:10px 14px;border-radius:999px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}
.demo-alert{background:var(--ink);color:#fff;text-align:center;font-size:13px;font-weight:700;padding:9px 14px}.app-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-shell{width:var(--container);min-height:74px;margin:0 auto;display:flex;align-items:center;gap:18px;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:900;letter-spacing:-.04em}.brand-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,var(--red),var(--orange));box-shadow:0 10px 24px rgba(234,29,44,.22)}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:0}.location-pill{display:flex;align-items:center;gap:7px;min-height:44px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 15px;color:var(--ink);box-shadow:var(--shadow-soft)}.location-pill strong{font-size:12px}.location-pill em{font-style:normal;color:var(--red);font-size:12px;font-weight:800}.desktop-nav{display:flex;gap:8px}.desktop-nav a{padding:10px 13px;border-radius:999px;color:var(--muted);font-weight:800;font-size:14px}.desktop-nav a:hover{background:#fff0f1;color:var(--red)}.cart-chip{display:flex;align-items:center;gap:8px;border:0;background:var(--red);color:#fff;border-radius:999px;min-height:45px;padding:0 15px;font-weight:900}.cart-chip strong{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#fff;color:var(--red);font-size:12px}
.hero-app{overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(255,209,102,.35),transparent 26%),linear-gradient(180deg,#fff6f7 0%,#fff 72%);padding:72px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:64px}.eyebrow{margin:0 0 12px;color:var(--red);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.eyebrow.light{color:#ffe6e8}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:18px;font-size:clamp(42px,7vw,76px);line-height:.95;letter-spacing:-.075em}h2{margin-bottom:12px;font-size:clamp(30px,4.6vw,52px);line-height:1;letter-spacing:-.06em}h3{margin-bottom:8px;letter-spacing:-.035em}.hero-copy p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:18px;line-height:1.6}.search-box{display:flex;align-items:center;gap:10px;max-width:660px;margin:28px 0 14px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:9px 9px 9px 18px;box-shadow:var(--shadow)}.search-box input{flex:1;min-width:0;border:0;outline:0;font-weight:700;color:var(--ink)}.search-box button,.offer-price button,.cart-summary button{border:0;border-radius:16px;background:var(--red);color:#fff;font-weight:900;padding:14px 18px}.quick-tags{display:flex;gap:10px;flex-wrap:wrap}.quick-tags button{border:1px solid #ffd2d6;background:#fff;color:var(--red);border-radius:999px;padding:10px 14px;font-weight:800}.phone-preview{position:relative;background:#151515;border:10px solid #1f1f1f;border-radius:44px;padding:18px;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.22);transform:rotate(2deg)}.phone-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:16px}.phone-search{background:#2a2a2a;color:#ddd;border-radius:16px;padding:13px;font-weight:700;margin-bottom:14px}.mini-offer{background:linear-gradient(135deg,var(--red),var(--orange));border-radius:22px;padding:20px;margin-bottom:14px}.mini-offer b,.mini-offer small,.mini-offer strong{display:block}.mini-offer small{opacity:.85;margin:6px 0}.mini-offer strong{font-size:31px;letter-spacing:-.06em}.mini-list{display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);border-radius:18px;padding:12px;margin-top:10px}.mini-list span{font-size:30px}.mini-list div{flex:1}.mini-list small{display:block;color:var(--muted);margin-top:3px}.mini-list button{width:34px;height:34px;border:0;border-radius:50%;background:var(--red);color:#fff;font-weight:900}
.section{padding:70px 0}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-title-row p:last-child{max-width:360px;color:var(--muted);line-height:1.55}.section-title-row.compact{align-items:center}.categories{padding-top:40px;background:#fff}.category-strip{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x proximity}.category-card{min-width:150px;display:grid;gap:10px;justify-items:start;border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow-soft);scroll-snap-align:start}.category-card span{font-size:29px}.category-card strong{font-size:14px}.category-card.active{border-color:var(--red);background:#fff0f1;color:var(--red)}
.offer-section{padding:48px 0}.offer-panel{display:grid;grid-template-columns:1fr 280px;gap:30px;align-items:center;border-radius:32px;padding:36px;background:linear-gradient(135deg,var(--red),#ff4e38 58%,var(--orange));color:#fff;box-shadow:0 22px 54px rgba(234,29,44,.25)}.offer-panel h2,.offer-panel p{color:#fff}.offer-panel p{opacity:.88}.offer-price{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);border-radius:26px;padding:22px}.offer-price span{display:block;text-decoration:line-through;opacity:.78;font-weight:800}.offer-price strong{display:block;font-size:42px;letter-spacing:-.07em;margin:4px 0 16px}.offer-price button{width:100%;background:#fff;color:var(--red)}
.menu-app{background:var(--soft)}.layout-with-cart{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-card{display:flex;gap:15px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.food-emoji{display:grid;place-items:center;min-width:106px;height:106px;border-radius:22px;background:linear-gradient(135deg,#fff0d1,#ffe5e8);font-size:48px}.product-info{flex:1;min-width:0}.badge{display:inline-flex;margin-bottom:8px;padding:6px 9px;border-radius:999px;background:#fff0f1;color:var(--red);font-size:11px;font-weight:900}.badge.green{background:#e9f8ef;color:var(--green)}.badge.yellow{background:#fff4ca;color:#9d6b00}.badge.pink{background:#ffe8f3;color:var(--pink)}.badge.blue{background:#eaf0ff;color:var(--blue)}.product-info p{color:var(--muted);font-size:14px;line-height:1.45}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.product-bottom strong{letter-spacing:-.03em}.product-bottom button{border:0;border-radius:14px;background:var(--red);color:#fff;font-weight:900;padding:11px 13px}.cart-panel{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:18px}.cart-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px}.cart-header div{display:flex;align-items:center;gap:10px}.cart-header h2{font-size:22px;margin:0}.cart-header button{display:none;border:0;background:#f0f0f0;border-radius:50%;width:34px;height:34px;font-size:22px}.cart-empty{padding:24px 4px;color:var(--muted)}.cart-empty strong{display:block;color:var(--ink);margin-bottom:6px}.cart-items{display:grid;gap:10px;margin:14px 0}.cart-item{display:flex;justify-content:space-between;gap:10px;padding:12px;border-radius:16px;background:#fafafa}.cart-item b{display:block;font-size:14px}.cart-item span{color:var(--muted);font-size:13px}.cart-item button{border:0;background:transparent;color:var(--red);font-weight:900}.cart-summary{border-top:1px solid var(--line);padding-top:16px}.cart-summary div{display:flex;align-items:center;justify-content:space-between;margin:8px 0;color:var(--muted)}.cart-summary .total{color:var(--ink);font-size:18px}.cart-summary button{width:100%;margin:14px 0 8px}.cart-summary p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.cart-backdrop{display:none}.app-features{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article{border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.feature-grid span{font-size:31px}.feature-grid p{color:var(--muted);line-height:1.55}.bottom-nav{display:none}.site-footer{padding:36px 0;border-top:1px solid var(--line);background:#fff}.footer-inner{display:flex;gap:18px;justify-content:space-between;align-items:center}.footer-inner p{max-width:620px;color:var(--muted);font-size:13px;margin:0}.toast{position:fixed;left:50%;bottom:26px;z-index:90;max-width:min(520px,calc(100% - 32px));transform:translate(-50%,120px);opacity:0;background:#1f1f1f;color:#fff;border-radius:999px;padding:14px 18px;font-weight:800;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.22);transition:.22s ease}.toast.visible{opacity:1;transform:translate(-50%,0)}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(234,29,44,.28);outline-offset:3px}
@media(max-width:980px){body{padding-bottom:74px}.desktop-nav,.location-pill{display:none}.hero-grid,.layout-with-cart,.offer-panel{grid-template-columns:1fr}.phone-preview{max-width:390px;margin:0 auto;order:-1}.product-grid{grid-template-columns:1fr}.cart-panel{position:fixed;z-index:80;left:12px;right:12px;bottom:86px;top:auto;max-height:72vh;overflow:auto;transform:translateY(130%);transition:transform .24s ease}.cart-panel.open{transform:translateY(0)}.cart-header button{display:block}.cart-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.34)}body.cart-open .cart-backdrop{display:block}.bottom-nav{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(0,0,0,.06)}.bottom-nav a,.bottom-nav button{height:70px;border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);font-size:19px;font-weight:900}.bottom-nav span{font-size:11px}.feature-grid{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner p{margin-top:10px}}
@media(max-width:620px){:root{--container:min(100% - 24px,1180px)}.demo-alert{font-size:12px}.header-shell{min-height:64px}.brand{font-size:18px}.brand-icon{width:38px;height:38px}.hero-app{padding:42px 0}.hero-copy p:not(.eyebrow){font-size:16px}.search-box{display:grid;grid-template-columns:auto 1fr;gap:10px;border-radius:19px}.search-box button{grid-column:1/-1;width:100%}.quick-tags{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.quick-tags button{white-space:nowrap}.section{padding:52px 0}.section-title-row{display:block}.category-card{min-width:132px}.offer-panel{padding:24px;border-radius:24px}.product-card{align-items:flex-start}.food-emoji{min-width:82px;height:82px;font-size:38px}.product-bottom{align-items:flex-start;flex-direction:column}.product-bottom button{width:100%}.phone-preview{transform:none;border-radius:34px}.cart-panel{left:8px;right:8px;bottom:78px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
