@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --accent: #ff4b38;
  --accent-rgb: 255, 75, 56;
  --accent-contrast: #fff;
  --page: #f7f4f0;
  --surface: #fffdfa;
  --surface-soft: #f1ede8;
  --ink: #191817;
  --muted: #726d68;
  --line: #e6dfd8;
  --dark: #191918;
  --danger: #b8342c;
  --green: #397a47;
  --content: 1320px;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { background: var(--page); color: var(--ink); }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.is-hidden { display: none !important; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(var(--accent-rgb), .3); outline-offset: 2px; }

.loading { min-height: 100dvh; display: grid; place-items: center; align-content: center; gap: 12px; background: var(--surface); }
.loading-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 28px; animation: pulse 1.1s ease-in-out infinite alternate; }
.loading p { color: var(--muted); font-size: 13px; font-weight: 700; }
@keyframes pulse { to { transform: scale(1.08); box-shadow: 0 0 0 13px rgba(var(--accent-rgb),.09); } }

.header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(229,222,215,.82); background: rgba(255,253,250,.92); backdrop-filter: blur(18px); }
.header-inner { max-width: var(--content); height: 76px; display: flex; align-items: center; gap: 24px; margin: auto; padding: 0 24px; }
.restaurant-brand { min-width: 0; display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 800; letter-spacing: -.025em; }
.brand-logo { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 11px; background: var(--accent); color: #fff; font-size: 20px; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.restaurant-brand-copy { min-width: 0; display: grid; gap: 2px; }
.restaurant-brand-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.restaurant-brand-copy small { max-width: 210px; overflow: hidden; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.fulfillment-switch { height: 42px; display: grid; flex: 0 0 auto; grid-template-columns: 1fr 1fr; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
.fulfillment-switch button { min-width: 116px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 9px; padding: 0 12px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 800; }
.fulfillment-switch button:hover { color: var(--ink); }
.fulfillment-switch button.is-active { background: var(--accent); color: var(--accent-contrast); box-shadow: 0 5px 14px rgba(var(--accent-rgb),.2); }
.desktop-nav { display: flex; align-items: center; gap: 27px; color: var(--muted); font-size: 12px; font-weight: 700; }
.desktop-nav a:hover { color: var(--ink); }
.header-actions { display: flex; gap: 8px; margin-left: auto; }
.account-button, .cart-button { height: 42px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 0 13px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.account-button:hover { background: var(--surface-soft); }
.cart-button { border-color: var(--dark); background: var(--dark); color: #fff; }
.cart-button strong { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 10px; }

.hero-section { max-width: var(--content); margin: 0 auto; padding: 28px 24px 22px; }
.hero-carousel { position: relative; width: 100%; aspect-ratio: 16 / 5; overflow: hidden; border-radius: 25px; background: var(--dark); container-type: inline-size; box-shadow: 0 24px 70px rgba(60,43,33,.13); }
.hero-carousel.no-shadow { box-shadow: none; }
.hero-track { width: 100%; height: 100%; display: flex; transition: transform .6s cubic-bezier(.2,.72,.2,1); }
.hero-slide { position: relative; min-width: 100%; height: 100%; overflow: hidden; background: var(--banner-bg, var(--dark)); color: #fff; }
.hero-slide.is-clickable { cursor: pointer; }
.hero-slide.image-only::before, .hero-slide.image-only::after { display: none; }
.hero-slide::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,15,14,.87) 0%, rgba(15,15,14,.58) 48%, rgba(15,15,14,.06) 80%); }
.hero-slide::after { content: ""; position: absolute; width: 45cqw; height: 45cqw; right: -8cqw; bottom: -26cqw; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb),.5), transparent 68%); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 3; width: 58%; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 5.2cqw; }
.hero-kicker, .section-kicker { color: var(--accent); font-size: clamp(8px, .92cqw, 12px); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy h1 { display: -webkit-box; margin: 1.25cqw 0 .9cqw; overflow: hidden; font-size: clamp(16px, 4.25cqw, 58px); line-height: .99; letter-spacing: -.065em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hero-copy p { display: -webkit-box; max-width: 42cqw; margin: 0 0 1.75cqw; overflow: hidden; color: #d4d0ca; font-size: clamp(7px, 1.05cqw, 14px); line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hero-action { min-height: clamp(24px, 3.6cqw, 48px); display: inline-flex; align-items: center; align-self: flex-start; gap: .65cqw; padding: 0 1.35cqw; border: 0; border-radius: clamp(6px, .8cqw, 11px); background: var(--accent); color: #fff; cursor: pointer; font-size: clamp(7px, .95cqw, 13px); font-weight: 800; }
.hero-art { position: absolute; z-index: 2; right: 8%; top: 50%; width: 22%; aspect-ratio: 1; display: grid; place-items: center; border: 1.4cqw solid rgba(255,255,255,.82); border-radius: 50%; background: linear-gradient(145deg,var(--accent),#a91f18); box-shadow: 0 2.3cqw 5cqw rgba(0,0,0,.34); transform: translateY(-50%) rotate(-8deg); font-size: 9cqw; }
.carousel-controls { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; padding-top: 10px; }
.carousel-arrow, .arrow-controls button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #c7bfb8; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dot.is-active { width: 22px; border-radius: 10px; background: var(--accent); }

.vertical-banners { max-width: var(--content); margin: 0 auto; padding: 30px 24px 56px; overflow: hidden; }
.vertical-carousel-shell { position: relative; }
.strip-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.strip-heading h2 { margin: 8px 0 0; font-size: clamp(28px,3.3vw,44px); letter-spacing: -.055em; }
.arrow-controls { display: flex; gap: 7px; }
.vertical-track { display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vertical-track::-webkit-scrollbar { display: none; }
.vertical-banner { position: relative; flex: 0 0 calc((100% - 28px) / 3); aspect-ratio: 3 / 4; overflow: hidden; border: 0; border-radius: 17px; background: #ddd5cc; cursor: pointer; scroll-snap-align: start; }
.vertical-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vertical-banner:hover img { transform: scale(1.025); }
.vertical-banner span { position: absolute; inset: auto 12px 12px; padding: 9px 11px; border-radius: 9px; background: rgba(20,19,18,.72); color: #fff; font-size: 11px; font-weight: 750; text-align: left; backdrop-filter: blur(8px); }
.vertical-controls { position: absolute; z-index: 4; top: 50%; right: 12px; display: grid; gap: 7px; transform: translateY(-50%); }
.vertical-controls button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(25,24,23,.78); color: #fff; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.vertical-controls:empty { display: none; }

.menu-section { max-width: var(--content); margin: 0 auto; padding: 40px 24px 95px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-heading h2, .delivery-copy h2, .contacts-section h2 { margin: 9px 0 0; font-size: clamp(34px,4vw,54px); line-height: 1.02; letter-spacing: -.06em; }
.menu-search { width: min(330px, 40%); height: 45px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--muted); }
.section-heading.no-copy .menu-search { width: 100%; }
.menu-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.catalog-layout { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 34px; align-items: start; }
.categories-shell { position: sticky; top: 100px; }
.categories { display: grid; gap: 3px; }
.category-button { width: 100%; display: flex; align-items: center; gap: 9px; padding: 11px 12px; border: 0; border-radius: 9px; background: transparent; cursor: pointer; color: var(--muted); text-align: left; font-size: 12px; font-weight: 700; }
.category-button::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #c9c1ba; }
.category-button:hover, .category-button.is-active { background: var(--surface); color: var(--ink); }
.category-button.is-active::before { background: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb),.12); }
.catalog { display: grid; gap: 54px; }
.category-block { scroll-margin-top: 105px; }
.category-title { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.category-title h3 { margin: 0; font-size: 26px; letter-spacing: -.045em; }
.category-title span { color: var(--muted); font-size: 11px; }
.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.product { min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.product:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(70,53,40,.09); }
.product-media { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#eee8e1,#f9f5ef); color: #ccc2b8; font-size: 68px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product:hover .product-media img { transform: scale(1.025); }
.unavailable { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255,253,250,.77); color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(3px); }
.product-body { min-width: 0; display: flex; flex-direction: column; padding: 15px; }
.product-body h4 { display: -webkit-box; min-height: 42px; margin: 0 0 7px; overflow: hidden; font-size: 15px; line-height: 1.4; letter-spacing: -.025em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-body p { display: -webkit-box; min-height: 37px; margin: 0 0 15px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-with-variants .product-body p { margin-bottom: 10px; }
.variant-options { display: grid; grid-template-columns: repeat(auto-fit,minmax(66px,1fr)); gap: 6px; margin: 0 0 13px; }
.variant-option {
  min-width: 0;
  min-height: 38px;
  display: grid;
  place-content: center;
  gap: 1px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface-soft);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
}
.variant-option span { overflow: hidden; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.variant-option small { color: var(--muted); font-size: 8px; }
.variant-option:hover { border-color: rgba(var(--accent-rgb),.42); }
.variant-option.is-selected { border-color: var(--accent); background: rgba(var(--accent-rgb),.09); color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.variant-option.is-selected small { color: currentColor; opacity: .76; }
.variant-option:disabled { opacity: .38; cursor: not-allowed; text-decoration: line-through; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price { display: grid; font-size: 15px; font-weight: 800; }
.product-price small { color: var(--muted); font-size: 9px; font-weight: 600; }
.add-button { min-width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--accent); color: var(--accent-contrast); cursor: pointer; font-size: 20px; }
.quantity-control { display: flex; align-items: center; gap: 4px; padding: 3px; border-radius: 10px; background: var(--surface-soft); }
.quantity-control button { width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 8px; background: #fff; cursor: pointer; }
.quantity-control button:disabled { opacity: .38; cursor: not-allowed; }
.quantity-control strong { min-width: 24px; text-align: center; font-size: 11px; }
.unavailable-inline { color: var(--danger); font-size: 9px; font-weight: 800; line-height: 1.35; text-align: right; }
.variant-modal-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 750; }
.product-modal-variants .variant-options { grid-template-columns: repeat(auto-fit,minmax(92px,1fr)); margin-bottom: 18px; }
.product-modal-variants .variant-option { min-height: 48px; }
.catalog-empty { min-height: 350px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; }
.catalog-empty i { display: block; margin-bottom: 10px; color: #c8beb4; font-size: 48px; }

.delivery-section { max-width: calc(var(--content) - 48px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(35px,6vw,78px); align-items: center; margin: 0 auto 95px; padding: clamp(32px,5vw,68px); border-radius: 24px; background: #ede7e1; }
.delivery-copy p { max-width: 460px; margin: 21px 0 0; color: var(--muted); line-height: 1.7; }
.zone-legend { display: grid; gap: 7px; margin-top: 22px; }
.zone-chip { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.zone-chip::before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--zone-color); }
.zone-chip strong { margin-left: auto; color: var(--ink); }
.delivery-map { min-height: 390px; overflow: hidden; border: 1px solid rgba(120,103,90,.15); border-radius: 17px; background: #ded8d0; }
.map-placeholder, .map-fallback { width: 100%; height: 100%; min-height: 390px; display: grid; place-items: center; align-content: center; gap: 10px; color: #756e67; text-align: center; }
.map-placeholder i, .map-fallback i { font-size: 42px; }
.map-fallback p { max-width: 340px; margin: 0; font-size: 11px; line-height: 1.55; }

.contacts-section { max-width: var(--content); display: flex; justify-content: space-between; gap: 70px; margin: auto; padding: 20px 24px 95px; }
.contact-list { min-width: min(540px,50%); display: grid; align-content: start; }
.contact-list > * { display: grid; grid-template-columns: 40px minmax(0,1fr); align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.contact-list i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--surface); color: var(--accent); font-size: 19px; }
.social-links { display: flex !important; flex-wrap: wrap; gap: 8px !important; }
.social-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--ink); font-weight: 700; }

.footer { display: grid; grid-template-columns: minmax(180px,1fr) auto minmax(180px,1fr); align-items: center; gap: 28px; padding: 35px max(24px,calc((100% - var(--content))/2 + 24px)); background: var(--dark); color: #fff; }
.footer-identity { min-width: 0; display: grid; gap: 4px; }
.footer-identity span, .footer p { margin: 0; color: #96938e; font-size: 10px; line-height: 1.55; }
.footer p { justify-self: end; }
.footer p span { color: var(--accent); font-weight: 800; }
.legal-nav { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.legal-nav button { padding: 7px 9px; border: 1px solid #3d3b39; border-radius: 7px; background: transparent; color: #aaa6a0; cursor: pointer; font-size: 9px; }
.legal-nav button:hover { color: #fff; border-color: #716b64; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 50; inset: 0; border: 0; background: rgba(22,20,18,.43); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 55; inset: 0 0 0 auto; width: min(460px,100%); display: grid; grid-template-rows: auto 1fr auto; background: var(--surface); box-shadow: -20px 0 70px rgba(30,25,20,.16); }
.drawer-head, .modal-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-bottom: 1px solid var(--line); }
.drawer-head span, .modal-head span { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.drawer-head h2, .modal-head h2 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.045em; }
.round-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 19px; }
.cart-items { overflow: auto; padding: 14px 24px; }
.cart-conflict { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 9px; align-items: start; margin: 0 0 8px; padding: 12px; border: 1px solid rgba(184,52,44,.2); border-radius: 11px; background: rgba(184,52,44,.07); color: var(--danger); font-size: 10px; font-weight: 700; line-height: 1.5; }
.cart-conflict i { font-size: 19px; }
.cart-item { display: grid; grid-template-columns: 68px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item.is-unavailable { margin: 0 -10px; padding: 13px 10px; border-radius: 11px; background: rgba(184,52,44,.05); }
.cart-item-media { width: 68px; height: 68px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: var(--surface-soft); color: #c2b9af; font-size: 26px; }
.cart-item-media img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-copy { min-width: 0; }
.cart-item-copy strong { display: block; margin-bottom: 4px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-copy span { color: var(--muted); font-size: 11px; }
.cart-item-copy .cart-item-warning { display: block; margin-top: 5px; color: var(--danger); font-size: 9px; font-weight: 750; line-height: 1.4; }
.cart-item .quantity-control { grid-column: 2/4; justify-self: end; }
.cart-empty { height: 100%; min-height: 240px; display: grid; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.cart-empty i { display: block; margin-bottom: 10px; color: #c9c0b7; font-size: 45px; }
.cart-empty strong { color: var(--ink); }
.cart-empty p { max-width: 240px; font-size: 11px; line-height: 1.6; }
.cart-footer { padding: 20px 24px max(20px,env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }
.cart-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cart-total span { color: var(--muted); font-size: 12px; }
.cart-total strong { font-size: 23px; letter-spacing: -.04em; }
.primary-button, .secondary-button, .auth-provider { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 11px; padding: 0 16px; cursor: pointer; font-size: 13px; font-weight: 800; }
.primary-button { width: 100%; background: var(--accent); color: var(--accent-contrast); }
.primary-button:disabled { opacity: .55; cursor: not-allowed; }
.secondary-button { border: 1px solid var(--line); background: transparent; }

.modal { position: fixed; z-index: 60; top: 50%; left: 50%; width: min(680px,calc(100% - 28px)); max-height: calc(100dvh - 28px); display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: 17px; background: var(--surface); box-shadow: 0 28px 90px rgba(30,25,20,.24); transform: translate(-50%,-50%); }
.modal-body { overflow: auto; padding: 24px; }
.product-modal { display: grid; grid-template-columns: minmax(220px,.9fr) minmax(0,1fr); gap: 24px; }
.product-modal-media { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: var(--surface-soft); color: #c6bdb4; font-size: 72px; }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { display: flex; flex-direction: column; }
.product-modal-copy p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; white-space: pre-wrap; }
.product-modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; }
.product-modal-footer strong { font-size: 22px; }
.legal-document { color: var(--muted); font-size: 12px; line-height: 1.75; white-space: pre-wrap; }
.auth-intro { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.auth-options { display: grid; gap: 9px; }
.auth-provider { justify-content: flex-start; border: 1px solid var(--line); background: #fff; }
.auth-provider i { width: 34px; color: var(--accent); font-size: 23px; }
.auth-provider span { display: grid; gap: 2px; text-align: left; }
.auth-provider small { color: var(--muted); font-size: 9px; font-weight: 600; }
.auth-wait, .success { display: grid; justify-items: center; padding: 24px 0; text-align: center; }
.auth-wait > i, .success > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: #edf7ef; color: var(--green); font-size: 30px; }
.auth-wait h3, .success h3 { margin: 17px 0 7px; font-size: 23px; }
.auth-wait p, .success p { max-width: 390px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.modal.account-dialog { width: min(820px,calc(100% - 28px)); }
.account-dialog .modal-body { background: var(--page); }
.account-loading { display: grid; gap: 12px; padding: 4px 0; }
.account-loading span { height: 88px; border-radius: 14px; background: linear-gradient(100deg,var(--surface-soft) 20%,var(--surface) 38%,var(--surface-soft) 56%); background-size: 220% 100%; animation: account-shimmer 1.25s linear infinite; }
.account-loading span:nth-child(2) { height: 180px; }
.account-loading span:nth-child(3) { height: 124px; }
@keyframes account-shimmer { to { background-position-x: -220%; } }
.account-profile, .account-order-detail { display: grid; gap: 14px; }
.account-identity { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(var(--accent-rgb),.18); border-radius: 14px; background: linear-gradient(135deg,rgba(var(--accent-rgb),.12),rgba(var(--accent-rgb),.035)); }
.account-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--accent-contrast); font-size: 18px; font-weight: 850; letter-spacing: -.04em; }
.account-identity-copy { min-width: 0; display: grid; gap: 2px; }
.account-identity-copy small { color: var(--muted); font-size: 9px; font-weight: 700; }
.account-identity-copy strong { overflow: hidden; font-size: 20px; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.account-identity-copy > span { color: var(--muted); font-size: 11px; }
.account-edit-button { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 10px; padding: 0 12px; background: var(--surface); cursor: pointer; font-size: 11px; font-weight: 800; }
.account-edit-button:active, .account-order-card:active, .account-back:active, .account-logout:active { transform: translateY(1px); }
.account-data, .account-orders, .order-progress-card, .order-items-card, .order-meta-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.account-section-head, .order-detail-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.account-section-head h3, .order-items-card h3, .order-meta-card h3 { margin: 0; font-size: 14px; letter-spacing: -.02em; }
.account-section-head button { border: 0; padding: 4px 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 10px; font-weight: 800; }
.account-section-head > span { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); color: var(--muted); font-size: 9px; font-weight: 800; }
.account-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.account-field { min-width: 0; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 11px; border-radius: 10px; background: var(--surface-soft); }
.account-field > i:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--surface); color: var(--accent); font-size: 17px; }
.account-field > span { min-width: 0; display: grid; gap: 2px; }
.account-field small { color: var(--muted); font-size: 8px; font-weight: 700; }
.account-field strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.account-field-lock { color: var(--green); font-size: 15px; }
.account-order-list { display: grid; gap: 8px; }
.account-order-card { width: 100%; display: grid; grid-template-columns: minmax(120px,.72fr) minmax(170px,1fr) auto 18px; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; text-align: left; transition: border-color .16s ease, transform .16s ease; }
.account-order-card:hover { border-color: rgba(var(--accent-rgb),.38); }
.account-order-main, .account-order-copy { min-width: 0; display: grid; gap: 5px; }
.account-order-number { font-size: 14px; font-weight: 850; letter-spacing: -.02em; }
.account-status { width: max-content; max-width: 100%; display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border-radius: 999px; background: rgba(var(--accent-rgb),.1); color: var(--accent); font-size: 8px; font-weight: 850; white-space: nowrap; }
.account-status.is-completed { background: #eaf4ec; color: var(--green); }
.account-status.is-cancelled { background: #f2efec; color: var(--muted); }
.account-order-copy strong { font-size: 12px; }
.account-order-copy small, .account-order-copy span { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.account-order-visual { display: flex; justify-content: flex-end; }
.account-order-visual img, .account-order-visual > i { width: 38px; height: 38px; flex: 0 0 auto; margin-left: -8px; border: 2px solid #fff; border-radius: 10px; object-fit: cover; }
.account-order-visual > i { display: grid; place-items: center; margin-left: 0; background: var(--surface-soft); color: var(--muted); font-size: 18px; }
.account-order-arrow { color: #bdb5ae; }
.account-empty { min-height: 170px; display: grid; place-items: center; align-content: center; gap: 7px; color: var(--muted); text-align: center; }
.account-empty > i { color: #c3bbb3; font-size: 36px; }
.account-empty strong { color: var(--ink); font-size: 13px; }
.account-empty span { max-width: 310px; font-size: 10px; line-height: 1.55; }
.account-empty .secondary-button { margin-top: 9px; }
.account-logout { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); color: var(--danger); cursor: pointer; font-size: 11px; font-weight: 800; }
.account-edit-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.account-edit-form .account-gender, .account-edit-actions { grid-column: 1 / -1; }
.account-verified-phone { height: 43px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-soft); color: var(--ink); font-size: 12px; }
.account-verified-phone i:first-child { color: var(--accent); }
.account-verified-phone i:last-child { margin-left: auto; color: var(--green); }
.account-gender { min-width: 0; margin: 0; padding: 0; border: 0; }
.account-gender legend { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 750; }
.account-gender > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; padding: 4px; border-radius: 11px; background: var(--surface-soft); }
.account-gender label { position: relative; }
.account-gender input { position: absolute; opacity: 0; pointer-events: none; }
.account-gender span { min-height: 40px; display: grid; place-items: center; border-radius: 8px; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 750; }
.account-gender input:checked + span { background: var(--surface); color: var(--ink); box-shadow: 0 4px 13px rgba(43,34,27,.08); }
.account-edit-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
.account-back { width: max-content; display: inline-flex; align-items: center; gap: 7px; border: 0; padding: 2px 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 800; }
.order-detail-heading strong { font-size: 19px; letter-spacing: -.035em; }
.order-progress { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 19px; }
.order-step { position: relative; display: grid; justify-items: center; gap: 7px; color: #b5aea7; text-align: center; }
.order-step:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 21px; left: calc(50% + 22px); width: calc(100% - 44px); height: 2px; background: var(--line); }
.order-step.is-reached:not(:last-child)::after { background: rgba(var(--accent-rgb),.45); }
.order-step > span { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); font-size: 19px; }
.order-step.is-reached { color: var(--accent); }
.order-step.is-reached > span { background: rgba(var(--accent-rgb),.12); }
.order-step.is-current > span { background: var(--accent); color: var(--accent-contrast); }
.order-step small { max-width: 90px; font-size: 8px; font-weight: 750; }
.order-cancelled { margin: 17px 0 0; padding: 10px; border-radius: 9px; background: #f3efec; color: var(--muted); font-size: 10px; font-weight: 750; text-align: center; }
.order-items-card h3, .order-meta-card h3 { margin-bottom: 13px; }
.order-detail-items { display: grid; gap: 8px; }
.order-detail-item { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 11px; align-items: center; }
.order-detail-image { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: var(--surface-soft); color: #bfb7af; font-size: 22px; }
.order-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.order-detail-item > span:nth-child(2) { min-width: 0; display: grid; gap: 4px; }
.order-detail-item strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.order-detail-item small { color: var(--muted); font-size: 8px; }
.order-detail-item b { font-size: 11px; white-space: nowrap; }
.order-total-lines { display: grid; gap: 7px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.order-total-lines > span { display: flex; justify-content: space-between; gap: 12px; }
.order-total-lines small { color: var(--muted); font-size: 9px; }
.order-total-lines strong { font-size: 10px; }
.order-total-lines .is-total { align-items: end; margin-top: 3px; }
.order-total-lines .is-total strong { font-size: 18px; }
.order-meta-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 0; }
.order-meta-card dl > div { display: grid; gap: 3px; }
.order-meta-card dt { color: var(--muted); font-size: 8px; }
.order-meta-card dd { margin: 0; font-size: 11px; line-height: 1.45; }
.checkout { display: grid; gap: 20px; }
.checkout-section { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.checkout-section:last-of-type { border: 0; }
.checkout-section h3 { margin: 0 0 14px; font-size: 13px; }
.checkout-locked { display: grid; grid-template-columns: 38px minmax(0,1fr) 22px; gap: 11px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-soft); }
.checkout-locked > i:first-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: var(--surface); color: var(--accent); font-size: 19px; }
.checkout-locked span { min-width: 0; display: grid; gap: 3px; }
.checkout-locked strong { font-size: 11px; }
.checkout-locked small { overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.checkout-locked > i:last-child { color: #aaa29a; font-size: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.field { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 750; }
.field-full { grid-column: 1/-1; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; height: 43px; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 0 11px; color: var(--ink); font-size: 12px; }
.field input[readonly] { background: var(--surface-soft); color: var(--muted); cursor: default; }
.field textarea { min-height: 75px; padding: 11px; resize: vertical; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 11px; font-weight: 700; }
.choice:has(input:checked) { border-color: var(--accent); background: rgba(var(--accent-rgb),.06); color: var(--ink); }
.choice input { accent-color: var(--accent); }
.address-combobox { position: relative; }
.address-suggestions { position: absolute; z-index: 8; top: calc(100% + 5px); right: 0; left: 0; max-height: 230px; overflow: auto; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(42,31,24,.14); }
.address-suggestion { width: 100%; display: grid; gap: 3px; padding: 11px 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.address-suggestion:last-child { border-bottom: 0; }
.address-suggestion:hover { background: var(--surface-soft); }
.address-suggestion strong { font-size: 11px; }
.address-suggestion span { color: var(--muted); font-size: 9px; }
.address-status { min-height: 34px; display: flex; align-items: center; padding: 9px 11px; border-radius: 8px; background: var(--surface-soft); color: var(--muted); font-size: 10px; }
.address-status.is-ready { background: #eef7ef; color: var(--green); }
.inline-field { display: flex; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.inline-field input { flex: 1; min-width: 0; height: 43px; padding: 0 11px; border: 0; outline: 0; font-size: 12px; }
.inline-field button { min-width: 100px; border: 0; border-left: 1px solid var(--line); background: var(--dark); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.inline-field button:disabled { opacity: .55; }
.field-note { color: var(--muted); font-size: 9px; line-height: 1.5; }
.quote-lines { display: grid; gap: 7px; padding: 12px; border-radius: 10px; background: var(--surface-soft); }
.quote-line { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 10px; }
.quote-line strong { color: var(--ink); }
.checkout-summary { display: flex; align-items: center; justify-content: space-between; }
.checkout-summary span { color: var(--muted); font-size: 11px; }
.checkout-summary strong { font-size: 22px; }
.fulfillment-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 20px; padding: 4px; border-radius: 13px; background: var(--surface-soft); }
.fulfillment-tabs button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.fulfillment-tabs button.is-active { background: var(--accent); color: var(--accent-contrast); box-shadow: 0 7px 18px rgba(var(--accent-rgb),.2); }
.fulfillment-tabs button:disabled { opacity: .38; cursor: not-allowed; }
.fulfillment-pane { display: grid; gap: 16px; }
.fulfillment-pane-intro { margin: -3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.pickup-options, .pickup-list { display: grid; gap: 8px; }
.pickup-option { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 24px; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
.pickup-option:has(input:checked) { border-color: var(--accent); background: rgba(var(--accent-rgb),.05); box-shadow: 0 0 0 2px rgba(var(--accent-rgb),.08); }
.pickup-option input { position: absolute; opacity: 0; pointer-events: none; }
.pickup-option span { min-width: 0; display: grid; gap: 4px; }
.pickup-option strong { font-size: 12px; }
.pickup-option small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.pickup-option > i { color: #c4bcb4; font-size: 21px; }
.pickup-option:has(input:checked) > i { color: var(--accent); }
.fulfillment-dialog .modal-body { padding-top: 18px; }
.toast { position: fixed; z-index: 90; right: 22px; bottom: 22px; max-width: 350px; padding: 13px 16px; border-radius: 10px; background: var(--dark); color: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.2); font-size: 11px; font-weight: 750; }
.toast.is-error { background: var(--danger); }

/* Контент остаётся видимым даже при сбое IntersectionObserver или восстановлении вкладки. */
html.motion-ready .reveal { opacity: 1; transform: translateY(12px); transition: transform .45s ease; }
html.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
}

@media (max-width: 980px) {
  .products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .delivery-section { grid-template-columns: 1fr; gap: 30px; }
  .contacts-section { flex-direction: column; gap: 35px; }
  .contact-list { min-width: 0; }
  .vertical-banner { flex-basis: 44%; }
  .footer { grid-template-columns: 1fr auto; }
  .legal-nav { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 700px) {
  .header-inner { min-height: 116px; height: auto; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 10px; padding: 9px 14px; }
  .restaurant-brand { grid-column: 1; grid-row: 1; }
  .restaurant-brand-copy strong { max-width: min(52vw,230px); }
  .restaurant-brand-copy small { max-width: min(52vw,230px); }
  .desktop-nav, .account-button span, .cart-button > span { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; margin-left: 0; }
  .fulfillment-switch { width: 100%; height: 44px; grid-column: 1/-1; grid-row: 2; }
  .fulfillment-switch button { min-width: 0; padding: 0 8px; }
  .account-button, .cart-button { width: 40px; height: 40px; justify-content: center; padding: 0; }
  .cart-button { position: relative; }
  .cart-button strong { position: absolute; top: -5px; right: -5px; }
  .hero-section { padding: 12px 12px 10px; }
  .hero-carousel { border-radius: 13px; }
  .hero-slide::before { background: linear-gradient(90deg,rgba(15,15,14,.9),rgba(15,15,14,.48) 60%,rgba(15,15,14,.04)); }
  .hero-action { border-radius: 5px; }
  .vertical-banners { padding: 40px 12px 44px; }
  .vertical-banner { flex-basis: 76%; }
  .vertical-controls { display: none; }
  .menu-section { padding: 26px 12px 65px; }
  .section-heading { align-items: stretch; flex-direction: column; margin-bottom: 22px; }
  .section-heading h2 { font-size: 36px; }
  .menu-search { width: 100%; }
  .catalog-layout { display: block; }
  .categories-shell { position: sticky; z-index: 20; top: 116px; margin: 0 -12px 20px; padding: 9px 12px; background: rgba(247,244,240,.95); overflow: auto; backdrop-filter: blur(12px); }
  .categories { display: flex; width: max-content; }
  .category-button { width: auto; white-space: nowrap; }
  .category-button::before { display: none; }
  .catalog { gap: 38px; }
  .category-block { scroll-margin-top: 177px; }
  .products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .product-body { padding: 11px; }
  .product-body h4 { min-height: 34px; font-size: 12px; }
  .product-body p { min-height: 32px; font-size: 9px; }
  .variant-options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; margin-bottom: 10px; }
  .variant-option { min-height: 34px; padding: 5px 4px; border-radius: 7px; }
  .variant-option span { font-size: 9px; }
  .variant-option small { font-size: 7px; }
  .product-price { font-size: 12px; }
  .add-button { min-width: 35px; height: 35px; }
  .delivery-section { margin: 0 12px 65px; padding: 30px 22px; border-radius: 18px; }
  .delivery-copy h2, .contacts-section h2 { font-size: 37px; }
  .delivery-map, .map-placeholder, .map-fallback { min-height: 310px; }
  .contacts-section { padding: 10px 16px 65px; }
  .footer { grid-template-columns: 1fr; padding: 28px 16px; text-align: center; }
  .footer p { justify-self: center; }
  .legal-nav { grid-column: auto; grid-row: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .modal-body, .modal-head { padding: 19px; }
  .modal.account-dialog { inset: 0; width: 100%; height: 100dvh; max-height: none; border-radius: 0; transform: none; }
  .account-dialog .modal-head { padding-top: max(19px,env(safe-area-inset-top)); }
  .account-dialog .modal-body { padding: 12px 12px max(22px,env(safe-area-inset-bottom)); }
  .account-identity { grid-template-columns: 50px minmax(0,1fr) auto; gap: 11px; padding: 14px; }
  .account-avatar { width: 50px; height: 50px; font-size: 15px; }
  .account-identity-copy strong { font-size: 17px; }
  .account-edit-button { width: 40px; padding: 0; justify-content: center; }
  .account-edit-button span { display: none; }
  .account-data, .account-orders, .order-progress-card, .order-items-card, .order-meta-card { padding: 14px; }
  .account-fields { grid-template-columns: 1fr; }
  .account-order-card { grid-template-columns: minmax(95px,.7fr) minmax(0,1fr) auto; gap: 9px; padding: 11px; }
  .account-order-visual { display: none; }
  .account-order-copy span { max-width: 42vw; }
  .account-edit-form { grid-template-columns: 1fr; padding: 14px; }
  .account-edit-form .account-gender, .account-edit-actions { grid-column: auto; }
  .account-gender span { font-size: 8px; }
  .order-progress-card { overflow: hidden; }
  .order-step:not(:last-child)::after { left: calc(50% + 18px); width: calc(100% - 36px); }
  .order-step > span { width: 38px; height: 38px; font-size: 17px; }
  .order-step:not(:last-child)::after { top: 18px; }
  .order-step small { font-size: 7px; }
  .order-detail-item { grid-template-columns: 48px minmax(0,1fr) auto; gap: 9px; }
  .order-detail-image { width: 48px; height: 48px; }
  .order-meta-card dl { grid-template-columns: 1fr; gap: 12px; }
  .modal.fulfillment-dialog { inset: 0; width: 100%; height: 100dvh; max-height: none; border-radius: 0; transform: none; }
  .fulfillment-dialog .modal-head { padding-top: max(19px,env(safe-area-inset-top)); }
  .fulfillment-dialog .modal-body { padding-bottom: max(22px,env(safe-area-inset-bottom)); }
  .fulfillment-tabs { position: sticky; z-index: 3; top: -19px; margin: -1px -3px 20px; padding: 4px; background: rgba(241,237,232,.96); backdrop-filter: blur(12px); }
  .pickup-option { min-height: 72px; }
  .product-modal { grid-template-columns: 1fr; }
  .product-modal-media { max-width: 320px; width: 100%; margin: auto; }
}

@media (max-width: 390px) {
  .products { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.motion-ready .reveal { opacity: 1; transform: none; }
}

body.vk-mini-app {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  background: var(--background, #fffaf6);
}
body.vk-mini-app .header { top: env(safe-area-inset-top); }
body.vk-mini-app .desktop-nav { display: none; }
body.vk-mini-app .footer p { display: none; }
body.vk-mini-app .site { min-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
@media (max-width: 760px) {
  body.vk-mini-app .header-inner { min-height: 62px; }
  body.vk-mini-app .hero-section { padding-top: 12px; }
  body.vk-mini-app .modal { max-height: calc(100dvh - env(safe-area-inset-top) - 8px); }
}
