:root{--rf-primary:#e94b68;--rf-primary-dark:#b91f45;--rf-accent:#ff8ea2;--rf-text:#251a1f;--rf-muted:#786b70;--rf-bg:#fff9fa;--rf-card-text:#251a1f;--rf-hero-text:#fff;--rf-border:rgba(94,33,49,.11);--rf-shadow:0 24px 70px rgba(116,33,58,.12);--rf-soft:0 14px 40px rgba(116,33,58,.08);--rf-header-h:82px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--rf-bg)}body{margin:0;font-family:"Montserrat",system-ui,sans-serif;background:var(--rf-bg);color:var(--rf-text);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.rf-lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;height:auto}.rf-shell{width:min(1440px,calc(100% - 40px));margin:auto}.rf-main{padding-top:var(--rf-header-h)}
.rf-header{position:fixed;z-index:1000;inset:0 0 auto;background:rgba(255,249,250,.86);border-bottom:1px solid rgba(255,255,255,.7);backdrop-filter:blur(22px) saturate(1.15);transition:.25s}.rf-header.is-scrolled{box-shadow:0 10px 40px rgba(88,22,42,.1);background:rgba(255,252,252,.95)}.rf-header__inner{width:min(1500px,calc(100% - 32px));height:var(--rf-header-h);margin:auto;display:flex;align-items:center;gap:24px}.rf-logo{display:flex;align-items:center;flex:none}.rf-logo img{display:block;max-height:54px;max-width:210px}.rf-logo--mobile{display:none}.rf-desktop-nav{margin-right:auto}.rf-menu{list-style:none;display:flex;align-items:center;gap:6px;margin:0;padding:0}.rf-menu a{display:flex;align-items:center;min-height:44px;padding:0 13px;border-radius:14px;font-weight:700;font-size:14px;transition:.2s}.rf-menu a:hover{background:#fff;color:var(--rf-primary)}.rf-city-switch{border:0;background:rgba(233,75,104,.09);color:var(--rf-primary-dark);display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap}.rf-header__actions{display:flex;align-items:center;gap:9px}.rf-social{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#fff;box-shadow:0 7px 22px rgba(101,24,48,.08);transition:.2s}.rf-social:hover{transform:translateY(-2px)}.rf-social--max span{font-size:9px;font-weight:900}.rf-social--tg svg{width:20px;height:20px;fill:#2aabee}.rf-phone{font-size:14px;font-weight:900;white-space:nowrap;padding:10px}.rf-cart-link{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff;box-shadow:0 12px 28px rgba(233,75,104,.27)}.rf-cart-count{position:absolute;right:-5px;top:-5px;min-width:21px;height:21px;padding:0 5px;border-radius:11px;background:#fff;color:var(--rf-primary-dark);border:2px solid var(--rf-primary);display:grid;place-items:center;font-size:11px;font-weight:900}.rf-burger{display:none;width:43px;height:43px;border:0;border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(101,24,48,.08);padding:11px}.rf-burger span{display:block;height:2px;background:var(--rf-text);border-radius:2px;margin:4px 0}
.rf-city-modal{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.28s}.rf-city-modal.is-open{opacity:1;visibility:visible}.rf-city-modal__backdrop{position:absolute;inset:0;background:rgba(38,12,22,.56);backdrop-filter:blur(10px)}.rf-city-modal__panel{position:relative;width:min(620px,100%);padding:34px;border-radius:34px;background:linear-gradient(180deg,#fff,#fff7f9);box-shadow:0 40px 110px rgba(43,8,20,.3);transform:translateY(24px) scale(.97);transition:.32s cubic-bezier(.2,.8,.2,1);overflow:hidden}.rf-city-modal.is-open .rf-city-modal__panel{transform:none}.rf-city-modal__panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-120px;top:-130px;background:radial-gradient(circle,var(--rf-accent),transparent 70%);opacity:.23}.rf-city-modal__close{position:absolute;z-index:2;right:18px;top:18px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;font-size:26px;box-shadow:0 7px 20px rgba(0,0,0,.08)}.rf-city-modal__badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ffe7ed;color:var(--rf-primary-dark);font-size:12px;font-weight:900;text-transform:uppercase}.rf-city-modal h2{font-size:clamp(26px,5vw,42px);line-height:1.05;letter-spacing:-.045em;margin:16px 0 8px}.rf-city-modal p{margin:0 0 24px;color:var(--rf-muted)}.rf-city-modal__options{display:grid;gap:12px}.rf-city-option{width:100%;border:1px solid rgba(233,75,104,.14);background:#fff;border-radius:22px;padding:16px;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 10px 30px rgba(110,35,56,.06);transition:.22s}.rf-city-option:hover{transform:translateY(-2px);border-color:rgba(233,75,104,.38);box-shadow:0 16px 38px rgba(110,35,56,.11)}.rf-city-option__icon{width:54px;height:54px;border-radius:17px;background:linear-gradient(135deg,#ffe5eb,#fff4f6);display:grid;place-items:center;font-size:25px}.rf-city-option strong{display:block;font-size:16px}.rf-city-option small{display:block;color:var(--rf-muted);margin-top:3px}.rf-city-option b{color:var(--rf-primary);font-size:22px}.rf-city-modal__note{text-align:center;color:var(--rf-muted);font-size:12px;margin-top:18px}
.rf-drawer{position:fixed;inset:0;z-index:2400;visibility:hidden;pointer-events:none}.rf-drawer.is-open{visibility:visible;pointer-events:auto}.rf-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(31,10,18,.45);opacity:0;transition:.25s}.rf-drawer.is-open .rf-drawer__backdrop{opacity:1}.rf-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(390px,92vw);background:#fff;padding:20px;transform:translateX(100%);transition:.32s cubic-bezier(.2,.8,.2,1);box-shadow:-30px 0 90px rgba(56,12,27,.2)}.rf-drawer.is-open .rf-drawer__panel{transform:none}.rf-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.rf-drawer__head img{max-height:48px;max-width:170px}.rf-icon-button{width:40px;height:40px;border:0;border-radius:12px;background:#fff4f6;font-size:28px}.rf-city-card{width:100%;border:0;background:linear-gradient(135deg,#ffe8ee,#fff7f9);padding:14px 16px;border-radius:18px;text-align:left;margin-bottom:18px}.rf-city-card span,.rf-city-card em{display:block;font-size:11px;color:var(--rf-muted);font-style:normal}.rf-city-card strong{display:block;margin:3px 0;font-size:17px}.rf-drawer__nav .rf-menu{display:block}.rf-drawer__nav .rf-menu li{border-bottom:1px solid #f3e8eb}.rf-drawer__nav .rf-menu a{min-height:52px;padding:0 3px;font-size:16px}.rf-drawer__phone{display:block;margin-top:20px;padding:16px;border-radius:18px;background:var(--rf-primary);color:#fff;text-align:center;font-weight:900}.rf-drawer__socials{display:flex;gap:10px;margin-top:10px}.rf-drawer__socials a{flex:1;text-align:center;border:1px solid var(--rf-border);padding:11px;border-radius:15px;font-weight:800}
.rf-hero{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;color:var(--rf-hero-local-text,var(--rf-hero-text));background:linear-gradient(105deg,rgba(170,24,63,.97),rgba(229,62,94,.93) 54%,rgba(255,132,151,.78)),var(--rf-hero-image,none) center/cover no-repeat}.rf-hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(180deg,transparent,var(--rf-bg))}.rf-hero__grain{position:absolute;inset:0;opacity:.07;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.8) .7px,transparent .7px);background-size:7px 7px}.rf-hero__inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:70px;align-items:center;padding:76px 0 120px}.rf-kicker{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(10px);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.rf-kicker--pink{background:#ffe8ee;border-color:#ffd6df;color:var(--rf-primary-dark);backdrop-filter:none}.rf-hero h1{font-size:clamp(46px,6vw,88px);line-height:.96;letter-spacing:-.065em;margin:22px 0;font-weight:900;max-width:900px}.rf-hero__content>p{font-size:clamp(16px,1.45vw,21px);line-height:1.65;max-width:680px;opacity:.94;margin:0}.rf-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.rf-button{min-height:54px;border:0;border-radius:18px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer;transition:.22s}.rf-button:hover{transform:translateY(-2px)}.rf-button--light{background:#fff;color:var(--rf-primary-dark);box-shadow:0 14px 38px rgba(70,8,28,.16)}.rf-button--glass{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(10px)}.rf-button--primary{background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff;box-shadow:0 12px 28px rgba(233,75,104,.25)}.rf-hero__facts{display:flex;gap:17px;flex-wrap:wrap;margin-top:24px;font-size:12px;font-weight:700;opacity:.9}.rf-hero__visual{display:flex;justify-content:center;min-height:440px}.rf-hero-card{position:relative;width:min(430px,35vw);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 38% 34%,#fff 0 22%,#ffe4ea 23% 48%,rgba(255,255,255,.2) 49%);box-shadow:0 50px 120px rgba(74,8,30,.24);animation:rf-float 7s ease-in-out infinite}.rf-hero-card__plate{z-index:2;width:66%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;font-size:clamp(90px,10vw,160px);background:#fff;box-shadow:0 28px 60px rgba(96,18,45,.17)}.rf-hero-card__ring{position:absolute;inset:-22px;border-radius:50%;border:1px dashed rgba(255,255,255,.5);animation:rf-spin 28s linear infinite}.rf-float-tag{position:absolute;z-index:4;background:#fff;color:var(--rf-primary-dark);padding:9px 13px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 12px 30px rgba(70,10,30,.15);animation:rf-float-small 4s ease-in-out infinite}.rf-float-tag--one{left:-2%;top:19%}.rf-float-tag--two{right:-2%;top:48%;animation-delay:-1.2s}.rf-float-tag--three{left:12%;bottom:4%;animation-delay:-2s}.rf-hero__orb{position:absolute;border-radius:50%;pointer-events:none}.rf-hero__orb--one{width:480px;height:480px;right:-190px;top:-150px;border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 0 100px rgba(255,255,255,.07);animation:rf-drift 11s ease-in-out infinite}.rf-hero__orb--two{width:220px;height:220px;left:48%;bottom:10%;background:rgba(255,255,255,.07);animation:rf-drift 8s ease-in-out infinite reverse}
.rf-benefits{position:relative;z-index:5;margin-top:-72px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rf-benefit{background:rgba(255,255,255,.92);border:1px solid #fff;backdrop-filter:blur(18px);border-radius:24px;padding:22px;box-shadow:var(--rf-soft)}.rf-benefit>span{display:block;color:var(--rf-primary);font-size:11px;font-weight:900;margin-bottom:8px}.rf-benefit strong{display:block;font-size:17px;margin-bottom:6px}.rf-benefit p{margin:0;color:var(--rf-muted);font-size:13px}
.rf-menu-section{position:relative;padding:90px 0 110px;background:linear-gradient(rgba(255,249,250,.92),rgba(255,249,250,.96)),var(--rf-menu-image,none) center/cover fixed no-repeat}.rf-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.rf-section-head h2,.rf-about h2,.rf-contact-cta h2{font-size:clamp(34px,4vw,60px);line-height:1.03;letter-spacing:-.055em;margin:14px 0 8px;font-weight:900}.rf-section-head p{margin:0;color:var(--rf-muted);max-width:650px}.rf-mini-cart{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--rf-border);border-radius:16px;background:#fff;font-weight:800}.rf-mini-cart b{min-width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:var(--rf-primary);color:#fff}.rf-category-sticky{position:sticky;z-index:800;top:var(--rf-header-h);padding:10px 0;margin-bottom:30px;background:rgba(255,249,250,.9);backdrop-filter:blur(18px);border-block:1px solid rgba(111,30,54,.06)}.rf-category-nav{display:flex;gap:9px;overflow:auto;padding:4px 0 7px;scrollbar-width:none;scroll-snap-type:x proximity}.rf-category-nav::-webkit-scrollbar{display:none}.rf-category-chip{flex:none;scroll-snap-align:start;border:1px solid var(--rf-border);background:#fff;min-height:44px;padding:0 17px;border-radius:999px;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 7px 19px rgba(102,28,49,.04);transition:.2s}.rf-category-chip:hover{color:var(--rf-primary)}.rf-category-chip.is-active{background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(233,75,104,.24);transform:translateY(-1px)}.rf-products-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.js-rf-category-title{font-size:26px;font-weight:900;letter-spacing:-.035em}.rf-products-toolbar__hint{color:var(--rf-muted);font-size:12px}.rf-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;min-height:320px}.rf-product-card{background:rgba(255,255,255,.95);border:1px solid rgba(100,28,50,.08);border-radius:26px;overflow:hidden;box-shadow:0 12px 36px rgba(98,28,49,.07);transition:.28s;display:flex;flex-direction:column;color:var(--rf-card-text)}.rf-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 58px rgba(98,28,49,.14)}.rf-product-card__media{position:relative;aspect-ratio:1.17;background:linear-gradient(135deg,#fff0f4,#ffe2e9);overflow:hidden;cursor:pointer}.rf-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}.rf-product-card:hover .rf-product-card__media img{transform:scale(1.035)}.rf-product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:2}.rf-badge{padding:6px 8px;border-radius:999px;background:#fff;color:var(--rf-primary-dark);font-size:9px;font-weight:900;box-shadow:0 7px 18px rgba(71,12,29,.1);text-transform:uppercase}.rf-badge--hot{background:var(--rf-primary);color:#fff}.rf-product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.rf-product-card__title{font-size:16px;line-height:1.25;font-weight:900;letter-spacing:-.02em;margin:0 0 7px;cursor:pointer}.rf-product-card__desc{color:var(--rf-muted);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:15px}.rf-product-card__meta{display:flex;align-items:center;gap:8px;color:var(--rf-muted);font-size:10px;margin-bottom:13px}.rf-product-card__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.rf-product-card__price{font-size:20px;font-weight:900;white-space:nowrap}.rf-product-card__old{font-size:11px;color:#aa9aa0;text-decoration:line-through;margin-left:4px}.rf-add-button{height:42px;min-width:42px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff;font-size:22px;cursor:pointer;box-shadow:0 9px 20px rgba(233,75,104,.22)}.rf-skeleton{height:420px;border-radius:26px;background:linear-gradient(90deg,#f9e9ed 25%,#fff7f9 37%,#f9e9ed 63%);background-size:400% 100%;animation:rf-shimmer 1.3s ease infinite}.rf-products-empty{grid-column:1/-1;background:#fff;border:1px dashed rgba(233,75,104,.3);padding:40px;border-radius:24px;text-align:center;color:var(--rf-muted)}
.rf-about{padding:100px 0;background:linear-gradient(115deg,rgba(255,255,255,.92),rgba(255,242,246,.94)),var(--rf-about-image,none) center/cover no-repeat}.rf-about__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.rf-about__visual{position:relative;min-height:440px;border-radius:36px;background:linear-gradient(135deg,#ffdae4,#fff1f4);display:grid;place-items:center;overflow:hidden;box-shadow:var(--rf-shadow)}.rf-about__visual:before,.rf-about__visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(233,75,104,.24)}.rf-about__visual:before{width:350px;height:350px}.rf-about__visual:after{width:470px;height:470px}.rf-about__dish{z-index:2;font-size:150px;filter:drop-shadow(0 20px 28px rgba(85,18,40,.18));animation:rf-float 7s ease-in-out infinite}.rf-about__bubble{position:absolute;z-index:3;right:30px;top:30px;width:105px;height:105px;border-radius:50%;background:var(--rf-primary);color:#fff;display:grid;place-items:center;text-align:center;font-size:11px;font-weight:900;text-transform:uppercase}.rf-about__content>p{font-size:17px;line-height:1.75;color:var(--rf-muted)}.rf-about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.rf-about__stats div{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--rf-border)}.rf-about__stats strong{display:block;font-size:28px;color:var(--rf-primary-dark)}.rf-about__stats span{display:block;color:var(--rf-muted);font-size:11px}.rf-contact-cta{position:relative;padding:90px 0;color:#fff;background:linear-gradient(120deg,rgba(154,19,57,.96),rgba(233,75,104,.91)),var(--rf-contact-image,none) center/cover no-repeat;overflow:hidden}.rf-contact-cta:before{content:"";position:absolute;right:-100px;top:-160px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.18)}.rf-contact-cta__grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.rf-contact-cta p{opacity:.9}.rf-lead-card{background:#fff;color:var(--rf-text);border-radius:30px;padding:22px;box-shadow:0 30px 80px rgba(74,5,29,.22)}
.rf-form{display:grid;gap:11px}.rf-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rf-field{display:grid;gap:6px}.rf-field label{font-size:11px;font-weight:800;color:var(--rf-muted)}.rf-field input,.rf-field textarea,.rf-field select{width:100%;border:1px solid #ecdde1;background:#fff;border-radius:15px;padding:13px 14px;outline:none;transition:.2s;color:var(--rf-text)}.rf-field input:focus,.rf-field textarea:focus,.rf-field select:focus{border-color:rgba(233,75,104,.55);box-shadow:0 0 0 4px rgba(233,75,104,.09)}.rf-form__submit{min-height:50px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff;font-weight:900}.rf-form__status{font-size:12px;min-height:18px}.rf-hp{position:absolute!important;left:-10000px!important}
.rf-product-modal{position:fixed;inset:0;z-index:2600;visibility:hidden;pointer-events:none}.rf-product-modal.is-open{visibility:visible;pointer-events:auto}.rf-product-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(33,8,17,.52);backdrop-filter:blur(8px);opacity:0;transition:.25s}.rf-product-modal.is-open .rf-product-modal__backdrop{opacity:1}.rf-product-modal__sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%) scale(.97);width:min(760px,calc(100% - 30px));max-height:88vh;overflow:auto;background:#fff;border-radius:32px;box-shadow:0 40px 110px rgba(43,8,20,.3);opacity:0;transition:.3s}.rf-product-modal.is-open .rf-product-modal__sheet{opacity:1;transform:translate(-50%,-50%)}.rf-product-modal__close{position:absolute;right:14px;top:14px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:26px;box-shadow:0 8px 25px rgba(0,0,0,.12)}.rf-modal-product__image{aspect-ratio:16/8;background:#ffe9ee;overflow:hidden}.rf-modal-product__image img{width:100%;height:100%;object-fit:cover}.rf-modal-product__body{padding:26px}.rf-modal-product__body h2{font-size:32px;line-height:1.05;letter-spacing:-.04em;margin:0 0 10px}.rf-modal-product__body p{color:var(--rf-muted)}.rf-modal-product__foot{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:22px}.rf-modal-product__price{font-size:28px;font-weight:900}
.rf-page{padding:70px 0 110px;min-height:65vh;background:linear-gradient(180deg,#fff9fa,#fff)}.rf-page-head{margin-bottom:30px}.rf-page-head h1,.rf-content-card h1{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:14px 0}.rf-page-head p{color:var(--rf-muted)}.rf-content-card{background:#fff;border:1px solid var(--rf-border);border-radius:32px;padding:clamp(22px,4vw,50px);box-shadow:var(--rf-soft)}.rf-entry{font-size:16px;line-height:1.8}.rf-cart-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.7fr);gap:24px;align-items:start}.rf-cart-box{background:#fff;border:1px solid var(--rf-border);border-radius:28px;padding:18px;box-shadow:var(--rf-soft)}.rf-cart-items{display:grid;gap:10px}.rf-cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:14px;align-items:center;padding:10px;border-radius:20px;background:#fff9fa}.rf-cart-item img{width:78px;height:78px;object-fit:cover;border-radius:16px;background:#ffe8ed}.rf-cart-item h3{font-size:14px;line-height:1.3;margin:0 0 5px}.rf-cart-item__price{font-size:13px;font-weight:900}.rf-cart-item__controls{display:flex;align-items:center;gap:6px;margin-top:7px}.rf-cart-item__controls button{width:30px;height:30px;border:0;border-radius:10px;background:#fff;border:1px solid var(--rf-border);font-weight:900}.rf-cart-item__controls b{min-width:24px;text-align:center}.rf-cart-item__remove{border:0;background:transparent;color:#b7a7ad;font-size:20px}.rf-cart-summary{position:sticky;top:calc(var(--rf-header-h) + 20px)}.rf-cart-summary__title{font-size:22px;font-weight:900;margin-bottom:16px}.rf-delivery-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.rf-delivery-mode button{border:1px solid var(--rf-border);background:#fff;padding:12px 10px;border-radius:14px;font-size:12px;font-weight:900}.rf-delivery-mode button.is-active{background:#ffe8ee;color:var(--rf-primary-dark);border-color:#ffc7d3}.rf-delivery-mode button[disabled]{opacity:.45}.rf-cart-total{display:flex;align-items:end;justify-content:space-between;border-top:1px solid #f0e2e6;margin-top:15px;padding-top:15px}.rf-cart-total span{font-size:13px;color:var(--rf-muted)}.rf-cart-total strong{font-size:28px}.rf-checkout-button{width:100%;margin-top:14px}.rf-cart-empty,.rf-order-success{padding:60px 20px;text-align:center}.rf-cart-empty__icon{font-size:70px}.rf-cart-empty p,.rf-order-success p{color:var(--rf-muted)}.rf-order-success__icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e7faef;color:#178a48;font-size:34px;margin:auto}.rf-checkout-note{padding:11px 13px;border-radius:14px;background:#fff6e9;color:#77531b;font-size:11px;margin-bottom:12px}.rf-pickup-note{padding:12px;border-radius:14px;background:#f8f1f3;font-size:12px;color:var(--rf-muted);margin-bottom:12px}.rf-order-error{color:#b3133d;font-size:12px;margin-top:10px}.rf-single-dish{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.rf-single-dish__media img{width:100%;border-radius:32px;box-shadow:var(--rf-shadow)}.rf-single-dish__price{font-size:32px;font-weight:900;margin:16px 0}
.rf-footer{background:#25131a;color:#fceef2;padding:60px 0 24px}.rf-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px}.rf-footer__brand{font-size:30px;font-weight:900}.rf-footer p,.rf-footer__address{color:#bfaeb4;font-size:13px}.rf-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em}.rf-footer__city{border:0;background:none;color:#fff;padding:0;font-weight:900}.rf-footer__phone{display:block;font-size:20px;font-weight:900;margin-bottom:10px}.rf-footer__messengers{display:flex;gap:8px}.rf-footer__messengers a{padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.07);font-size:12px;font-weight:800}.rf-footer__bottom{margin-top:45px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#907c83;font-size:11px}.rf-mobile-tabbar{display:none}.rf-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1)}.rf-reveal.is-visible{opacity:1;transform:none}
@keyframes rf-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes rf-float-small{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes rf-drift{0%,100%{transform:translate(0)}50%{transform:translate(-20px,18px)}}@keyframes rf-spin{to{transform:rotate(360deg)}}@keyframes rf-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}
@media(max-width:1180px){:root{--rf-header-h:72px}.rf-header__inner{gap:14px}.rf-desktop-nav{display:none}.rf-burger{display:block}.rf-phone{display:none}.rf-products-grid{grid-template-columns:repeat(3,1fr)}.rf-hero__inner{grid-template-columns:1.2fr .8fr;gap:25px}}
@media(max-width:820px){.rf-shell{width:min(100% - 28px,1440px)}.rf-logo--desktop{display:none}.rf-logo--mobile{display:flex}.rf-logo--mobile img{max-width:105px;max-height:42px}.rf-header__inner{width:calc(100% - 22px)}.rf-city-switch{display:none}.rf-social{width:38px;height:38px}.rf-header__actions{margin-left:auto}.rf-cart-link{display:none}.rf-main{padding-bottom:70px}.rf-hero{min-height:auto}.rf-hero__inner{display:block;padding:62px 0 100px}.rf-hero h1{font-size:clamp(42px,12vw,68px)}.rf-hero__visual{display:none}.rf-benefits{grid-template-columns:1fr;margin-top:-45px}.rf-benefit{padding:17px 18px}.rf-menu-section{padding:70px 0 85px}.rf-section-head{align-items:flex-start}.rf-mini-cart{display:none}.rf-products-grid{grid-template-columns:repeat(2,1fr);gap:11px}.rf-product-card{border-radius:20px}.rf-product-card__body{padding:12px}.rf-product-card__title{font-size:13px}.rf-product-card__desc{font-size:10px;-webkit-line-clamp:2}.rf-product-card__price{font-size:17px}.rf-add-button{height:38px;min-width:38px}.rf-products-toolbar__hint{display:none}.rf-about{padding:75px 0}.rf-about__grid{grid-template-columns:1fr;gap:32px}.rf-about__visual{min-height:300px}.rf-about__dish{font-size:110px}.rf-contact-cta__grid{grid-template-columns:1fr;gap:28px}.rf-contact-cta{padding:70px 0}.rf-cart-layout{grid-template-columns:1fr}.rf-cart-summary{position:static}.rf-footer{padding-bottom:100px}.rf-footer__grid{grid-template-columns:1fr;gap:25px}.rf-mobile-tabbar{position:fixed;z-index:1100;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));height:64px;border:1px solid rgba(99,28,49,.08);border-radius:21px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(59,12,28,.18);display:grid;grid-template-columns:repeat(4,1fr);padding:5px}.rf-mobile-tabbar a{position:relative;display:grid;place-items:center;align-content:center;border-radius:16px;font-size:18px}.rf-mobile-tabbar small{font-size:8px;font-weight:800}.rf-mobile-tabbar__cart{background:linear-gradient(135deg,var(--rf-primary),var(--rf-primary-dark));color:#fff}.rf-mobile-tabbar__cart b{position:absolute;right:5px;top:3px;min-width:18px;height:18px;border-radius:9px;background:#fff;color:var(--rf-primary-dark);display:grid;place-items:center;font-size:9px}.rf-product-modal__sheet{left:0;right:0;top:auto;bottom:0;width:100%;max-height:88vh;border-radius:30px 30px 0 0;transform:translateY(100%);opacity:1}.rf-product-modal.is-open .rf-product-modal__sheet{transform:none}.rf-single-dish{grid-template-columns:1fr;gap:25px}}
@media(max-width:480px){.rf-header__actions{gap:5px}.rf-social{width:36px;height:36px}.rf-burger{width:38px;height:38px;padding:9px}.rf-city-modal{padding:10px}.rf-city-modal__panel{padding:26px 16px 20px;border-radius:26px}.rf-city-option{grid-template-columns:48px 1fr auto;padding:12px;gap:10px}.rf-city-option__icon{width:48px;height:48px}.rf-hero__actions{display:grid}.rf-button{width:100%}.rf-category-chip{min-height:42px;padding:0 14px;font-size:12px}.rf-products-grid{gap:8px}.rf-badge{font-size:8px;padding:5px 7px}.rf-product-card__meta{display:none}.rf-about__stats{grid-template-columns:1fr}.rf-form__row{grid-template-columns:1fr}.rf-cart-item{grid-template-columns:64px 1fr auto;gap:9px}.rf-cart-item img{width:64px;height:64px}.rf-modal-product__body{padding:20px 16px 26px}}@media(max-width:360px){.rf-products-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.rf-reveal{opacity:1;transform:none}}

/* ===== v1.1 category stream ===== */
.rf-category-stream{display:grid;gap:64px}.rf-category-block{position:relative;scroll-margin-top:calc(var(--rf-header-h) + 76px)}.rf-category-block__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.rf-category-block__eyebrow{display:inline-flex;color:var(--rf-primary);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.rf-category-block__head h2{margin:0;font-size:clamp(26px,3vw,40px);line-height:1.04;letter-spacing:-.045em}.rf-category-block__head p{margin:7px 0 0;color:var(--rf-muted);font-size:13px}.rf-category-block__cart{position:relative;flex:none;width:46px;height:46px;border:1px solid var(--rf-border);border-radius:15px;background:#fff;box-shadow:var(--rf-soft);cursor:pointer}.rf-category-block__cart .js-rf-cart-count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--rf-primary);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}.rf-stream-sentinel{min-height:86px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--rf-muted);font-size:12px;font-weight:700}.rf-stream-sentinel span{width:18px;height:18px;border-radius:50%;border:2px solid #f2c5d0;border-top-color:var(--rf-primary);animation:rf-spin .8s linear infinite}.rf-stream-sentinel em{font-style:normal}.rf-stream-sentinel.is-done{display:none}.rf-mini-cart{border:1px solid var(--rf-border);cursor:pointer}

/* ===== v1.1 popup cart ===== */
.rf-cart-modal{position:fixed;inset:0;z-index:2800;visibility:hidden;pointer-events:none}.rf-cart-modal.is-open{visibility:visible;pointer-events:auto}.rf-cart-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(31,8,17,.62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .25s}.rf-cart-modal.is-open .rf-cart-modal__backdrop{opacity:1}.rf-cart-modal__dialog{position:absolute;left:50%;top:50%;width:min(1180px,calc(100% - 32px));max-height:min(92vh,920px);display:flex;flex-direction:column;background:#fffafc;border:1px solid rgba(255,255,255,.75);border-radius:32px;box-shadow:0 40px 120px rgba(45,8,22,.34);overflow:hidden;opacity:0;transform:translate(-50%,-46%) scale(.975);transition:opacity .28s,transform .32s cubic-bezier(.2,.8,.2,1)}.rf-cart-modal.is-open .rf-cart-modal__dialog{opacity:1;transform:translate(-50%,-50%) scale(1)}.rf-cart-modal__head{flex:none;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #f0e0e5;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);z-index:4}.rf-cart-modal__eyebrow{display:block;color:var(--rf-primary);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.rf-cart-modal__head h2{margin:2px 0 0;font-size:28px;line-height:1;letter-spacing:-.04em}.rf-cart-modal__close{width:42px;height:42px;border:0;border-radius:14px;background:#fff0f4;color:var(--rf-text);font-size:28px;line-height:1;cursor:pointer}.rf-cart-modal__content{padding:18px;overflow:auto;overscroll-behavior:contain}.rf-cart-modal .rf-cart-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.88fr);gap:16px}.rf-cart-modal .rf-cart-box{box-shadow:none}.rf-cart-modal .rf-cart-summary{position:static}.rf-cart-products-box{align-self:start}.rf-checkout-note button{border:0;background:none;color:var(--rf-primary-dark);font-weight:900;padding:0;cursor:pointer}.rf-form__row--address-extra{grid-template-columns:repeat(4,1fr)}

@media(max-width:820px){.rf-category-stream{gap:48px}.rf-category-block{scroll-margin-top:calc(var(--rf-header-h) + 72px)}.rf-category-block__head{align-items:flex-start}.rf-category-block__head p{font-size:11px}.rf-category-block__cart{width:42px;height:42px}.rf-cart-modal__dialog{left:0;right:0;top:auto;bottom:0;width:100%;max-height:94dvh;border-radius:28px 28px 0 0;transform:translateY(100%);opacity:1}.rf-cart-modal.is-open .rf-cart-modal__dialog{transform:none}.rf-cart-modal__head{position:sticky;top:0;padding:15px 15px 12px}.rf-cart-modal__head h2{font-size:24px}.rf-cart-modal__content{padding:10px 10px calc(18px + env(safe-area-inset-bottom))}.rf-cart-modal .rf-cart-layout{grid-template-columns:1fr;gap:10px}.rf-cart-modal .rf-cart-box{border-radius:20px;padding:12px}.rf-form__row--address-extra{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.rf-category-stream{gap:42px}.rf-category-block__head{margin-bottom:12px}.rf-category-block__head h2{font-size:25px}.rf-category-block__cart{display:none}.rf-cart-modal__dialog{max-height:96dvh}.rf-cart-item{padding:7px}.rf-form__row--address-extra{grid-template-columns:1fr 1fr}.rf-cart-modal .rf-cart-summary__title{font-size:19px}}
