.restaurants-hero{position:relative;min-height:70svh;height:fit-content;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;margin-top:80px}.restaurants-hero__bg-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.restaurants-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#0e0a06e6,#0e0a06cc 55%,#00000026)}.restaurants-hero__left{position:relative;z-index:2;padding:80px 5%;max-width:700px;width:100%;margin-right:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.restaurants-hero__title{font-size:var(--font-size-h1);color:var(--color-text-white);line-height:1.05;font-weight:var(--font-weight-bold);letter-spacing:-1.5px;margin-bottom:22px;text-shadow:0 2px 24px rgba(0,0,0,.4)}.restaurants-hero__title-accent{color:var(--color-primary)}.restaurants-hero__title-thin{font-weight:600;font-size:.5em;display:inline-block;margin-top:10px;color:#fff9;letter-spacing:0}.restaurants-hero__subtitle{font-size:17px;color:#ffffffad;line-height:1.75;max-width:480px;margin-bottom:36px;font-weight:400}.restaurants-hero__search{display:flex;gap:0;max-width:500px;width:100%;background:var(--color-text-white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 8px 48px #00000080;margin-bottom:24px;border:2px solid transparent;transition:border-color .2s,box-shadow .2s}.restaurants-hero__input{flex:1;min-width:0;border:none;outline:none;padding:16px 18px;font-size:15px;background:transparent;font-family:inherit}.restaurants-hero__input::placeholder{color:#a8a29e}.restaurants-hero__divider{width:1px;background:#ece9ee;margin:10px 0;flex-shrink:0}.restaurants-hero__search-btn{background:var(--color-primary);color:var(--color-text-white);border:none;padding:0 22px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s;white-space:nowrap;display:flex;align-items:center;gap:7px}.restaurants-hero__search-btn:hover{opacity:.95}.restaurants-hero__chips{display:flex;flex-wrap:wrap;gap:8px}.restaurants-hero__chip{background:#ffffff1a;color:#ffffffbf;font-size:12px;padding:6px 14px;border-radius:30px;cursor:pointer;border:1px solid rgba(255,255,255,.18);transition:all .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.restaurants-hero__chip:hover{background:#ffffff38;color:var(--color-text-white)}@media(max-width:1100px){.restaurants-hero__left{max-width:100%;padding:60px 5%}}@media(max-width:992px){.restaurants-hero{margin-top:60px}}@media(max-width:768px){.restaurants-hero{min-height:auto;padding:40px 0}.restaurants-hero__left{padding:60px 5%}.restaurants-hero__search{flex-wrap:wrap;border-radius:var(--radius-sm)}.restaurants-hero__input{width:100%;order:1;flex:1.5}.restaurants-hero__divider{order:2}.restaurants-hero__search-btn{order:3;flex:.5;justify-content:center;padding:14px 20px}}@media(max-width:480px){.restaurants-hero__left{padding:20px 5%}.restaurants-hero__subtitle{font-size:14px}.restaurants-hero__chip{font-size:12px;padding:5px 12px}}.marquee{background:#222;overflow:hidden;white-space:nowrap;padding:10px 0}.marquee__track{display:inline-flex;gap:56px;padding-right:56px;animation:marquee-scroll 20s linear infinite}.marquee__track:hover{animation-play-state:paused}.marquee__item{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#fff;letter-spacing:.3px;text-transform:uppercase;opacity:.9}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.marquee__track{gap:36px;padding-right:36px;animation-duration:22s}.marquee__item{font-size:11px;gap:6px}}@media(max-width:480px){.marquee__track{gap:28px;padding-right:28px;animation-duration:18s}.marquee__item{font-size:10px;gap:5px}}.restaurants-categories{text-align:center;padding:80px 10% 40px}.restaurants-categories__list{display:flex;align-items:center;justify-content:center;gap:28px;overflow-x:auto;padding:4px 4px 16px;margin-bottom:8px;scrollbar-width:thin}.restaurants-categories__list::-webkit-scrollbar{height:6px}.restaurants-categories__list::-webkit-scrollbar-thumb{background:#e5c9ea;border-radius:var(--radius-sm)}.restaurants-categories__item{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto;width:92px;cursor:pointer}.restaurants-categories__image{width:100px;height:100px;border-radius:50%;border:3px solid transparent;background-size:cover;background-position:center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.restaurants-categories__item--active .restaurants-categories__image{border-color:var(--color-primary);transform:scale(1.08)}.restaurants-categories__label{font-size:13px;font-weight:var(--font-weight-semi-bold);color:var(--color-text);line-height:1.3;text-align:center}.restaurants-categories__item--active .restaurants-categories__label{color:var(--color-primary)}@media(max-width:768px){.restaurants-categories{padding:40px 5%}.restaurants-categories__list{justify-content:flex-start;gap:20px}.restaurants-categories__image{width:70px;height:70px}.restaurants-categories__item{width:78px}.restaurants-categories__label{font-size:12px}}.restaurant-filters{width:280px;min-width:280px;background-color:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;box-sizing:border-box}.restaurant-filters__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #eeeeee}.restaurant-filters__heading{display:flex;align-items:center;gap:8px;color:#222;font-size:16px;font-weight:700}.restaurant-filters__heading svg{flex-shrink:0}.restaurant-filters__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700}.restaurant-filters__header-actions{display:flex;align-items:center;gap:14px}.restaurant-filters__clear{padding:0;border:0;background:transparent;color:var(--color-primary);font-size:12px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.restaurant-filters__clear:hover{opacity:.75}.restaurant-filters__close{display:none;padding:2px;border:0;background:transparent;color:#666;cursor:pointer;line-height:0;transition:color .2s ease}.restaurant-filters__close:hover{color:#222}.restaurant-filters__backdrop{display:none}.restaurant-filters__section{border-bottom:1px solid #eeeeee}.restaurant-filters__section:last-child{border-bottom:0}.restaurant-filters__section-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border:0;background:transparent;color:#222;font-family:inherit;font-size:14px;font-weight:650;text-align:left;cursor:pointer}.restaurant-filters__section-header:hover{background:#fafafa}.restaurant-filters__section-header svg{flex-shrink:0}.restaurant-filters__chevron{transition:transform .25s ease}.restaurant-filters__section-header--collapsed .restaurant-filters__chevron{transform:rotate(-90deg)}.restaurant-filters__section-body{padding:0 18px 17px}.restaurant-filters__select-wrapper{position:relative}.restaurant-filters__select{width:100%;height:40px;padding:0 36px 0 12px;border:1px solid #dddddd;border-radius:8px;background:#fff;color:#333;font-family:inherit;font-size:13px;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .2s ease,box-shadow .2s ease}.restaurant-filters__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #e85d041a}.restaurant-filters__select-chevron{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#888;pointer-events:none}.restaurant-filters__checkbox{width:100%;display:flex;align-items:center;gap:9px;min-height:38px;padding:5px 0;border:0;background:transparent;color:#4a4a4a;font-family:inherit;font-size:13px;text-align:left;cursor:pointer;transition:color .2s ease,opacity .2s ease}.restaurant-filters__checkbox:hover{color:var(--color-primary)}.restaurant-filters__checkbox-box{width:17px;height:17px;min-width:17px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #cfcfcf;border-radius:4px;background:#fff;color:#fff;transition:background .2s ease,border-color .2s ease}.restaurant-filters__checkbox--active .restaurant-filters__checkbox-box{border-color:var(--color-primary);background:var(--color-primary)}.restaurant-filters__checkbox--active{color:#222;font-weight:600}.restaurant-filters__item-icon{flex-shrink:0;color:#777}.restaurant-filters__checkbox--active .restaurant-filters__item-icon{color:var(--color-primary)}.restaurant-filters__checkbox-label{flex:1;min-width:0}.restaurant-filters__count{margin-left:auto;color:#999;font-size:12px;font-weight:500}.restaurant-filters__price-range{display:flex;flex-direction:column;gap:14px;padding-top:4px}.restaurant-filters__price-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(to right,var(--color-primary) 0%,var(--color-primary) var(--price-fill, 0%),#e6e6e6 var(--price-fill, 0%),#e6e6e6 100%);outline:none;cursor:pointer}.restaurant-filters__price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;border:3px solid #ffffff;background:var(--color-primary);box-shadow:0 1px 4px #00000040;cursor:pointer;transition:transform .15s ease}.restaurant-filters__price-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.restaurant-filters__price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:3px solid #ffffff;background:var(--color-primary);box-shadow:0 1px 4px #00000040;cursor:pointer;transition:transform .15s ease}.restaurant-filters__price-slider::-moz-range-thumb:hover{transform:scale(1.1)}.restaurant-filters__price-slider::-moz-range-track{height:6px;border-radius:999px;background:transparent}.restaurant-filters__price-scale{display:flex;align-items:center;justify-content:space-between}.restaurant-filters__price-tick{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0;border:0;background:transparent;color:#999;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:color .2s ease}.restaurant-filters__price-tick:hover{color:var(--color-primary)}.restaurant-filters__price-tick-symbol{font-size:12px;font-weight:700;letter-spacing:.5px}.restaurant-filters__price-tick--active,.restaurant-filters__price-tick--active .restaurant-filters__price-tick-symbol{color:var(--color-primary)}.restaurant-filters__rating-options{display:flex;flex-direction:column;gap:4px}.restaurant-filters__rating-option{width:100%;display:flex;align-items:center;min-height:36px;padding:6px 8px;border:0;border-radius:7px;background:transparent;color:#555;font-family:inherit;font-size:13px;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.restaurant-filters__rating-option:hover{background:#f8f8f8}.restaurant-filters__rating-option--active{background:#e85d0414;color:var(--color-primary);font-weight:600}.restaurant-filters__rating-row{display:inline-flex;align-items:center;gap:8px}.restaurant-filters__stars{display:inline-flex;align-items:center;gap:2px;color:#f59e0b}.restaurant-filters__star--empty{color:#d8d8d8}.restaurant-filters__star-half{position:relative;display:inline-flex;width:13px;height:13px}.restaurant-filters__star-half .restaurant-filters__star{position:absolute;top:0;left:0}.restaurant-filters__star-half .restaurant-filters__star--half-fill{width:50%;overflow:hidden}.restaurant-filters__rating-label{color:inherit;font-size:14px}.restaurant-filters__any-rating{color:inherit}.restaurant-filters__toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px}.restaurant-filters__toggle-label{display:flex;align-items:center;gap:8px;color:#4a4a4a;font-size:13px}.restaurant-filters__toggle-label svg{flex-shrink:0;color:#777}.restaurant-filters__toggle{position:relative;width:38px;height:21px;min-width:38px;padding:0;border:0;border-radius:999px;background:#d6d6d6;cursor:pointer;transition:background .25s ease}.restaurant-filters__toggle-knob{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .25s ease}.restaurant-filters__toggle--on{background:var(--color-primary)}.restaurant-filters__toggle--on .restaurant-filters__toggle-knob{transform:translate(17px)}@media(max-width:1024px){.restaurant-filters{width:250px;min-width:250px}.restaurant-filters__header{padding:16px}.restaurant-filters__section-header{padding:14px 16px}.restaurant-filters__section-body{padding:0 16px 15px}}@media(max-width:768px){.restaurant-filters{position:fixed;top:0;left:0;z-index:10000;width:min(88vw,340px);min-width:0;height:100vh;border:0;border-radius:0;overflow-y:auto;box-shadow:8px 0 30px #0000001f;transform:translate(-105%);transition:transform .3s ease}.restaurant-filters--mobile-open{transform:translate(0)}.restaurant-filters__header{position:sticky;top:0;z-index:2;background:#fff;padding:18px 16px}.restaurant-filters__section-header{padding:16px}.restaurant-filters__section-body{padding:0 16px 18px}.restaurant-filters__close{display:inline-flex}.restaurant-filters__backdrop{display:block;position:fixed;inset:0;z-index:9999;background:#0006}}@media(max-width:480px){.restaurant-filters{width:90vw}.restaurant-filters__heading{font-size:15px}.restaurant-filters__section-header{font-size:13px}.restaurant-filters__checkbox{min-height:40px}}.restaurant-grid{width:100%}.restaurant-grid__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:22px}.public-restaurant-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e7e3dd;border-radius:17px;background:#fff;cursor:pointer;box-shadow:0 2px 5px #00000006;opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease,box-shadow .25s ease,border-color .25s ease}.public-restaurant-card--visible{opacity:1;transform:translateY(0)}.public-restaurant-card:hover{border-color:#ded9d1;box-shadow:0 10px 28px #231f1b1a;transform:translateY(-3px)}.public-restaurant-card:focus-visible{outline:3px solid rgba(126,1,143,.2);outline-offset:3px}.public-restaurant-card__image-wrapper{position:relative;width:100%;aspect-ratio:1.72 / 1;overflow:hidden;background:#eeeae4}.public-restaurant-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.public-restaurant-card:hover .public-restaurant-card__image{transform:scale(1.035)}.public-restaurant-card__image-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.12) 0%,transparent 35%,transparent 75%,rgba(0,0,0,.08) 100%)}.public-restaurant-card__badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:5px;max-width:calc(100% - 80px);padding:9px 12px;border-radius:8px;background:#fffffff5;color:#282828;font-size:12px;font-weight:750;line-height:1.1;box-shadow:0 3px 10px #0000001a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-restaurant-card__favorite{position:absolute;top:14px;right:14px;z-index:3;width:42px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#fffffff0;color:#333;cursor:pointer;box-shadow:0 3px 12px #0000001a;transition:transform .2s ease,background .2s ease,color .2s ease}.public-restaurant-card__favorite:hover{background:#fff;color:#222;transform:scale(1.06)}.public-restaurant-card__favorite--active{color:var(--color-primary)}.public-restaurant-card__body{padding:21px 20px 18px}.public-restaurant-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;min-width:0;margin-bottom:10px}.public-restaurant-card__name{min-width:0;margin:0;overflow:hidden;color:#292929;font-size:20px;font-weight:750;line-height:1.25;letter-spacing:-.3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.public-restaurant-card__rating{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;color:var(--color-primary);font-size:14px;font-weight:750}.public-restaurant-card__rating svg{color:var(--color-primary)}.public-restaurant-card__cuisine{margin-bottom:12px;overflow:hidden;color:#555;font-size:14px;font-weight:450;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.public-restaurant-card__location{display:flex;align-items:center;gap:7px;min-width:0;color:#858585;font-size:12px;font-weight:450;line-height:1.4}.public-restaurant-card__location svg{flex-shrink:0;color:#858585}.public-restaurant-card__location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-restaurant-card__divider{width:100%;height:1px;margin:20px 0 15px;background:#e9e5df}.public-restaurant-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.public-restaurant-card__time{display:inline-flex;align-items:center;gap:7px;color:#858585;font-size:14px;font-weight:450;white-space:nowrap}.public-restaurant-card__time svg{color:#858585}.public-restaurant-card__order{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:var(--color-primary);font-family:inherit;font-size:14px;font-weight:750;white-space:nowrap;cursor:pointer;transition:color .2s ease,gap .2s ease}.public-restaurant-card__order:hover{color:var(--color-primary);gap:10px}.public-public-restaurant-card__order svg{flex-shrink:0}.restaurant-grid__empty{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.restaurant-grid__empty-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:50%;background:#f7f3f8;color:var(--color-primary)}.restaurant-grid__empty-title{margin:0;color:#303030;font-size:17px;font-weight:700}.restaurant-grid__empty-text{margin:6px 0 0;color:#858585;font-size:14px}@media(max-width:1200px){.restaurant-grid__list{gap:18px}.public-restaurant-card__body{padding:18px 17px 16px}.public-restaurant-card__name{font-size:18px}.public-restaurant-card__order span{display:none}.public-restaurant-card__order{gap:4px}}@media(max-width:992px){.public-restaurant-card__order span{display:inline}}@media(max-width:768px){.restaurant-grid__list{gap:15px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.public-restaurant-card__bottom{flex-direction:column}.public-restaurant-card__body{padding:17px 15px 15px}.public-restaurant-card__name{font-size:17px}.public-restaurant-card__cuisine,.public-restaurant-card__location,.public-restaurant-card__time,.public-restaurant-card__order{font-size:12px}.public-restaurant-card__favorite{width:38px;height:38px;top:11px;right:11px}.public-restaurant-card__badge{top:11px;left:11px;padding:8px 10px;font-size:11px}}@media(max-width:576px){.restaurant-grid__list{gap:16px}.public-restaurant-card__image-wrapper{aspect-ratio:1.85 / 1}.public-restaurant-card__body{padding:18px 17px 16px}.public-restaurant-card__name{font-size:19px}.public-restaurant-card__rating{font-size:14px}.public-restaurant-card__order span{display:inline}.public-restaurant-card__divider{margin-top:18px;margin-bottom:14px}}@media(max-width:400px){.public-restaurant-card__image-wrapper{aspect-ratio:1.7 / 1}.public-restaurant-card__body{padding:16px 15px 15px}.public-restaurant-card__title-row{gap:8px}.public-restaurant-card__name{font-size:18px}.public-restaurant-card__cuisine,.public-restaurant-card__location,.public-restaurant-card__time,.public-restaurant-card__order{font-size:13px}}.custom-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding:30px 0 10px;-webkit-user-select:none;user-select:none}.custom-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:42px;padding:0 20px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000000a;outline:none}.custom-pagination__arrow:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:#fff5f2;transform:translateY(-1px);box-shadow:0 4px 14px #00000029}.custom-pagination__arrow:active:not(:disabled){transform:translateY(0)}.custom-pagination__arrow:disabled{opacity:.45;cursor:not-allowed;border-color:#f1f5f9;background:#f8fafc;box-shadow:none}.custom-pagination__number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000000a;outline:none}.custom-pagination__number:hover:not(.custom-pagination__number--active){border-color:var(--color-primary);color:var(--color-primary);background:#fff5f2;transform:translateY(-1px);box-shadow:0 4px 12px #00000024}.custom-pagination__number--active{background:var(--color-primary);color:#fff!important;border-color:var(--color-primary)!important;box-shadow:0 4px 14px #00000059!important;transform:scale(1.05)}.custom-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;width:32px;height:42px;color:#94a3b8;font-weight:700;font-size:15px}@media(max-width:640px){.custom-pagination{gap:6px}.custom-pagination__arrow{height:38px;padding:0 14px;font-size:13px}.custom-pagination__number{width:38px;height:38px;font-size:13px}}.restaurant-listing{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:40px 10% 80px}.restaurant-listing__header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:30px}.restaurant-listing__heading{min-width:0}.restaurant-listing__eyebrow{display:inline-block;margin-bottom:7px;color:var(--color-primary);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.restaurant-listing__title{font-size:var(--font-size-h2);line-height:var(--line-height-heading)}.restaurant-listing__description{max-width:600px;margin:10px 0 0;color:#777;font-size:var(--font-size-body);line-height:var(--line-height-body)}.restaurant-listing__content{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:28px}.restaurant-listing__results{min-width:0;display:flex;flex-direction:column;justify-content:space-between;min-height:550px}.restaurant-listing__active-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.restaurant-listing__active-chip{background:#7e018f14;color:var(--color-primary);border:1px solid rgba(126,1,143,.2);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.restaurant-listing__active-chip:hover{background:#7e018f24}.restaurant-listing__active-chip-icon{cursor:pointer;transition:opacity .2s ease}.restaurant-listing__active-chip-icon:hover{opacity:.7}.restaurant-listing__results-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.restaurant-listing__results-title{margin:0;color:var(--ink, #222222);font-size:20px;line-height:1.3;font-weight:700}.restaurant-listing__results-subtitle{margin:4px 0 0;color:#888;font-size:12px}.restaurant-listing__sort{width:175px;height:40px;padding:0 11px;border:1px solid #dddddd;border-radius:8px;background:#fff;color:#444;font-family:inherit;font-size:12px;cursor:pointer;outline:none}.restaurant-listing__sort:focus{border-color:var(--color-accent, #e85d04)}.restaurant-listing__mobile-toolbar{display:none}.restaurant-listing__filter-button{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 13px;border:1px solid #dddddd;border-radius:8px;background:#fff;color:#333;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;outline:none}.restaurant-listing__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--color-accent, #e85d04);color:#fff;font-size:11px;font-weight:700}.restaurant-listing__result-count{color:#666;font-size:13px;font-weight:500}@media(max-width:1200px){.restaurant-listing{padding-right:5%;padding-left:5%}.restaurant-listing__content{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:992px){.restaurant-listing{padding-top:30px;padding-bottom:60px}.restaurant-listing__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.restaurant-listing__mobile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.restaurant-listing__content{grid-template-columns:1fr}.restaurant-listing__results-header{margin-bottom:16px}.restaurant-listing__results-title{font-size:18px}.restaurant-listing__sort{display:none}}@media(max-width:480px){.restaurant-listing{padding-right:15px;padding-left:15px}.restaurant-listing__title{font-size:28px}.restaurant-listing__description{font-size:13px}.restaurant-listing__results-header{align-items:flex-end}.restaurant-listing__results-title{font-size:17px}}.exclusive-deals{width:100%;min-height:650px;padding:80px 10%;background:#222;overflow:hidden}.exclusive-deals__container{display:flex;align-items:center;justify-content:space-between;width:var(--container-width);max-width:var(--container-max-width);min-height:500px;margin:0 auto}.exclusive-deals__content{width:58%;max-width:730px}.exclusive-deals__eyebrow{width:fit-content;padding:8px 16px;background:#f4e3e3;color:var(--color-primary);border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;display:block;margin-bottom:24px}.exclusive-deals__title{color:var(--color-text-white);line-height:var(--line-height-heading);font-size:var(--font-size-h2)}.exclusive-deals__title span{color:var(--color-primary)}.exclusive-deals__description{max-width:600px;margin:24px 0 0;color:#999ca5;font-size:var(--font-size-body);line-height:var(--line-height-body)}.exclusive-deals__benefits{display:flex;flex-direction:column;gap:12px;margin:30px 0 0;padding:0;list-style:none}.exclusive-deals__benefit{display:flex;align-items:center;gap:13px;color:#999ca5;font-size:var(--font-size-body);line-height:var(--line-height-body)}.exclusive-deals__check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--color-text-white);background:var(--color-primary);border-radius:50%}.exclusive-deals__buttons{display:flex;gap:18px;flex-wrap:wrap;margin-top:40px}.exclusive-deals__store-btn{display:inline-flex;transition:transform .25s ease}.exclusive-deals__store-btn img{display:block;width:170px;height:auto}.exclusive-deals__store-btn:hover{transform:scale(1.06)}.exclusive-deals__visual img{width:auto;height:550px;border-radius:15px}.exclusive-deals__visual{display:flex;align-items:flex-end;justify-content:center;flex-shrink:0;opacity:0;transform:translateY(120px);transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1)}.exclusive-deals__visual--visible{opacity:1;transform:translateY(0)}.exclusive-deals__visual img{display:block;width:auto;height:550px;border-radius:15px}@media(max-width:1200px){.exclusive-deals__container{gap:40px}.exclusive-deals__content{width:60%}.exclusive-deals__visual{width:35%}}@media(max-width:992px){.exclusive-deals{min-height:auto;padding:60px 5%}.exclusive-deals__container{min-height:auto;gap:35px}.exclusive-deals__content{width:58%}.exclusive-deals__benefit{font-size:15px}.exclusive-deals__buttons{margin-top:32px}.exclusive-deals__store-btn img{width:150px}}@media(max-width:768px){.exclusive-deals{min-height:auto;padding:40px 5%}.exclusive-deals__container{display:block;width:100%;min-height:auto}.exclusive-deals__content{width:100%;max-width:100%}.exclusive-deals__visual{display:none}.exclusive-deals__eyebrow{margin-bottom:18px;padding:7px 13px;font-size:11px}.exclusive-deals__benefits{gap:11px;margin-top:25px}.exclusive-deals__benefit{gap:10px;font-size:14px}.exclusive-deals__check{width:19px;height:19px}.exclusive-deals__buttons{gap:12px;margin-top:30px}.exclusive-deals__store-btn img{width:150px}}@media(max-width:480px){.exclusive-deals{padding:40px 5%}.exclusive-deals__benefit{font-size:13px}.exclusive-deals__store-btn img{width:120px}}.popular-deliveries{width:100%;padding:80px 10%}.popular-deliveries__container{width:var(--container-width);max-width:var(--container-max-width);margin:0 auto}.popular-deliveries__header{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:25px}.popular-deliveries__eyebrow{display:block;margin-bottom:5px;color:var(--color-primary);font-size:12px;font-weight:700;text-transform:uppercase}.popular-deliveries__title{margin:0;font-size:var(--font-size-h2);line-height:var(--line-height-heading)}.popular-deliveries__title-highlight{color:var(--color-primary)}.popular-deliveries__description{margin:5px 0 0;color:#777;font-size:var(--font-size-body);line-height:var(--line-height-body)}.popular-deliveries__header-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;color:var(--color-primary);background:#7e018f12;border-radius:13px}.popular-deliveries__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.popular-deliveries__item{display:flex;align-items:center;min-width:0;min-height:68px;padding:10px 12px;color:var(--color-text);background:var(--color-text-white);border:1px solid #e9e5eb;border-radius:var(--radius-sm);box-shadow:0 2px 8px #00000006;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.popular-deliveries__item:hover{transform:translateY(-2px);border-color:#7e018f38;background:#fff;box-shadow:0 7px 20px #7e018f14}.popular-deliveries__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;color:var(--color-primary);background:#7e018f12;border-radius:10px;transition:color .2s ease,background .2s ease}.popular-deliveries__item:hover .popular-deliveries__icon{color:var(--color-text-white);background:var(--color-primary)}.popular-deliveries__name{min-width:0;margin-left:10px;color:#242424;font-size:13px;font-weight:500;line-height:1.35}.popular-deliveries__arrow{margin-left:auto;flex-shrink:0;color:#b1adb3;opacity:0;transform:translate(-4px,4px);transition:opacity .2s ease,transform .2s ease,color .2s ease}.popular-deliveries__item:hover .popular-deliveries__arrow{color:var(--color-primary);opacity:1;transform:translate(0)}@media(max-width:1200px){.popular-deliveries__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:992px){.popular-deliveries{padding:50px 5%}.popular-deliveries__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-deliveries__title{font-size:var(--font-size-h3)}}@media(max-width:768px){.popular-deliveries{padding:45px 5%}.popular-deliveries__header{align-items:flex-start;margin-bottom:20px}.popular-deliveries__header-icon{width:40px;height:40px}.popular-deliveries__title{font-size:var(--font-size-h3)}.popular-deliveries__description{max-width:500px;font-size:12px}.popular-deliveries__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.popular-deliveries__item{min-height:62px;padding:9px}.popular-deliveries__icon{width:34px;height:34px}.popular-deliveries__name{margin-left:8px;font-size:12px}.popular-deliveries__arrow{display:none}}@media(max-width:480px){.popular-deliveries{padding:40px 5%}.popular-deliveries__header{gap:15px}.popular-deliveries__eyebrow{font-size:10px}.popular-deliveries__title{font-size:23px}.popular-deliveries__description{font-size:11px}.popular-deliveries__header-icon{width:36px;height:36px}.popular-deliveries__grid{gap:8px}.popular-deliveries__item{min-height:60px;padding:8px}.popular-deliveries__icon{width:31px;height:31px;border-radius:8px}.popular-deliveries__name{font-size:11px;line-height:1.3}}.food-deals{width:100%;padding:80px 10%;background:#222}.food-deals__container{width:100%;max-width:var(--container-max-width);margin:0 auto}.food-deals__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}.food-deals__heading{min-width:0}.food-deals__eyebrow{width:fit-content;padding:8px 16px;background:#f4e3e3;color:var(--color-primary);border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;display:block;margin-bottom:24px}.food-deals__title{margin:0;color:var(--color-text-white);font-size:var(--font-size-h2);line-height:var(--line-height-heading)}.food-deals__subtitle{margin:5px 0 0;color:#f9f9f9;font-size:var(--font-size-body);line-height:var(--line-height-body)}.food-deals__list{display:grid;grid-template-columns:repeat(6,minmax(190px,1fr));gap:12px;overflow-x:auto;scrollbar-width:none;padding:10px 0}.food-deals__list::-webkit-scrollbar{display:none}.food-deals__card{position:relative;display:flex;flex-direction:column;min-width:0;height:205px;padding:18px;background:#fff;border:1px solid #eeeeee;border-radius:var(--radius-lg);box-shadow:0 3px 15px #7e018f0a;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.food-deals__card:before{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));content:"";opacity:0;transition:opacity .22s ease}.food-deals__card:hover{transform:translateY(-3px);border-color:#7e018f26;box-shadow:0 8px 25px #7e018f1a}.food-deals__card:hover:before{opacity:1}.food-deals__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.food-deals__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;color:var(--color-primary);background:#7e018f12;border-radius:10px;transition:background .2s ease,color .2s ease}.food-deals__card:hover .food-deals__icon{color:var(--color-text-white);background:var(--color-primary)}.food-deals__offer{display:inline-flex;align-items:center;padding:5px 8px;color:#8a6200;background:#ffbb0026;border-radius:50px;font-size:9px;font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap}.food-deals__content{margin-top:15px}.food-deals__card-title{margin:0;color:var(--color-text);font-size:19px;font-weight:600;line-height:1.15}.food-deals__description{display:-webkit-box;margin:6px 0 0;color:#777;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.food-deals__cta{display:inline-flex;align-items:center;gap:5px;width:fit-content;margin-top:auto;color:var(--color-primary);font-size:12px;font-weight:var(--font-weight-bold);text-decoration:none;transition:color .2s ease,gap .2s ease}.food-deals__cta:hover{gap:8px;color:var(--color-accent)}@media(max-width:1200px){.food-deals__list{grid-template-columns:repeat(6,210px)}}@media(max-width:992px){.food-deals{padding:50px 5%}.food-deals__title{font-size:var(--font-size-h2)}.food-deals__list{grid-template-columns:repeat(6,220px)}}@media(max-width:768px){.food-deals{padding:45px 5%}.food-deals__header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:20px}.food-deals__title{font-size:var(--font-size-h2)}.food-deals__subtitle{font-size:var(--font-size-body)}.food-deals__view-all{font-size:12px}.food-deals__list{grid-template-columns:repeat(6,240px);margin-right:-5%;padding-right:5%}.food-deals__card{height:200px}}@media(max-width:480px){.food-deals__title{font-size:28px}.food-deals__subtitle{font-size:13px}.food-deals__list{grid-template-columns:repeat(6,225px)}.food-deals__card{height:195px;padding:16px}}.delivery-areas{width:100%;padding:80px 10%;background:#fff}.delivery-areas__container{width:var(--container-width);max-width:var(--container-max-width);margin:0 auto}.delivery-areas__content{width:100%}.delivery-areas__eyebrow{display:inline-block;margin-bottom:8px;color:var(--color-primary);font-size:13px;font-weight:600;line-height:1.4;letter-spacing:1.1px;text-transform:uppercase}.delivery-areas__title{margin:0;color:var(--color-text);font-size:var(--font-size-h2);line-height:var(--line-height-heading);letter-spacing:-.4px}.delivery-areas__description{max-width:650px;margin:5px 0 25px;color:#7b8290;font-size:var(--font-size-body);line-height:var(--line-height-body)}.delivery-areas__list{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.delivery-areas__item{min-height:47px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid #e4e4e7;border-radius:9px;background:#fff;color:#27364a;font-size:14px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 1px 2px #00000005;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.delivery-areas__item:hover{border-color:#7e018f40;background:#7e018f0a;color:var(--color-primary);transform:translateY(-2px);box-shadow:0 5px 14px #7e018f14}.delivery-areas__item:active{transform:translateY(0)}.delivery-areas__item:focus-visible{outline:3px solid rgba(126,1,143,.16);outline-offset:3px}@media(min-width:1400px){.delivery-areas{padding-top:75px;padding-bottom:75px}.delivery-areas__description{margin-bottom:27px}.delivery-areas__list{gap:10px}.delivery-areas__item{min-height:47px;padding:0 21px}}@media(max-width:992px){.delivery-areas{padding:60px 5%}.delivery-areas__title{font-size:var(--font-size-h2)}.delivery-areas__description{max-width:650px;font-size:14px}.delivery-areas__list{gap:9px}.delivery-areas__item{min-height:44px;padding:0 17px;font-size:13px}}@media(max-width:768px){.delivery-areas{padding:40px 5%}.delivery-areas__eyebrow{margin-bottom:7px;font-size:11px;letter-spacing:.9px}.delivery-areas__description{margin-top:8px;margin-bottom:22px}.delivery-areas__desktop-break{display:none}.delivery-areas__list{gap:8px}.delivery-areas__item{min-height:40px;padding:0 14px;border-radius:8px;font-size:12px}}@media(max-width:480px){.delivery-areas__eyebrow{font-size:10px}.delivery-areas__description{margin-top:8px;margin-bottom:20px}.delivery-areas__list{gap:7px}.delivery-areas__item{min-height:38px;padding:0 12px;font-size:11px}}@media(max-width:360px){.delivery-areas{padding:20px 5%}.delivery-areas__item{min-height:36px;padding:0 10px;font-size:10px}}@media(prefers-reduced-motion:reduce){.delivery-areas__item{transition:none}}
