@media (max-width: 768px) {
  .promo-banner { margin: 22px 0; }
  button.promo-banner { display: block; width: 100%; padding: 0; border: 0; border-radius: 22px; background: transparent; cursor: pointer; }
  button.promo-banner:focus-visible { outline: 3px solid var(--anselmo); outline-offset: 4px; }
  .weekly-offers > p { color: var(--muted); font-size: 13px; }
  .promo-days { display: flex; gap: 8px; overflow-x: auto; padding: 8px 2px 14px; }
  .promo-days button { flex: 0 0 auto; min-height: 44px; padding: 0 15px; border: 1px solid #e8dfd6; border-radius: 14px; background: #f7f3ef; color: var(--ink); font-weight: 800; }
  .promo-days button[aria-pressed="true"] { background: var(--anselmo); border-color: var(--anselmo); }
  .promo-day-content { padding: 20px; margin-bottom: 14px; border-radius: 20px; background: #f7f3ef; }
  .promo-day-content h3 { margin: 0 0 10px; }
  .promo-day-content p { color: var(--muted); font-size: 13px; line-height: 1.5; }
  .promo-banner img { display: block; width: 100%; height: auto; border-radius: 22px; }
  .sound-setting { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 68px; margin-top: 16px; padding: 14px; border: 1px solid #e8dfd6; border-radius: 18px; background: #f7f3ef; color: var(--ink); text-align: left; }
  .sound-setting strong { display: block; font-size: 14px; }
  .sound-setting small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
  .sound-setting b { border-radius: 99px; padding: 9px 12px; background: #e5ded6; font-size: 11px; }
  .sound-setting[aria-checked="true"] b { background: #f28a2226; color: #8c4400; }
  .sound-setting:focus-visible { outline: 2px solid var(--anselmo); outline-offset: 3px; }
  .nav-page-open .bottom-nav { z-index: 120; }
  .nav-page-open .sheet { bottom: calc(128px + env(safe-area-inset-bottom)); max-height: calc(100svh - 160px - env(safe-area-inset-bottom)); border-radius: 30px; }
  .bottom-nav .nav-indicator { position: absolute; top: 9px; height: 54px; border-radius: 20px; background: rgba(242,138,34,.14); pointer-events: none; transform-origin: left center; }
  .bottom-nav button.active { background: transparent; }
  .category-exit { position: fixed; bottom: calc(128px + env(safe-area-inset-bottom)); left: 50%; translate: -50% 0; z-index: 40; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 20px; max-width: calc(100vw - 32px); white-space: nowrap; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: #f28a22; color: #18120f; font: 800 13px/1.2 'Plus Jakarta Sans', sans-serif; box-shadow: 0 6px 22px rgba(0,0,0,.25); cursor: pointer; }
  .category-exit:focus-visible { outline: 3px solid #18120f; outline-offset: 3px; }
  .mobile-app:has(.category-exit) { padding-bottom: calc(194px + env(safe-area-inset-bottom)); }
  .category-banners { display: grid; gap: 14px; margin: 18px 0; }
  .category-banners button { display: block; width: 100%; padding: 0; border: 0; background: transparent; border-radius: 22px; overflow: hidden; cursor: pointer; }
  .category-banners img { display: block; width: 100%; height: auto; }
  .category-banners button:focus-visible { outline: 3px solid #f28a22; outline-offset: 4px; }
  .category-banners button { position: relative; animation: categoryReveal .5s cubic-bezier(.16,1,.3,1) backwards; }
  .category-banners button:nth-child(2) { animation-delay: .06s; }
  .category-banners button:nth-child(3) { animation-delay: .12s; }
  .category-banners button:nth-child(4) { animation-delay: .18s; }
  .category-banners .category-selected { z-index: 2; box-shadow: 0 0 0 2px #f28a22, 0 12px 30px rgba(242,138,34,.35); }
  .category-selected::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.5) 50%, transparent 75%); animation: categoryShine .46s ease-out both; }
  @keyframes categoryShine { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
  @keyframes categoryReveal { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
  @media (prefers-reduced-motion: reduce) { .category-banners button, .category-selected::after { animation: none; } }
  :root { --anselmo: #f28a22; --dark: #120c09; --ink: #18120f; --muted: #776b63; --soft: #f7f3ef; }
  body { background: #fff !important; color: var(--ink); font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important; }
  body > .header, body > .mobile-nav-drawer, body > .pizza-hero, body > .drinks-showcase-section, body > .reservation-section, body > .menu-catalog, body > .restaurant-about, body > .restaurant-contact, body > .instagram-showcase, body > .cart-floating-button, body > .cart-drawer, body > .cart-backdrop { display: none !important; }
  .mobile-app { display: block !important; min-height: 100svh; padding-bottom: calc(96px + env(safe-area-inset-bottom)); background: #fff; }
  .app-top { position: relative; padding: 14px 16px 28px; background: linear-gradient(180deg, #000 0%, #030201 84%, #fff 84%); overflow: hidden; }
  .app-top::before { content: ''; position: absolute; width: 230px; height: 230px; right: -118px; top: -92px; border-radius: 50%; background: radial-gradient(circle, rgba(242,138,34,.38) 0%, rgba(242,138,34,.15) 42%, transparent 70%); pointer-events: none; }
  .app-top::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 42%, rgba(242,138,34,.08) 42% 43%, transparent 43% 58%, rgba(242,138,34,.06) 58% 59%, transparent 59%), radial-gradient(circle at 12% 24%, rgba(242,138,34,.12), transparent 22%); pointer-events: none; }
  .app-header, .store-pill, .hero-slider { position: relative; z-index: 1; }
  .app-header { position: relative; display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; gap: 10px; }
  .header-actions { position: fixed; top: calc(14px + env(safe-area-inset-top)); right: 16px; z-index: 2147483000; display: flex; gap: 8px; pointer-events: auto; }
  .header-actions .icon-btn { position: relative; z-index: 2147483001; }
  .header-actions .icon-btn { background: rgba(18,12,9,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
  .app-logo { position: absolute; left: 50%; top: 50%; width: 88px; max-height: 48px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(0,0,0,.4)); transform: translate(-50%, -50%); }
  .icon-btn { position: relative; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.09); color: #fff; display: grid; place-items: center; font-size: 20px; }
  .mobile-app button, .mobile-app a { transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease, background-color .18s ease, color .18s ease, opacity .18s ease; }
  .mobile-app button:active, .mobile-app a:active { transform: scale(.94); }
  .icon-btn:active, .cat-btn:active, .plus:active, .primary-cta:active, .wide-cta:active, .bottom-nav button:active, .store-card:active { transform: scale(.92); }
  .hamb span { display: block; width: 18px; height: 2px; margin: 3px 0; border-radius: 999px; background: #fff; }
  .badge { position: absolute; top: -6px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; display: none; place-items: center; background: var(--anselmo); color: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 8px 18px rgba(242,138,34,.45); }
  .badge.show { display: grid; }
  .badge.pulse { animation: cartBadgePop .68s cubic-bezier(.16,1,.3,1) both; }
  .store-pill { width: 100%; margin: 13px 0 12px; min-height: 45px; padding: 7px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.06); color: #fff; text-align: left; }
  .store-pill small { display: block; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .store-pill strong { font-size: 13px; }
  .search-row { display: grid; grid-template-columns: 1fr 48px; gap: 10px; }
  .search-row { display: none !important; }
  .search-box { min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.76); }
  .search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 13px; font-weight: 700; }
  .search-box input::placeholder { color: rgba(255,255,255,.52); }
  .filter-btn { min-height: 49px; border: 0; border-radius: 18px; background: var(--anselmo); color: #fff; font-size: 18px; box-shadow: 0 14px 28px rgba(242,138,34,.34); }
  .hero-slider { position: relative; margin-top: 18px; min-height: 245px; border-radius: 30px; overflow: hidden; background: #000; box-shadow: 0 25px 48px rgba(0,0,0,.3); touch-action: pan-y; }
  .hero-slide { position: absolute; inset: 0; padding: 23px 16px 34px; opacity: 0; transform: translateX(105%); will-change: transform, opacity; }
  .hero-slide.prev { z-index: 1; animation: heroSlideOut .72s cubic-bezier(.32,.02,.18,1) both; }
  .hero-slide.active { z-index: 2; animation: heroSlideIn .72s cubic-bezier(.16,1,.3,1) both; }
  @keyframes heroSlideIn {
    from { opacity: 0; transform: translateX(105%); }
    to { opacity: 1; transform: translateX(0); }
  }
  @keyframes heroSlideOut {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(-105%); }
  }
  .hero-copy { position: relative; z-index: 2; width: 56%; color: #fff; }
  .hero-copy p { margin: 0 0 5px; color: #ffd2aa; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 19px; }
  .hero-copy h1 { margin: 0; font-size: clamp(34px, 11vw, 48px); line-height: .82; letter-spacing: -.07em; font-weight: 900; }
  .hero-copy h1 span, .hero-copy h1 strong { display: block; }
  .hero-copy h1 strong { color: var(--anselmo); }
  .hero-copy small { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
  .primary-cta { min-height: 43px; margin-top: 16px; padding: 0 16px; border: 0; border-radius: 99px; display: inline-flex; align-items: center; gap: 8px; background: var(--anselmo); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 14px 30px rgba(242,138,34,.42); }
  .hero-img-back, .hero-img-main { position: absolute; border-radius: 50%; aspect-ratio: 1; object-fit: cover; }
  .hero-img-back { right: -18px; top: 54px; width: 154px; opacity: .4; filter: blur(4px) saturate(1.1); transform: rotate(-11deg); }
  .hero-img-main { right: -42px; bottom: -28px; width: min(218px, 58vw); box-shadow: 0 24px 44px rgba(0,0,0,.56); transform: rotate(-9deg); }
  .hero-theme-sweet { background: #070504; }
  .hero-theme-sweet .hero-copy { transform: translateY(-30px); }
  .hero-theme-sweet .hero-copy p { color: #ff2438; padding-top: 8px; }
  .hero-theme-sweet .hero-copy small { max-width: 150px; font-size: 10px; line-height: 1.35; }
  .hero-theme-sweet .hero-copy h1 strong { color: #ff2438; background: transparent; text-shadow: 0 0 12px rgba(255,36,56,.78), 0 10px 28px rgba(255,36,56,.38); }
  .hero-theme-sweet .primary-cta { color: #fff; background: #ff2438; margin-top: 8px; transform: none; box-shadow: 0 14px 30px rgba(255,36,56,.42); }
  .hero-theme-sweet .hero-img-main { right: -14px; bottom: -8px; width: min(214px, 56vw); height: 185px; border-radius: 24px; object-fit: cover; transform: rotate(-4deg); }
  .hero-theme-sweet .hero-img-back { display: none; }
  .hero-theme-restaurant { background: linear-gradient(145deg, rgba(15,10,7,.92), rgba(34,18,10,.86)), url('reserva-ambiente-2.jpg') center/cover; }
  .hero-theme-restaurant .hero-copy { width: 62%; }
  .hero-theme-restaurant .hero-copy h1 { font-size: clamp(29px, 9.4vw, 40px); }
  .hero-theme-restaurant .hero-img-main,
  .hero-theme-restaurant .hero-img-back { display: none; }
  .hero-theme-drink { background: linear-gradient(90deg, rgba(7,13,10,.88) 0%, rgba(7,13,10,.64) 48%, rgba(7,13,10,.18) 100%), url('drink fundo.png') center/cover no-repeat; }
  .hero-theme-drink .hero-copy p { color: #bfe8ff; }
  .hero-theme-drink .hero-copy h1 strong { color: #31c878; background: transparent; text-shadow: 0 10px 24px rgba(49,200,120,.35); }
  .hero-theme-drink .primary-cta { color: #fff; background: #2fa86f; }
  .hero-theme-drink .primary-cta { margin-top: 8px; }
  .hero-theme-drink .hero-img-main { display: none; }
  .hero-theme-drink .hero-img-back { display: none; }
  .hero-slide:first-child .hero-img-main { right: -16px; bottom: -48px; width: min(232px, 61vw); border-radius: 0; object-fit: contain; box-shadow: none; background: transparent; transform: rotate(0deg); }
  .hero-slide:first-child .hero-img-back { display: none; }
  .content { margin-top: -4px; padding: 3px 16px 22px; background: #fff; border-radius: 30px 30px 0 0; }
  .section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 18px 0 12px; }
  .section-head h2 { margin: 0; font-size: 23px; letter-spacing: -.045em; }
  .section-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
  .link-btn { border: 0; background: transparent; color: var(--anselmo); font-size: 12px; font-weight: 900; white-space: nowrap; }
  .cat-row { position: sticky; top: 0; z-index: 20; display: flex; gap: 10px; overflow-x: auto; padding: 10px 0 12px; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); scrollbar-width: none; }
  .cat-row::-webkit-scrollbar, .product-rail::-webkit-scrollbar { display: none; }
  .cat-btn { flex: 0 0 auto; min-height: 42px; padding: 0 13px; border: 1px solid rgba(0,0,0,.07); border-radius: 99px; background: #fff; color: #554a43; font-weight: 900; font-size: 12px; box-shadow: 0 8px 20px rgba(34,22,16,.06); }
  .cat-btn.active { background: var(--anselmo); color: #fff; border-color: var(--anselmo); animation: tabSelect .28s cubic-bezier(.16,1,.3,1) both; }
  .product-rail { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 16px; scroll-snap-type: x mandatory; }
  .featured-card { flex: 0 0 182px; scroll-snap-align: start; }
  .menu-list { display: grid; gap: 12px; }
  .product-card { position: relative; min-height: 132px; display: grid; grid-template-columns: 116px 1fr; gap: 12px; padding: 12px; border: 1px solid rgba(33,22,15,.06); border-radius: 23px; background: #fff; box-shadow: 0 14px 30px rgba(34,22,16,.09); text-align: left; }
  .featured-card.product-card { min-height: 260px; display: block; padding: 10px; }
  .product-img { position: relative; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #f4ede6, #fff); }
  .product-card:not(.featured-card) .product-img { width: 116px; height: 108px; grid-column: 1; grid-row: 1 / 3; }
  .featured-card .product-img { height: 122px; }
  .product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .product-img img[src=''] { display: none; }
  .product-img::after { content: 'Anselmo'; position: absolute; inset: 0; display: none; place-items: center; color: var(--anselmo); font-weight: 900; background: #f4ede6; }
  .product-img.broken::after { display: grid; }
  .product-card h3 { margin: 1px 0 5px; font-size: 15px; line-height: 1.18; letter-spacing: -.025em; }
  .product-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .product-card p { display: none !important; }
  .product-card:not(.featured-card) .price-line { grid-column: 2; align-self: end; }
  .price-line { align-self: end; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
  .price-line strong { color: var(--anselmo); font-size: 14px; }
  .plus { width: 36px; height: 36px; border: 0; border-radius: 14px; background: var(--anselmo); color: #fff; display: inline-grid; place-items: center; font-size: 22px; line-height: 1; font-weight: 900; box-shadow: 0 10px 22px rgba(242,138,34,.33); }
  .product-card:not(.featured-card) .plus { position: absolute; left: 94px; bottom: 14px; }
  .empty-state { padding: 24px; border-radius: 22px; background: var(--soft); text-align: center; }
  .promo-empty { margin: 18px 0 8px; padding: 18px; border-radius: 26px; background: #120c09; color: #fff; }
  .promo-empty h2 { margin: 0 0 8px; font-size: 21px; }
  .promo-empty p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }
  .mini-cart { display: none !important; }
  .bottom-nav { position: fixed; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 70; height: 76px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; padding: 9px 10px; border: 1px solid rgba(255,255,255,.66); border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,247,243,.94)); backdrop-filter: blur(24px) saturate(1.25); -webkit-backdrop-filter: blur(24px) saturate(1.25); box-shadow: 0 18px 46px rgba(35,22,12,.18), inset 0 1px 0 rgba(255,255,255,.9); }
  .bottom-nav button { position: relative; min-height: 54px; border: 0; border-radius: 20px; background: transparent; color: #766b63; display: grid; align-content: center; justify-items: center; gap: 3px; font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .02em; }
  .bottom-nav button { font-size: 15px; }
  .bottom-nav button::first-line { font-size: 18px; }
  .bottom-nav button span { display: block; margin-top: 2px; font-size: 9px; letter-spacing: .08em; }
  .bottom-nav .active { color: var(--anselmo); background: rgba(242,138,34,.1); }
  .bottom-nav .active::after { content: ''; position: absolute; left: 50%; bottom: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--anselmo); transform: translateX(-50%); }
  .overlay { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(0,0,0,.55); backdrop-filter: blur(6px); }
  .overlay.show { display: block; }
  .overlay.show { animation: layerFadeIn .24s ease both; }
  .overlay.closing { display: block; animation: layerFadeOut .22s ease both; }
  .sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; max-height: 88svh; overflow: auto; padding: 16px 16px calc(18px + env(safe-area-inset-bottom)); border-radius: 30px 30px 0 0; background: #fff; transform: translateY(105%); }
  .sheet.show { animation: sheetOpen .38s cubic-bezier(.16,1,.3,1) both; }
  .sheet.closing { animation: sheetClose .26s cubic-bezier(.7,0,.84,0) both; }
  .sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
  .sheet-head h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
  .close { width: 42px; height: 42px; border: 0; border-radius: 15px; background: #f1ece7; font-size: 24px; }
  .store-modal { position: fixed; inset: 0; z-index: 130; display: none; align-items: end; padding: 16px; background: radial-gradient(circle at 50% 0, rgba(242,138,34,.22), transparent 44%), rgba(12,8,6,.84); backdrop-filter: blur(8px); }
  .store-modal.show { display: flex; }
  .store-modal.closing { display: flex; animation: layerFadeOut .22s ease both; }
  .store-panel { width: 100%; padding: 22px; border-radius: 30px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  .store-modal.show .store-panel { animation: storePanelOpen .42s cubic-bezier(.16,1,.3,1) both; }
  .store-modal.closing .store-panel { animation: storePanelClose .24s cubic-bezier(.7,0,.84,0) both; }
  .store-panel h2 { margin: 0; font-size: 26px; letter-spacing: -.05em; }
  .store-panel p { margin: 7px 0 18px; color: var(--muted); font-size: 13px; }
  .store-card { width: 100%; margin-top: 12px; padding: 16px; border: 1px solid rgba(0,0,0,.07); border-radius: 24px; background: #fff; text-align: left; box-shadow: 0 12px 24px rgba(34,22,16,.08); }
  .store-card strong { display: block; font-size: 20px; color: var(--anselmo); }
  .store-card span { display: block; margin: 4px 0 12px; color: var(--muted); font-size: 12px; }
  .store-card b { display: grid; place-items: center; min-height: 42px; border-radius: 99px; background: var(--anselmo); color: #fff; font-size: 12px; }
  .drawer { position: fixed; inset: 0 auto 0 0; z-index: 115; width: min(320px, 86vw); padding: 18px; background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.82)), url('barra lateral fundo.jpg') center/cover no-repeat; color: #fff; transform: translateX(-105%); box-shadow: 18px 0 42px rgba(0,0,0,.25); }
  .drawer.show { animation: drawerOpen .34s cubic-bezier(.16,1,.3,1) both; }
  .drawer.closing { animation: drawerClose .24s cubic-bezier(.7,0,.84,0) both; }
  .drawer img { width: 92px; }
  .drawer button { width: 100%; min-height: 46px; margin-top: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.12); color: #fff; text-align: left; padding: 0 14px; font-weight: 900; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
  .drawer button span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 8px; color: #fff; vertical-align: middle; font-size: 18px; }
  .drawer button .drawer-home-icon { font-size: 25px; }
  .drawer button .drawer-info-icon { width: 24px; height: 24px; margin-inline: 3px 11px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; font-family: Georgia, serif; font-size: 16px; font-style: italic; font-weight: 900; line-height: 1; }
  .drawer .drawer-close { width: 34px; min-height: 34px; height: 34px; padding: 0; margin-top: 0; display: grid; place-items: center; border-radius: 12px; font-size: 0; line-height: 1; text-align: center; }
  .drawer .drawer-close span { display: block; width: auto; height: auto; margin: -4px 0 0; font-size: 25px; font-weight: 300; line-height: 1; }
  .drawer button .drawer-pin-icon { position: relative; width: 24px; height: 24px; margin-inline: 3px 11px; }
  .drawer button .drawer-pin-icon::before { content: ''; position: absolute; left: 6px; top: 2px; width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
  .drawer button .drawer-pin-icon::after { content: ''; position: absolute; left: 10px; top: 6px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
  .drawer button .drawer-phone-icon { position: relative; width: 24px; height: 24px; margin-inline: 3px 11px; }
  .drawer button .drawer-phone-icon::before { content: ''; position: absolute; left: 5px; top: 3px; width: 13px; height: 18px; border: 2px solid currentColor; border-radius: 7px; transform: rotate(-18deg); }
  .drawer button .drawer-phone-icon::after { content: ''; position: absolute; left: 10px; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
  .menu-shortcuts { display: grid; gap: 12px; }
  .menu-shortcuts button { min-height: 78px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 12px; padding: 12px; border: 1px solid rgba(0,0,0,.07); border-radius: 22px; background: #fff; text-align: left; box-shadow: 0 12px 24px rgba(34,22,16,.08); }
  .menu-shortcuts span { grid-row: 1 / 3; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(242,138,34,.12); font-size: 25px; }
  .menu-shortcuts strong { color: #16100d; font-size: 16px; }
  .menu-shortcuts small { color: var(--muted); font-size: 11px; line-height: 1.35; }
  .field { display: grid; gap: 6px; margin-top: 12px; }
  .field span { font-size: 12px; font-weight: 900; }
  .field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(0,0,0,.1); border-radius: 16px; padding: 12px; font: 700 14px/1.3 'Plus Jakarta Sans', sans-serif; outline-color: var(--anselmo); background: #fff; }
  .field small { color: #c0392b; font-size: 11px; }
  .qty-row { display: flex; align-items: center; justify-content: space-between; margin: 16px 0; }
  .qty-control { display: flex; align-items: center; gap: 12px; }
  .qty-control button { width: 40px; height: 40px; border: 0; border-radius: 14px; background: #f1ece7; font-size: 20px; font-weight: 900; }
  .wide-cta { width: 100%; min-height: 52px; border: 0; border-radius: 18px; background: var(--anselmo); color: #fff; font-weight: 900; box-shadow: 0 14px 28px rgba(242,138,34,.32); }
  .cart-line { display: grid; grid-template-columns: 58px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
  .cart-line img { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; background: #f3eee8; }
  .cart-line h3 { margin: 0; font-size: 13px; }
  .cart-line p { margin: 3px 0; color: var(--muted); font-size: 11px; }
  .cart-line button { border: 0; background: transparent; color: var(--anselmo); font-weight: 900; }
  .summary { margin-top: 14px; padding: 14px; border-radius: 20px; background: #f7f3ef; }
  .summary div { display: flex; justify-content: space-between; gap: 12px; margin: 7px 0; font-size: 13px; }
  .toast { position: fixed; left: 18px; right: 18px; top: 16px; z-index: 160; padding: 14px 16px; border-radius: 18px; background: #15100d; color: #fff; font-weight: 900; transform: translateY(-120%); transition: transform .25s ease; box-shadow: 0 16px 36px rgba(0,0,0,.25); }
  .toast.show { transform: translateY(0); }
  .hidden { display: none !important; }
  @keyframes layerFadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes layerFadeOut { from { opacity: 1; } to { opacity: 0; } }
  @keyframes sheetOpen { from { opacity: .72; transform: translateY(105%) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
  @keyframes sheetClose { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(105%) scale(.98); } }
  @keyframes drawerOpen { from { opacity: .6; transform: translateX(-105%); } to { opacity: 1; transform: translateX(0); } }
  @keyframes drawerClose { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-105%); } }
  @keyframes storePanelOpen { from { opacity: 0; transform: translateY(34px) scale(.94); filter: blur(8px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
  @keyframes storePanelClose { from { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } to { opacity: 0; transform: translateY(34px) scale(.94); filter: blur(8px); } }
  @keyframes tabSelect { 0% { transform: scale(.94); box-shadow: 0 0 0 0 rgba(242,138,34,.34); } 70% { transform: scale(1.04); box-shadow: 0 0 0 8px rgba(242,138,34,0); } 100% { transform: scale(1); } }
  @keyframes cartBadgePop { 0% { transform: scale(.4); opacity: .4; box-shadow: 0 0 0 0 rgba(242,138,34,.55); } 45% { transform: scale(1.45); opacity: 1; box-shadow: 0 0 0 12px rgba(242,138,34,0); } 100% { transform: scale(1); opacity: 1; } }
}

@media (min-width: 769px) {
  .mobile-app { display: none !important; }
}
