:root{
--green-deep:#2D5A3D;--green-light:#3A7D52;
--terracotta:#C4603C;--terracotta-light:#D4784A;
--beige:#F5EFDC;--beige-dark:#E8DFCA;
--coffee:#5C3D2E;--coffee-light:#7A5642;
--cream:#FDF8F0;--text:#2C2C2C;--text-muted:#6B6155;
--shadow:0 2px 16px rgba(92,61,46,.12);
--shadow-lg:0 8px 32px rgba(92,61,46,.18);
--radius:16px;--radius-sm:10px;--tr:.25s ease;
--fd:'Playfair Display',Georgia,serif;
--fb:'Inter',-apple-system,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--cream);color:var(--text);line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;font:inherit}input{font:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:100;background:var(--green-deep);box-shadow:0 2px 12px rgba(0,0,0,.2)}
.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}
.logo-link{display:flex;align-items:center;gap:10px;color:#fff}
.logo-icon{font-size:28px}
.logo-text{font-family:var(--fd);font-size:14px;font-weight:700}
.header-nav{display:flex;align-items:center;gap:12px}
.nav-link{color:rgba(255,255,255,.85);font-size:14px;font-weight:500;padding:6px 10px;border-radius:8px;transition:var(--tr)}
.nav-link:hover{background:rgba(255,255,255,.15)}
.btn-route-header{background:var(--terracotta);color:#fff;padding:8px 16px;border-radius:10px;font-weight:600;font-size:13px;transition:var(--tr)}
.btn-route-header:hover{background:var(--terracotta-light)}
.cart-btn{background:rgba(255,255,255,.15);color:#fff;padding:8px 14px;border-radius:10px;font-size:18px;position:relative;transition:var(--tr)}
.cart-btn:hover{background:rgba(255,255,255,.25)}
.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--terracotta);color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}
@media(max-width:600px){.hide-mobile{display:none}.logo-text{font-size:12px}}
.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(45,90,61,.92),rgba(92,61,46,.88));text-align:center;color:#fff;padding:100px 20px 60px}
.hero-content{position:relative;max-width:700px}
.hero-title{font-family:var(--fd);font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1.15;margin-bottom:20px}
.hero-slogan{font-family:var(--fc,"Caveat",cursive);font-size:clamp(22px,3.5vw,32px);font-weight:600;color:#f4d9a8;margin:-8px 0 22px;letter-spacing:.5px;opacity:.95}
.hero-sub{font-size:clamp(15px,2.5vw,18px);color:rgba(255,255,255,.9);margin-bottom:36px;line-height:1.7}
.hero-lead{background:rgba(255,255,255,.12);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:24px}
.lead-text{font-size:18px;margin-bottom:16px}
.btn-primary{background:var(--terracotta);color:#fff;border-radius:12px;font-weight:700;font-size:16px;padding:14px 32px;transition:var(--tr);box-shadow:0 4px 16px rgba(196,96,60,.3)}
.btn-primary:hover{background:var(--terracotta-light);transform:translateY(-1px)}
.btn-lg{padding:16px 36px;font-size:17px}
.happy-hours{background:linear-gradient(90deg,var(--terracotta),#D4784A);color:#fff}
.hh-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:16px 20px}
.hh-icon{font-size:28px;flex-shrink:0}
.hh-text{font-size:15px;line-height:1.5}
.happy-hours.hidden{display:none}
.section{padding:60px 0}
.section:nth-child(even){background:var(--beige)}
.section-title{font-family:var(--fd);font-size:clamp(24px,4vw,36px);font-weight:700;color:var(--coffee);text-align:center;margin-bottom:12px}
.section-desc{text-align:center;color:var(--text-muted);font-size:16px;max-width:600px;margin:0 auto 36px}
.preorder{background:var(--beige)}







.cc-option:hover{background:var(--beige-dark)}
.cc-option input{display:none}

.cc-option input:checked~
.cc-option input:checked~.opt-check::after{content:'✓';color:#fff;font-size:14px;font-weight:700}









.btn-add-croissant:hover{background:var(--green-light)}

.btn-preorder{width:100%}
.promo-banner{text-align:center;padding:12px;margin-bottom:16px;background:var(--green-deep);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;transition:var(--tr)}
.promo-banner:hover{background:var(--green-light)}
.promo-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}
.promo-panel.show{max-height:400px;margin-bottom:16px}
.promo-list{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding:8px 0}
.promo-card{background:#fff;border:2px dashed var(--terracotta);border-radius:var(--radius-sm);padding:14px 20px;cursor:pointer;transition:var(--tr);text-align:center;min-width:160px}
.promo-card:hover{border-color:var(--green-deep);transform:scale(1.03)}
.pc-code{font-weight:700;font-size:18px;color:var(--terracotta)}
.pc-desc{font-size:12px;color:var(--text-muted);margin-top:4px}
.cat-scroll{display:flex;gap:8px;overflow-x:auto;padding:4px 0 16px;scrollbar-width:none}
.cat-scroll::-webkit-scrollbar{display:none}
.cat-btn{background:#fff;color:var(--text);border:2px solid transparent;border-radius:30px;padding:10px 20px;font-size:14px;font-weight:600;white-space:nowrap;transition:var(--tr);flex-shrink:0}
.cat-btn:hover{border-color:var(--green-deep)}
.cat-btn.active{background:var(--green-deep);color:#fff;border-color:var(--green-deep)}
.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.menu-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:var(--tr)}
.menu-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.card-img{height:180px;background:var(--beige-dark);display:flex;align-items:center;justify-content:center;padding:16px}
.card-img img{max-height:140px;object-fit:contain;transition:var(--tr)}
.menu-card:hover .card-img img{transform:scale(1.05)}
.card-body{padding:16px}
.card-name{font-family:var(--fd);font-weight:700;font-size:17px;color:var(--coffee);margin-bottom:4px}
.card-desc{font-size:13px;color:var(--text-muted);margin-bottom:6px;line-height:1.4}
.card-vol{font-size:12px;color:var(--text-muted);margin-bottom:8px}
.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}
.card-price{font-size:18px;font-weight:700;color:var(--terracotta)}
.add-btn{width:44px;height:44px;border-radius:12px;background:var(--green-deep);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:var(--tr);flex-shrink:0}
.add-btn:hover{background:var(--green-light)}
.qty-ctrl{display:flex;align-items:center;gap:6px}
.qty-btn{width:36px;height:36px;border-radius:10px;background:var(--green-deep);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:var(--tr);flex-shrink:0}
.qty-btn:hover{background:var(--green-light)}
.qty-btn.minus{background:var(--beige-dark);color:var(--text)}
.qty-num{font-weight:700;font-size:16px;min-width:20px;text-align:center}
.empty-menu{text-align:center;padding:40px;color:var(--text-muted)}
.merch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.merch-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;text-align:center;transition:var(--tr)}
.merch-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.mc-emoji{font-size:48px;margin-bottom:12px}
.mc-name{font-family:var(--fd);font-weight:700;font-size:18px;color:var(--coffee);margin-bottom:6px}
.mc-desc{font-size:13px;color:var(--text-muted);margin-bottom:12px}
.mc-price{font-size:22px;font-weight:700;color:var(--terracotta);margin-bottom:16px}
.btn-merch{background:var(--green-deep);color:#fff;border-radius:10px;padding:12px 24px;font-weight:600;font-size:14px;transition:var(--tr)}
.btn-merch:hover{background:var(--green-light)}
.vibe-section{background:var(--beige);padding:60px 0}
.vibe-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}
.vibe-img{position:relative;overflow:hidden;aspect-ratio:1;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;transition:var(--tr)}
.vibe-img:hover{transform:scale(1.03)}
.vibe-img::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.55) 100%);transition:var(--tr)}
.vibe-img:hover::before{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.40) 100%)}
.vibe-cap{position:relative;z-index:1;padding:8px;line-height:1.3;font-size:15px;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.vibe-cap br+*,.vibe-cap{font-size:15px}
@media(max-width:600px){.vibe-gallery{grid-template-columns:repeat(2,1fr)}}
.vibe-text{max-width:700px;margin:0 auto;text-align:center}
.vibe-text p{margin-bottom:12px;font-size:16px;color:var(--text-muted);line-height:1.7}
.vibe-tags{font-weight:600;color:var(--coffee);font-size:15px;margin-top:16px}
.footer{background:var(--coffee);color:rgba(255,255,255,.9);padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;margin-bottom:32px}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-logo{font-family:var(--fd);font-size:18px;font-weight:700}
.footer-addr{font-size:14px;line-height:1.6}
.footer-addr small{color:rgba(255,255,255,.6)}
.footer-hours{font-size:14px;line-height:1.6}
.footer-route-title,.footer-social-title{font-weight:700;font-size:14px;margin-bottom:4px}
.btn-route{display:inline-block;background:var(--terracotta);color:#fff;padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px;margin-bottom:8px;transition:var(--tr)}
.btn-route:hover{background:var(--terracotta-light)}
.nav-pill{display:inline-flex;align-items:center;gap:8px;font-size:15px;padding:6px 0;color:rgba(255,255,255,.85);text-decoration:none;transition:var(--tr)}
.nav-pill__ico{width:18px;height:18px;flex-shrink:0;vertical-align:middle}
.nav-pill:hover{color:#fff;transform:translateX(4px)}
.meta-disclaimer{color:rgba(255,255,255,.5)}
.footer-copy{text-align:center;font-size:13px;color:rgba(255,255,255,.4);border-top:1px solid rgba(255,255,255,.1);padding-top:20px}
.history-toggle{position:fixed;bottom:20px;left:20px;z-index:90;background:var(--coffee);color:#fff;border-radius:30px;padding:12px 20px;font-size:14px;font-weight:600;box-shadow:var(--shadow-lg);transition:var(--tr)}
.history-toggle:hover{background:var(--coffee-light)}
.history-panel{position:fixed;bottom:70px;left:20px;z-index:90;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);width:320px;max-height:400px;overflow-y:auto;padding:16px}
.h-empty{text-align:center;color:var(--text-muted);padding:20px}
.h-order{padding:12px 0;border-bottom:1px solid var(--beige)}
.ho-head{display:flex;justify-content:space-between;font-weight:600;font-size:14px}
.ho-items{font-size:13px;color:var(--text-muted);margin:4px 0}
.ho-date{font-size:12px;color:var(--text-muted)}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}
.cart-overlay.show{opacity:1;pointer-events:all}
.cart-drawer{position:fixed;top:0;right:-420px;z-index:201;width:400px;max-width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column;transition:right .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.15)}
.cart-drawer.open{right:0}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--beige)}
.cart-header h2{font-family:var(--fd);font-size:20px;color:var(--coffee)}
.cart-close{width:36px;height:36px;border-radius:10px;background:var(--beige);font-size:18px;display:flex;align-items:center;justify-content:center;transition:var(--tr)}
.cart-close:hover{background:var(--beige-dark)}
.cart-items{flex:1;overflow-y:auto;padding:16px 20px}
.cart-empty{text-align:center;padding:40px 0;color:var(--text-muted)}
.cart-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--beige)}
.ci-info{flex:1}
.ci-name{font-weight:600;font-size:14px;color:var(--coffee)}
.ci-price{font-size:13px;color:var(--text-muted)}
.ci-total{font-weight:700;font-size:15px;color:var(--terracotta);min-width:60px;text-align:right}
.ci-remove{width:28px;height:28px;border-radius:8px;background:var(--beige);font-size:14px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:var(--tr);flex-shrink:0}
.ci-remove:hover{background:#f5c4c4;color:#c00}
.cart-promo{padding:0 20px 12px}
.promo-row{display:flex;gap:8px}
.promo-input{flex:1;padding:10px 14px;border:2px solid var(--beige-dark);border-radius:10px;font-size:14px;background:var(--cream);transition:var(--tr)}
.promo-input:focus{outline:none;border-color:var(--green-deep)}
.promo-apply-btn{background:var(--green-deep);color:#fff;border-radius:10px;padding:10px 18px;font-weight:700;transition:var(--tr)}
.promo-apply-btn:hover{background:var(--green-light)}
.promo-msg{font-size:13px;margin-top:6px;min-height:18px}
.promo-msg.ok{color:var(--green-deep)}
.promo-msg.err{color:var(--terracotta)}
.cart-footer{padding:16px 20px;border-top:1px solid var(--beige);background:var(--cream)}
.cart-total-row,.cart-discount-row,.cart-final-row{display:flex;justify-content:space-between;padding:4px 0;font-size:15px}
.cart-discount-row{color:var(--green-deep)}
.cart-final-row{font-size:18px;padding:8px 0}
.cust-input{width:100%;padding:10px 14px;border:2px solid var(--beige-dark);border-radius:10px;margin:12px 0;font-size:14px;background:#fff;transition:var(--tr)}
.cust-input:focus{outline:none;border-color:var(--green-deep)}
.checkout-btn{width:100%;padding:16px;border-radius:12px;background:var(--terracotta);color:#fff;font-size:17px;font-weight:700;transition:var(--tr);box-shadow:0 4px 16px rgba(196,96,60,.3)}
.checkout-btn:hover{background:var(--terracotta-light)}
.lead-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;padding:20px}
.lead-overlay.show{display:flex}
.lead-box{background:#fff;border-radius:var(--radius);padding:36px 28px;max-width:400px;width:100%;text-align:center;position:relative;box-shadow:var(--shadow-lg);animation:mp .3s ease}
.lead-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:8px;background:var(--beige);font-size:16px;display:flex;align-items:center;justify-content:center}
.lead-icon{font-size:48px;margin-bottom:12px}
.lead-title{font-family:var(--fd);font-size:24px;font-weight:700;color:var(--coffee);margin-bottom:8px}
.lead-desc{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}
.lead-input{width:100%;padding:14px 16px;border:2px solid var(--beige-dark);border-radius:12px;font-size:16px;margin-bottom:16px;text-align:center;background:var(--cream)}
.lead-input:focus{outline:none;border-color:var(--green-deep)}
.lead-msg{font-size:14px;margin-top:12px;min-height:20px}
.lead-msg.ok{color:var(--green-deep)}
.lead-msg.err{color:var(--terracotta)}
.modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;padding:20px}
.modal-overlay.show{display:flex}
.modal-box{background:#fff;border-radius:var(--radius);padding:36px 28px;max-width:380px;width:100%;text-align:center;box-shadow:var(--shadow-lg);animation:mp .3s ease}
@keyframes mp{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.modal-icon{font-size:48px;margin-bottom:12px}
.modal-title{font-family:var(--fd);font-size:22px;font-weight:700;color:var(--coffee);margin-bottom:8px}
.modal-text{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}
.modal-btn{background:var(--green-deep);color:#fff;border-radius:10px;padding:12px 36px;font-weight:700;font-size:15px;transition:var(--tr)}
.modal-btn:hover{background:var(--green-light)}
.toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--coffee);color:#fff;padding:12px 24px;border-radius:30px;font-size:14px;font-weight:600;opacity:0;transition:all .3s;z-index:999;pointer-events:none;white-space:nowrap}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.toast.err{background:var(--terracotta)}

/* BURGER MENU */
.burger-btn{display:none;background:rgba(255,255,255,.15);color:#fff;border:none;border-radius:8px;width:40px;height:40px;font-size:20px;align-items:center;justify-content:center;transition:var(--tr);flex-shrink:0}
.burger-btn:hover{background:rgba(255,255,255,.25)}
@media(max-width:768px){
  .burger-btn{display:flex}
  .header-nav .nav-link{display:none}
}
.mobile-menu{pointer-events:none}
.mobile-menu.open{pointer-events:all}
.mm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;opacity:0;transition:opacity .3s}
.mobile-menu.open .mm-overlay{opacity:1}
.mm-panel{position:fixed;top:0;left:-300px;width:280px;max-width:85vw;height:100dvh;background:#fff;z-index:151;display:flex;flex-direction:column;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px rgba(0,0,0,.15)}
.mobile-menu.open .mm-panel{left:0}
.mm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--beige);background:var(--green-deep);color:#fff}
.mm-title{font-family:var(--fd);font-size:16px;font-weight:700}
.mm-close{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.2);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--tr)}
.mm-close:hover{background:rgba(255,255,255,.3)}
.mm-nav{flex:0 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:4px 0}
.mm-link{display:flex;align-items:center;gap:10px;padding:12px 20px;font-size:15px;font-weight:600;color:var(--coffee);border-bottom:1px solid var(--beige);transition:var(--tr)}
.mm-link:hover{background:var(--beige);color:var(--green-deep)}
.mm-route{display:block;margin:12px 16px;padding:14px;text-align:center;background:var(--terracotta);color:#fff;border-radius:12px;font-weight:700;font-size:15px;transition:var(--tr)}
.mm-route:hover{background:var(--terracotta-light)}

/* FIX: корзина видна на мобилке */
.cart-btn{background:rgba(255,255,255,.2);border-radius:10px;padding:8px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.cart-btn:hover{background:rgba(255,255,255,.35)}
@media(max-width:768px){
  .cart-btn{background:rgba(255,255,255,.25);font-size:20px}
  .cart-badge{background:var(--terracotta);min-width:20px;height:20px;font-size:11px;top:-6px;right:-6px}
  .header-r{gap:8px}
}

/* === КОРЗИНА — светлый круг === */
.cart-btn{
  width:44px;height:44px;border-radius:50%;
  background:#F5E6D3;color:#2D5016;
  display:flex;align-items:center;justify-content:center;
  font-size:20px;border:2px solid rgba(255,255,255,.3);
  box-shadow:0 2px 8px rgba(0,0,0,.15);
  transition:var(--tr);position:relative;flex-shrink:0;
}
.cart-btn:hover{background:#EDD9C0;transform:scale(1.08)}
.cart-badge{
  position:absolute;top:-4px;right:-4px;
  background:var(--terracotta);color:#fff;
  min-width:20px;height:20px;border-radius:10px;
  font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  padding:0 5px;border:2px solid var(--green-deep);
}

/* === КНОПКА НАВЕРХ === */
.scroll-top{
  position:fixed;bottom:24px;right:24px;z-index:100;
  width:48px;height:48px;border-radius:50%;
  background:var(--green-deep);color:#F5E6D3;
  border:2px solid rgba(245,230,211,.3);
  font-size:22px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.25);
  opacity:0;pointer-events:none;
  transform:translateY(20px);
  transition:opacity .3s,transform .3s,background .2s;
}
.scroll-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}
.scroll-top:hover{background:#3a6b1e}
@media(max-width:768px){
  .scroll-top{bottom:16px;right:16px;width:44px;height:44px;font-size:20px}
}

/* === МЕНЮ — 2 карточки в ряд === */
@media(max-width:768px){
  .menu-grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:10px!important;
  }
  .menu-card{
    padding:12px!important;
  }
  .menu-card img{
    height:100px!important;
    border-radius:10px!important;
  }
  .menu-card h3{font-size:13px!important;margin:6px 0 2px!important}
  .menu-card .price,.menu-card .card-price{font-size:13px!important}
  .menu-card .card-desc,.menu-card p{font-size:11px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .menu-card .add-btn,.menu-card button{
    font-size:12px!important;padding:8px!important;margin-top:6px!important;
  }
}

/* scroll-top fix */
.scroll-top{
  z-index:9999!important;
  -webkit-tap-highlight-color:transparent;
}
.scroll-top.visible{
  opacity:1!important;
  pointer-events:all!important;
  transform:translateY(0)!important;
}


  .cta-install-title{font-size:20px}
}


  .cta-install-title{font-size:20px}
}

/* === PWA MODAL === */
.pwa-modal{
  text-align:center;
}
.pwa-modal-steps{
  display:flex;gap:8px;margin:20px 0;
}
.pwa-modal-step{
  flex:1;
  background:#f9f3ec;
  border:2px solid var(--green-deep);
  border-radius:14px;
  padding:14px 10px;
  text-align:left;
}
.pwa-modal-step .step-badge{
  display:inline-block;
  background:var(--green-deep);color:#fff;
  font-size:10px;font-weight:700;
  padding:2px 8px;border-radius:20px;
  margin-bottom:8px;text-transform:uppercase;
}
.pwa-modal-step .step-items{
  font-size:12px;color:#2d2a26;line-height:2;
}
.pwa-modal-step .step-items strong{color:var(--green-deep)}
.pwa-modal-step .step-num{
  display:inline-flex;align-items:center;justify-content:center;
  width:18px;height:18px;border-radius:50%;
  background:var(--terracotta);color:#fff;
  font-size:10px;font-weight:700;margin-right:3px;
}
.pwa-modal-btn{
  width:100%;margin-top:4px;
  background:var(--green-deep)!important;
}
.pwa-modal-btn:hover{
  background:#1a3c28!important;
}
.pwa-modal-hint{
  font-size:11px;color:#8a7a6a;margin-top:8px;
}
@media(max-width:360px){
  .pwa-modal-steps{flex-direction:column}
}

/* === HAPPY HOURS — GLASS CARD === */
.hh-glass-wrap{
  padding:20px 16px;
  display:flex;justify-content:center;
}
.hh-glass{
  max-width:380px;width:100%;
  text-align:center;
  padding:28px 24px;
  background:rgba(255,255,255,.55);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1.5px solid rgba(255,255,255,.7);
  border-radius:24px;
  box-shadow:
    0 8px 32px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.6);
  position:relative;
  overflow:hidden;
}
.hh-glass::before{
  content:'';position:absolute;top:-50%;left:-50%;
  width:200%;height:200%;
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.4),transparent 60%);
  pointer-events:none;
}
.hh-badge{
  display:inline-block;
  background:linear-gradient(135deg,#ff6b35,#c0562c);
  color:#fff;font-weight:700;
  font-size:13px;
  padding:6px 16px;border-radius:20px;
  margin-bottom:12px;
  position:relative;z-index:1;
}
.hh-time{
  font-family:var(--font-head);
  font-size:26px;color:var(--green-deep);
  font-weight:800;margin-bottom:6px;
  position:relative;z-index:1;
}
.hh-deal{
  font-size:16px;color:#3a3530;
  font-weight:600;margin-bottom:4px;
  position:relative;z-index:1;
}
.hh-price{
  display:inline-block;
  background:var(--terracotta);color:#fff;
  padding:2px 12px;border-radius:8px;
  font-weight:800;font-size:18px;
}
.hh-hint{
  font-size:13px;color:#8a7a6a;
  margin-top:6px;
  position:relative;z-index:1;
}

/* === LOYALTY / БОНУСНАЯ ПРОГРАММА === */
.loyalty-section{
  text-align:center;
  padding:40px 16px;
}
.loyalty-card{
  max-width:380px;margin:20px auto 0;
  background:rgba(255,255,255,.55);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1.5px solid rgba(255,255,255,.7);
  border-radius:24px;
  box-shadow:0 8px 32px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.6);
  padding:28px 20px;
}
.loyalty-cups{
  display:flex;flex-wrap:wrap;justify-content:center;
  gap:10px;margin-bottom:16px;
}
.loyalty-cup{
  width:40px;height:40px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:20px;
  border:2px solid #ddd;
  background:#f5f0eb;
  transition:all .3s;
}
.loyalty-cup.filled{
  border-color:var(--terracotta);
  background:linear-gradient(135deg,#fff3ec,#ffe0cc);
  transform:scale(1.1);
}
.loyalty-cup.gift{
  border-color:var(--green-deep);
  background:linear-gradient(135deg,#e8f5e9,#c8e6c9);
  font-size:22px;
}
.loyalty-cup.gift.available{
  animation:gift-pulse 1.5s infinite;
}
@keyframes gift-pulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(42,100,60,.3)}
  50%{transform:scale(1.15);box-shadow:0 0 20px 4px rgba(42,100,60,.2)}
}
.loyalty-counter{
  font-size:15px;color:#5a4a3a;font-weight:600;
  margin-bottom:8px;
}
.loyalty-status{
  font-size:14px;font-weight:700;
  min-height:24px;
}
.loyalty-status.ready{
  color:var(--green-deep);
  font-size:16px;
}
.loyalty-add-btn{
  margin-top:12px;
  font-size:13px;
  padding:10px 20px;
}

/* === PREORDER FLOW === */

/* ===== Интро блока Предзаказ ===== */
.po-intro{
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 22px 26px;
  background: linear-gradient(135deg, #fff7ec 0%, #fff 100%);
  border: 1px solid #f1d9b0;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
  text-align: center;
}
.po-intro-title{
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #6b4a1f;
  font-weight: 700;
}
.po-intro p{
  margin: 6px 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #3d3a36;
}
.po-intro b{ color:#8a5a1a; }
.po-intro-foot{
  margin-top: 12px !important;
  padding-top: 10px;
  border-top: 1px dashed #e7c98f;
  color: #5a4626 !important;
  font-weight: 500;
}
@media (max-width: 600px){
  .po-intro{ padding: 18px; }
  .po-intro-title{ font-size: 1.2rem; }
  .po-intro p{ font-size: 0.98rem; }
}

.preorder-flow{
  max-width:480px;margin:24px auto 0;
  display:flex;flex-direction:column;gap:0;
}
.po-step{
  display:flex;gap:16px;
  padding:20px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.po-step:last-child{border-bottom:none}
.po-step-num{
  flex-shrink:0;
  width:32px;height:32px;
  border-radius:50%;
  background:var(--green-deep);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:14px;
  margin-top:2px;
}
.po-step-body{flex:1}
.po-step-body h3{
  font-family:var(--font-head);
  font-size:16px;color:var(--green-deep);
  margin:0 0 6px;
}
.po-step-body p{
  font-size:13px;color:#6B6155;margin:0 0 12px;
}

/* Go to menu btn */
.po-go-menu{
  font-size:13px;padding:10px 20px;
}

/* Cart preview in preorder */
.po-cart-preview{
  margin-top:12px;
  font-size:13px;color:#5a4a3a;
}
.po-cart-preview .po-cp-item{
  display:flex;justify-content:space-between;
  padding:4px 0;border-bottom:1px dashed #e0d6cc;
}
.po-cart-preview .po-cp-total{
  display:flex;justify-content:space-between;
  padding:8px 0 0;font-weight:700;color:var(--green-deep);
}
.po-cart-preview .po-cp-empty{
  color:#aaa;font-style:italic;
}

/* Time buttons */
.po-time-btns{
  display:flex;flex-wrap:wrap;gap:8px;
}
.po-time-btn{
  padding:8px 14px;
  border:2px solid #ddd;border-radius:12px;
  background:#fff;color:#3a3530;
  font-size:13px;font-weight:600;
  cursor:pointer;transition:all .2s;
}
.po-time-btn.active{
  border-color:var(--green-deep);
  background:var(--green-deep);color:#fff;
}
.po-time-input{
  margin-top:10px;
  padding:10px 14px;
  border:2px solid var(--green-deep);border-radius:12px;
  font-size:15px;color:#3a3530;
  font-family:var(--font-body);
}

/* Pickup buttons */
.po-pickup-btns{
  display:flex;gap:10px;
}
.po-pickup-btn{
  flex:1;
  padding:14px 10px;
  border:2px solid #ddd;border-radius:16px;
  background:#fff;
  text-align:center;
  cursor:pointer;transition:all .2s;
}
.po-pickup-btn.active{
  border-color:var(--green-deep);
  background:#f0f7f2;
}
.po-pickup-icon{font-size:28px;display:block;margin-bottom:4px}
.po-pickup-label{font-size:12px;font-weight:600;color:#3a3530}

.po-car-info{margin-top:12px}
.po-car-input{
  width:100%;padding:10px 14px;
  border:2px solid #ddd;border-radius:12px;
  font-size:14px;font-family:var(--font-body);
  box-sizing:border-box;
}
.po-car-input:focus{border-color:var(--green-deep);outline:none}

/* Name + confirm */
.po-name-input{
  width:100%;padding:10px 14px;
  border:2px solid #ddd;border-radius:12px;
  font-size:14px;font-family:var(--font-body);
  margin-bottom:12px;box-sizing:border-box;
}
.po-name-input:focus{border-color:var(--green-deep);outline:none}

.po-summary{
  background:#f9f3ec;border-radius:12px;
  padding:12px;margin-bottom:14px;
  font-size:13px;color:#5a4a3a;
  line-height:1.7;
}
.po-summary b{color:var(--green-deep)}

.po-checkout-btn{width:100%;font-size:15px}

/* ====== ITEM CONSTRUCTOR MODAL ====== */
.cst-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:10000;display:none;align-items:flex-end;justify-content:center;backdrop-filter:blur(4px)}
.cst-overlay.show{display:flex}
.cst-modal{background:#1A1A1A;border-radius:24px 24px 0 0;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:cstSlideUp .35s ease}
@keyframes cstSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.cst-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);border:none;color:#fff;font-size:22px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s}
.cst-close:hover{background:rgba(255,255,255,.2)}
.cst-header{display:flex;gap:16px;padding:24px 20px 16px;align-items:center}
.cst-img{width:90px;height:90px;border-radius:16px;object-fit:cover;background:#2A2A2A}
.cst-item-info{flex:1;min-width:0}
.cst-item-name{font-size:20px;font-weight:700;color:#F5E6D3;margin-bottom:4px}
.cst-item-desc{font-size:13px;color:#8B7E6A;margin-bottom:4px;line-height:1.3}
.cst-item-vol{font-size:12px;color:#6B6155;margin-bottom:6px}
.cst-base-price{font-size:18px;font-weight:700;color:#C8956C}
.cst-body{padding:0 20px 16px}
.cst-title{font-size:16px;font-weight:700;color:#F5E6D3;margin-bottom:16px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}
.cst-group{margin-bottom:20px}
.cst-group-title{font-size:14px;font-weight:600;color:#C8956C;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.cst-group-options{display:flex;flex-direction:column;gap:2px}
.cst-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}
.cst-option:hover{background:rgba(255,255,255,.05)}
.cst-checkbox{width:22px;height:22px;border-radius:6px;border:2px solid #4A4A4A;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s}
.cst-checkbox:checked{background:#C8956C;border-color:#C8956C}
.cst-checkbox:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}
.cst-option-name{flex:1;font-size:15px;color:#E8DDD0}
.cst-option-price{font-size:14px;color:#8B7E6A;font-weight:500;white-space:nowrap}
.cst-footer{position:sticky;bottom:0;background:#1A1A1A;padding:16px 20px 24px;border-top:1px solid rgba(255,255,255,.08)}
.cst-total-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.cst-total-line span:first-child{font-size:16px;color:#8B7E6A}
.cst-total-price{font-size:22px;font-weight:700;color:#F5E6D3}
.cst-add-btn{width:100%;padding:16px;border:none;border-radius:14px;background:linear-gradient(135deg,#C8956C,#A67B5B);color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .2s}
.cst-add-btn:active{transform:scale(.97)}
.cst-add-btn:hover{box-shadow:0 4px 20px rgba(200,149,108,.4)}
.ci-addons{font-size:12px;color:#C8956C;margin-top:2px;line-height:1.3}
@media(min-width:600px){.cst-overlay{align-items:center}.cst-modal{border-radius:24px;max-height:85vh}}

/* === Шаг 3: валидация max_select / min_select === */
.cst-required{color:#e74c3c;font-weight:700;margin-left:2px}
.cst-hint{color:#999;font-size:11px;font-weight:400;text-transform:none;letter-spacing:0;margin-left:4px}
.cst-toast{
  position:absolute;
  top:20px;
  left:50%;
  transform:translateX(-50%) translateY(-20px);
  background:rgba(231,76,60,0.95);
  color:#fff;
  padding:10px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:500;
  box-shadow:0 4px 12px rgba(0,0,0,0.2);
  opacity:0;
  transition:opacity .3s ease, transform .3s ease;
  pointer-events:none;
  z-index:10001;
  white-space:nowrap;
  max-width:90%;
  text-align:center;
}
.cst-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.cst-modal{position:relative}

/* ============ NEW HEADER (cups + handwriting) ============ */
.header{padding:0}
.header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  max-width:1100px;
  margin:0 auto;
}
.logo-link{
  display:flex;flex-direction:column;align-items:center;
  line-height:1;color:#fff;text-align:center;
  padding:0 4px;
}
.slogan-main{
  font-family:'Caveat',cursive;
  font-size:26px;font-weight:700;
  letter-spacing:.5px;
  color:#FDF8F0;
  text-shadow:0 1px 2px rgba(0,0,0,.25);
}
.slogan-sub{
  font-family:'Caveat',cursive;
  font-size:22px;font-weight:600;
  color:#F5E6D3;
  margin-top:-2px;
  text-shadow:0 1px 2px rgba(0,0,0,.25);
}
.header-nav{display:flex;align-items:center;gap:8px}

/* Кнопки-чашки — единый стиль */
.cup-btn{
  width:46px;height:46px;
  background:transparent;border:none;padding:4px;
  display:flex;align-items:center;justify-content:center;
  position:relative;flex-shrink:0;
  transition:transform .2s ease;cursor:pointer;
  border-radius:10px;
}
.cup-btn svg{width:100%;height:100%;display:block}
.cup-btn:hover{transform:translateY(-2px) scale(1.06)}
.cup-btn:active{transform:scale(.95)}

/* Бэйдж корзины поверх чашки */
.cup-cart .cart-badge{
  position:absolute;top:-2px;right:-2px;
  background:var(--terracotta);color:#fff;
  min-width:20px;height:20px;border-radius:10px;
  font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  padding:0 5px;
  border:2px solid var(--green-deep);
  box-shadow:0 2px 4px rgba(0,0,0,.2);
}

/* Маленький экран — увеличиваем читаемость */
@media(max-width:380px){
  .slogan-main{font-size:22px}
  .slogan-sub{font-size:19px}
  .cup-btn{width:42px;height:42px}
  .header-inner{gap:6px;padding:8px 10px}
}
@media(min-width:600px){
  .slogan-main{font-size:30px}
  .slogan-sub{font-size:26px}
  .cup-btn{width:52px;height:52px}
}
/* ====================================================== */

/* Чтобы клик по SVG внутри кнопки уходил на саму кнопку */
.cup-btn svg, .cup-btn svg *{pointer-events:none}
.logo-link, .logo-link *{cursor:pointer}

/* Скрытая кнопка «Наверх» — теперь работает клик по логотипу */
.scroll-top{display:none !important}

/* socials row (variant B) */
.socials-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:6px 0 4px}
.socials-row .footer-social-title{margin:0}
.socials-row .nav-pill{padding:0}
.socials-row .nav-pill:hover{transform:translateY(-2px)}
.socials-row .nav-pill__ico{width:22px;height:22px}

/* ============ HEADER v2: bigger cups + slogan ============ */
.header-inner{padding:12px 16px;gap:12px}

/* Чашки крупнее, тач-зона ≥56px */
.cup-btn{width:56px;height:56px;border-radius:14px;padding:6px}
@media(max-width:380px){
  .cup-btn{width:50px;height:50px;padding:5px}
  .header-inner{padding:10px 12px;gap:8px}
}
@media(min-width:600px){
  .cup-btn{width:60px;height:60px}
}

/* Слоган — крупнее, ярче, как акцент бренда */
.logo-link{padding:2px 6px;border-radius:10px;transition:transform .15s ease,background .2s ease}
.logo-link:hover{background:rgba(255,255,255,.06)}
.logo-link:active{transform:scale(.97)}
.slogan-main{
  font-family:'Caveat',cursive;
  font-size:30px;font-weight:700;
  letter-spacing:.6px;line-height:1;
  color:#FDF8F0;
  text-shadow:0 2px 4px rgba(0,0,0,.3);
}
.slogan-sub{
  font-family:'Caveat',cursive;
  font-size:26px;font-weight:600;line-height:1;
  color:#F5E6D3;margin-top:1px;
  text-shadow:0 2px 4px rgba(0,0,0,.3);
  letter-spacing:.4px;
}
@media(max-width:380px){
  .slogan-main{font-size:25px}
  .slogan-sub{font-size:21px}
}
@media(min-width:600px){
  .slogan-main{font-size:36px}
  .slogan-sub{font-size:30px}
}
@media(min-width:900px){
  .slogan-main{font-size:40px;letter-spacing:.8px}
  .slogan-sub{font-size:34px}
}

/* Бэйдж корзины — пропорционально крупнее */
.cup-cart .cart-badge{min-width:22px;height:22px;font-size:12px;border-radius:11px;top:-3px;right:-3px}

/* === Auth-пункт в бургер-меню === */
.mm-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.12),transparent);margin:6px 16px 4px}
.mm-auth{
  background:linear-gradient(135deg,#229ED9,#1A7FB0);
  color:#fff !important;
  font-weight:600;
  border-radius:12px;
  margin:4px 16px;
  padding:14px 16px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  box-shadow:0 3px 10px rgba(34,158,217,.3);
  transition:transform .15s ease,box-shadow .2s ease;
}
.mm-auth:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(34,158,217,.4)}
.mm-auth:active{transform:scale(.98)}
.mm-auth[data-state="user"]{
  background:linear-gradient(135deg,#2D5A3D,#1F4530);
  box-shadow:0 3px 10px rgba(45,90,61,.3);
}
.mm-auth[data-state="user"]:hover{box-shadow:0 5px 14px rgba(45,90,61,.4)}
.mm-logout{
  display:block;text-align:center;
  font-size:13px;color:#999;margin:6px 16px 0;
  padding:6px;cursor:pointer;text-decoration:underline;
}
.mm-logout:hover{color:#C4603C}
/* ====================================================== */

/* ===== ФОТОФОНЫ (добавлено) ===== */

/* HERO: фото-фон под существующим градиентом */
.hero{
  background-image:
    linear-gradient(135deg,rgba(45,90,61,.82),rgba(92,61,46,.78)),
    url('images/bg/hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* БУРГЕР-МЕНЮ: фото-фон + затемнение для читаемости */
.mm-panel{
  background-image:
    linear-gradient(180deg,rgba(45,40,35,.78),rgba(45,40,35,.88)),
    url('images/bg/sidebar.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
}
.mm-panel .mm-title,
.mm-panel .mm-link,
.mm-panel .mm-route,
.mm-panel .mm-close{ color:#fff; }
.mm-panel .mm-link{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.mm-panel .mm-link:hover{ background: rgba(255,255,255,.14); }
.mm-panel .mm-divider{ background: rgba(255,255,255,.18); }
.mm-panel .mm-header{ border-bottom:1px solid rgba(255,255,255,.15); }
.mm-panel .mm-close{ background: rgba(255,255,255,.12); }
.mm-panel .mm-close:hover{ background: rgba(255,255,255,.22); }

/* КОРЗИНА: лёгкий фон-текстура (светлая, чтобы текст оставался читаем) */
.cart-drawer{
  background-image:
    linear-gradient(180deg,rgba(255,253,248,.72),rgba(255,253,248,.82)),
    url('images/bg/cart.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* подложка под содержимым корзины — чтобы текст и кнопки оставались читаемыми поверх более яркого фона */
.cart-header{ background: rgba(255,253,248,.85); backdrop-filter: blur(6px); }
.cart-footer{ background: rgba(255,253,248,.88); backdrop-filter: blur(6px); }
.cart-item{ background: rgba(255,253,248,.55); border-radius:10px; padding:12px; margin-bottom:8px; border-bottom:none; }
.cart-promo input{ background: rgba(255,255,255,.85); }

/* ===== HERO: читаемые шрифты в кофейной палитре ===== */

/* Чуть усилим плёнку градиента, чтобы фон под текстом был спокойнее */
.hero{
  background-image:
    linear-gradient(135deg,rgba(45,90,61,.86),rgba(92,61,46,.84)),
    url('images/bg/hero.webp');
}

/* Заголовок: тёплый кремовый + мягкая тень для контраста */
.hero-title{
  color: var(--cream);
  text-shadow:
    0 2px 14px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.45);
  letter-spacing: .3px;
}

/* Слоган: рукописный Caveat, тёплый бежевый, мягкая тень */
.hero-slogan{
  color: var(--beige);
  text-shadow:
    0 2px 10px rgba(0,0,0,.5),
    0 1px 2px rgba(0,0,0,.4);
  opacity: 1;
}

/* Подпись: чуть приглушённый бежевый, без блеклой прозрачности */
.hero-sub{
  color: var(--beige);
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
  opacity: 1;
}

/* Карточка-лид «Установи как приложение» — чуть плотнее, акцент терракотой */
.hero-lead{
  background: rgba(45,40,35,.42);
  border: 1px solid rgba(245,239,220,.28);
  backdrop-filter: blur(8px);
}
.hero-lead .lead-text{
  color: var(--cream);
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}
.hero-lead .lead-text b{
  color: var(--terracotta-light);
  font-weight: 800;
}

/* ===== AUTH MODAL ===== */
.auth-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.auth-modal.open{display:flex}
.auth-modal__backdrop{position:absolute;inset:0;background:rgba(45,40,35,.6);backdrop-filter:blur(4px)}
.auth-modal__card{position:relative;background:var(--cream);border-radius:20px;max-width:420px;width:100%;padding:28px 24px;box-shadow:0 20px 60px rgba(0,0,0,.35);text-align:center;animation:authIn .25s ease-out}
@keyframes authIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.auth-modal__icon{font-size:42px;line-height:1;margin-bottom:8px}
.auth-modal__title{font-family:var(--fd);font-size:22px;font-weight:700;color:var(--coffee);margin:6px 0 10px}
.auth-modal__text{font-size:15px;color:var(--text);line-height:1.55;margin-bottom:18px}
.auth-modal__text b{color:var(--terracotta)}
.auth-modal__spinner{width:36px;height:36px;border:3px solid var(--beige-dark);border-top-color:var(--terracotta);border-radius:50%;margin:0 auto 18px;animation:authSpin .9s linear infinite}
@keyframes authSpin{to{transform:rotate(360deg)}}
.auth-modal__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}
.auth-modal__actions .btn-primary{display:inline-block;text-align:center;text-decoration:none}
.btn-ghost{background:transparent;border:1px solid var(--beige-dark);color:var(--text-muted);padding:12px 20px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:var(--tr)}
.btn-ghost:hover{background:var(--beige-dark);color:var(--text)}
.auth-modal__hint{font-size:13px;color:var(--text-muted);min-height:18px}

/* ===== AUTH: индикатор «вошёл» на бургере ===== */
.burger-btn,.cup-burger{position:relative}
.auth-dot{position:absolute;top:6px;right:6px;width:10px;height:10px;background:#4CAF50;border:2px solid var(--green-deep);border-radius:50%;box-shadow:0 0 0 2px rgba(76,175,80,.25)}

/* ===== AUTH: пункт «Выйти» в бургере ===== */
.mm-logout{color:var(--terracotta) !important;font-size:13px !important;opacity:.85}
.mm-logout:hover{opacity:1}

/* === LOYALTY: QR button & modal === */
.loyalty-qr-btn{
  margin-top:14px;
  padding:12px 22px;
  font-size:14px;
  font-weight:700;
  background:linear-gradient(135deg,#2a643c,#3a8554);
  color:#fff;
  border:none;
  border-radius:14px;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(42,100,60,.35);
  transition:transform .15s, box-shadow .15s;
}
.loyalty-qr-btn:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(42,100,60,.45); }
.loyalty-qr-btn:active{ transform:translateY(0); }

.qr-modal-overlay{
  position:fixed; inset:0;
  background:rgba(20,15,10,.55);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  display:none; align-items:center; justify-content:center;
  z-index:9999; padding:16px;
}
.qr-modal-overlay.show{ display:flex; }
.qr-modal-box{
  background:#fff;
  border-radius:24px;
  padding:24px 20px 20px;
  max-width:340px; width:100%;
  text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.3);
  animation:qr-pop .25s ease-out;
}
@keyframes qr-pop{
  from{transform:scale(.85);opacity:0}
  to{transform:scale(1);opacity:1}
}
.qr-modal-title{
  font-size:18px;font-weight:700;color:#2a643c;
  margin-bottom:6px;
}
.qr-modal-desc{
  font-size:13px;color:#666;margin-bottom:18px;
}
.qr-canvas-wrap{
  background:#fff;
  border:3px solid #2a643c;
  border-radius:16px;
  padding:14px;
  display:inline-block;
  margin-bottom:14px;
}
.qr-canvas-wrap canvas, .qr-canvas-wrap img{
  display:block; max-width:100%; height:auto;
}
.qr-modal-timer{
  font-size:13px; color:#888;
  margin-bottom:14px; font-variant-numeric:tabular-nums;
}
.qr-modal-timer.expired{ color:#c44; font-weight:700; }
.qr-modal-close{
  width:100%;
  padding:12px;
  background:#f5f0eb;
  color:#5a4a3a;
  border:none;
  border-radius:12px;
  font-size:14px;font-weight:600;
  cursor:pointer;
}
.qr-modal-close:hover{ background:#ebe2d8; }
.qr-modal-error{
  color:#c44;font-size:14px;font-weight:600;
  padding:20px 0;
}


/* Описание Happy Hours — мягкий вспомогательный текст */
.hh-desc{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hh-desc p{ margin: 0 0 8px; }
.hh-desc p:last-child{ margin: 0; }

/* === FIX: уменьшаем верхний отступ hero === */
.hero{
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 70vh;
}

/* === FIX: контрастный текст для .hh-desc на светлой стеклянной плашке === */
.hh-desc{
  border-top: 1px solid rgba(60,40,30,.15);
  color: #3d2b1f;            /* тёплый тёмно-коричневый */
}
.hh-desc p{
  color: #3d2b1f;
  opacity: .85;
}

/* === FIX-2: фото-фон в плашке Happy Hours + крупнее описание === */
.hh-glass{
  background:
    linear-gradient(135deg, rgba(255,250,245,.72), rgba(245,225,205,.78)),
    url('images/bg/happy-hours.jpg') center/cover no-repeat !important;
  border:1.5px solid rgba(255,255,255,.85) !important;
  box-shadow:
    0 10px 36px rgba(60,40,30,.18),
    inset 0 1px 0 rgba(255,255,255,.7) !important;
}
.hh-desc{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(60,40,30,.18);
  font-size:15px;
  line-height:1.55;
  color:#3d2b1f;
}
.hh-desc p{ margin:0 0 6px; color:#3d2b1f; opacity:.9; }
.hh-desc p:last-child{ margin-bottom:0; }

/* ===== Сворачивающийся блок предзаказа ===== */
.po-note{
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 12px 16px;
  background: #fff8e6;
  border-left: 4px solid #e0a93b;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #5a4626;
  line-height: 1.5;
  text-align: center;
}
.po-note-star{ color:#c0832a; font-weight:700; margin-right:4px; }
.po-note a{ color:#8a5a1a; font-weight:600; text-decoration: none; white-space: nowrap; }
.po-note a:hover{ text-decoration: underline; }

.po-fold{ margin-top: 8px; }
.po-fold > summary{ list-style: none; cursor: pointer; }
.po-fold > summary::-webkit-details-marker{ display:none; }
.po-fold-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 22px;
  padding: 14px 28px;
  background: linear-gradient(135deg,#e0a93b 0%,#c0832a 100%);
  color:#fff;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(192,131,42,.35);
  transition: transform .15s ease, box-shadow .15s ease;
  width: fit-content;
}
.po-fold > summary.po-fold-btn{ display:flex; }
.po-fold-btn:hover{ transform: translateY(-1px); box-shadow: 0 6px 18px rgba(192,131,42,.45); }
.po-fold-label-close{ display:none; }
.po-fold[open] .po-fold-label-open{ display:none; }
.po-fold[open] .po-fold-label-close{ display:inline; }
.po-fold[open] .po-fold-btn{
  background: linear-gradient(135deg,#8a8a8a 0%,#666 100%);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

/* === FIX: убираем плавающую кнопку "Мои заказы" (теперь в бургер-меню) === */
.history-toggle{ display:none !important; }

/* === FIX: компактный hero на мобильных === */
@media (max-width: 768px){
  .hero{
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 28px;
  }
}

/* === FIX: крестик закрытия для .history-panel === */
.history-panel{ position: relative; }
.history-panel .hp-close{
  position: absolute;
  top: 8px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,.08);
  color: #3d2b1f;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
}
.history-panel .hp-close:hover{ background: rgba(0,0,0,.18); }

/* === Фон секции бонусной программы === */
.loyalty-section{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(78,52,46,.92) 0%, rgba(60,40,35,.88) 100%);
}
.loyalty-section::before{
  content:"";
  position:absolute; inset:0;
  background-image: url('images/IMG_0055.jpg');
  background-size: 320px auto;
  background-position: center;
  background-repeat: repeat;
  opacity: .12;
  filter: blur(1px) saturate(.7);
  pointer-events:none;
  z-index:0;
}
.loyalty-section .container{ position:relative; z-index:1; }
.loyalty-section .section-title,
.loyalty-section .section-desc,
.loyalty-section .loyalty-intro{
  color:#fff8f0;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.loyalty-section .loyalty-card{
  background: rgba(255,250,245,.96);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

/* === Сворачивание меню === */
.menu-toggle-btn{
  display:block;
  margin: 18px auto 24px;
  min-width: 240px;
  padding: 12px 28px;
  font-size: 1rem;
  letter-spacing:.3px;
}
.menu-toggle-btn::after{
  content:" ▾";
  display:inline-block;
  transition: transform .25s ease;
}
.menu-toggle-btn[aria-expanded="true"]::after{ transform: rotate(180deg); }
.menu-collapse[hidden]{ display:none !important; }
.menu-collapse{ animation: menuFade .3s ease; }
@keyframes menuFade{
  from{ opacity:0; transform: translateY(-6px); }
  to  { opacity:1; transform: translateY(0); }
}

/* === Блок «Наше меню»: фото-фон на .menu-intro === */
.menu-section{ background: transparent !important; padding: 24px 0 !important; }

.menu-intro{
  position: relative !important;
  background-color: #2a1d12 !important;
  background-image: url('img/IMG_0056.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25) !important;
  overflow: hidden !important;
  padding: 48px 18px !important;
  margin: 18px 12px !important;
  border: 0 !important;
  min-height: 220px;
}
.menu-intro::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.50));
  z-index: 0;
  pointer-events: none;
}
.menu-intro__overlay{ display:none !important; }
.menu-intro__content{
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: center !important;
}
.menu-intro .section-desc,
.menu-intro p{
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.7) !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin: 0 auto 18px !important;
  max-width: 640px;
}

/* Заголовок «Наше меню» — рукописный, как слоган в шапке */
.menu-section > .container > .section-title{
  font-family: var(--fc, "Caveat", cursive) !important;
  font-weight: 600 !important;
  font-size: clamp(44px, 10vw, 72px) !important;
  color: var(--coffee) !important;
  text-shadow: none !important;
  text-align: center !important;
  margin: 8px 0 14px !important;
}

/* === Блок «Магазин: кофе и мерч с собой» === */
.merch-section{ background: transparent !important; padding: 24px 0 !important; }

.merch-section > .container > .section-title{
  font-family: var(--fc, "Caveat", cursive) !important;
  font-weight: 600 !important;
  font-size: clamp(44px, 10vw, 72px) !important;
  color: var(--coffee) !important;
  text-align: center !important;
  margin: 8px 0 14px !important;
  line-height: 1.05 !important;
}

.merch-intro{
  position: relative;
  background-color: #2a1d12;
  background-image: url('img/IMG_0056.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  overflow: hidden;
  padding: 44px 22px;
  margin: 18px 12px 22px;
}
.merch-intro::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.40), rgba(0,0,0,.55));
  z-index: 0; pointer-events:none;
}
.merch-intro__content{
  position: relative; z-index: 1;
  max-width: 680px; margin: 0 auto;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.merch-lead{
  font-size: 19px; line-height: 1.45;
  text-align: center; margin: 0 0 18px;
}
.merch-sub{
  font-size: 17px; font-weight: 600;
  margin: 0 0 12px;
}
.merch-list{
  list-style: none; padding: 0; margin: 0 0 18px;
  display: grid; gap: 12px;
}
.merch-list li{
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 16px; line-height: 1.45;
}
.merch-ico{
  flex: 0 0 auto; font-size: 22px; line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
}
.merch-outro{
  text-align: center;
  font-size: 16px; line-height: 1.5;
  margin: 14px 0 0; opacity: .95;
}

/* === Доп. стили для блока «Вайб и локация» === */
.vibe-subtitle{
  font-family: var(--fc, "Caveat", cursive);
  font-weight: 600;
  font-size: clamp(36px, 8vw, 56px);
  color: var(--coffee);
  text-align: center;
  margin: 28px 0 12px;
  line-height: 1.05;
}
.vibe-socials{
  list-style: none;
  padding: 0;
  margin: 8px 0 16px;
  display: grid;
  gap: 8px;
}
.vibe-socials li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}
.vibe-socials .v-ico{ font-size: 20px; }
.vibe-socials a{
  color: var(--coffee);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}
.vibe-socials a:hover{ opacity:.8; }

/* === Единый рукописный стиль для всех заголовков секций === */
.section-title{
  font-family: var(--fc, "Caveat", cursive) !important;
  font-weight: 600 !important;
  font-size: clamp(44px, 10vw, 72px) !important;
  color: var(--coffee) !important;
  text-align: center !important;
  margin: 8px 0 14px !important;
  line-height: 1.05 !important;
}
/* В лояльности фон тёмный — оставим белый цвет с тенью */
.loyalty-section .section-title{
  color:#fff8f0 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.35) !important;
}


/* === Кофейный паттерн на фоне body (закроет все «пустоты»: по бокам и между секциями) === */
body{
  background-color: #2d1d12;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><g opacity='0.55'><ellipse cx='40' cy='40' rx='10' ry='14' transform='rotate(25 40 40)' fill='%234a2f1f' stroke='%236b4423' stroke-width='1'/><path d='M40 27 Q37 40 40 53' stroke='%236b4423' stroke-width='1' fill='none'/><ellipse cx='130' cy='95' rx='10' ry='14' transform='rotate(-35 130 95)' fill='%234a2f1f' stroke='%236b4423' stroke-width='1'/><path d='M130 82 Q127 95 130 108' stroke='%236b4423' stroke-width='1' fill='none'/><ellipse cx='70' cy='150' rx='10' ry='14' transform='rotate(70 70 150)' fill='%234a2f1f' stroke='%236b4423' stroke-width='1'/><path d='M70 137 Q67 150 70 163' stroke='%236b4423' stroke-width='1' fill='none'/></g><g fill='none' stroke='%236b4423' stroke-width='2' opacity='0.32'><circle cx='150' cy='35' r='18'/><circle cx='150' cy='35' r='15' opacity='0.5'/></g><g fill='none' stroke='%235c3d2e' stroke-width='1.5' opacity='0.28'><circle cx='25' cy='115' r='13'/></g><g fill='%236b4423' opacity='0.4'><circle cx='95' cy='20' r='1.2'/><circle cx='160' cy='155' r='1'/><circle cx='15' cy='75' r='0.9'/><circle cx='90' cy='100' r='1.1'/></g></svg>");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 180px 180px;
}

/* Заголовки "Наше меню" и "Магазин..." — цвет молочной пенки капучино */
.menu-section .section-title,
.merch-section .section-title{
  color: #f5e6d3;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* Заголовки "Наше меню" и "Магазин..." — молочная пенка капучино */
#menu-section .section-title,
#merch-section .section-title{
  color: #f5e6d3 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35) !important;
}

/* ============ COFFEE WALK SECTION ============ */
.coffee-walk{
  padding:80px 20px;
  background:linear-gradient(180deg,#f8f5f0 0%,#ede4d3 100%);
  position:relative;overflow:hidden;
}
.coffee-walk::before{
  content:"";position:absolute;top:-50px;left:-50px;
  width:200px;height:200px;
  background:radial-gradient(circle,rgba(139,90,43,.08) 0%,transparent 70%);
  pointer-events:none;
}
.walk-container{max-width:1200px;margin:0 auto;}
.walk-header{text-align:center;margin-bottom:50px;}
.walk-eyebrow{
  display:inline-block;font-size:14px;letter-spacing:2px;text-transform:uppercase;
  color:#8b5a2b;font-weight:600;margin-bottom:15px;
}
.walk-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(28px,5vw,44px);font-weight:700;
  color:#3d2817;margin:0 0 20px;line-height:1.2;
}
.walk-subtitle{
  font-size:clamp(15px,2vw,18px);color:#6b4423;
  line-height:1.6;max-width:700px;margin:0 auto 25px;
}
.walk-meta{
  display:inline-flex;gap:12px;flex-wrap:wrap;justify-content:center;
  padding:12px 24px;background:rgba(255,255,255,.7);border-radius:50px;
  font-size:15px;color:#5a3a1f;font-weight:500;
}
.walk-map{
  position:relative;margin-bottom:50px;border-radius:20px;overflow:hidden;
  box-shadow:0 20px 60px rgba(61,40,23,.15);cursor:zoom-in;
  transition:transform .3s ease;
}
.walk-map:hover{transform:translateY(-4px);}
.walk-map img{width:100%;height:auto;display:block;}
.walk-map-hint{
  position:absolute;bottom:15px;right:15px;
  background:rgba(61,40,23,.85);color:#fff;
  padding:8px 16px;border-radius:30px;font-size:13px;
  backdrop-filter:blur(8px);pointer-events:none;
}
.walk-stops{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;margin-bottom:50px;
}
.walk-stop{
  background:#fff;border-radius:16px;padding:30px 22px;text-align:center;
  position:relative;box-shadow:0 4px 20px rgba(61,40,23,.06);
  transition:transform .3s ease,box-shadow .3s ease;
}
.walk-stop:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(61,40,23,.12);}
.walk-stop--final{background:linear-gradient(135deg,#8b5a2b 0%,#6b4423 100%);color:#fff;}
.stop-num{
  position:absolute;top:-15px;left:50%;transform:translateX(-50%);
  width:36px;height:36px;border-radius:50%;background:#8b5a2b;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:16px;
}
.walk-stop--final .stop-num{background:#f8f5f0;color:#8b5a2b;}
.stop-icon{font-size:42px;margin:10px 0 12px;line-height:1;}
.walk-stop h3{font-size:18px;margin:0 0 10px;color:#3d2817;}
.walk-stop--final h3{color:#fff;}
.walk-stop p{font-size:14px;line-height:1.55;color:#6b4423;margin:0;}
.walk-stop--final p{color:rgba(255,255,255,.9);}
.walk-tip{
  display:flex;gap:20px;align-items:flex-start;
  background:#fff;border-left:4px solid #d4a574;
  padding:25px 28px;border-radius:12px;margin-bottom:40px;
  box-shadow:0 4px 15px rgba(61,40,23,.05);
}
.tip-icon{font-size:32px;flex-shrink:0;line-height:1;}
.walk-tip h4{margin:0 0 8px;color:#8b5a2b;font-size:17px;}
.walk-tip p{margin:0;color:#5a3a1f;line-height:1.6;font-size:15px;}

/* ============================================
   SHARE BUTTONS — единственный блок, v3 clean
   ============================================ */
.walk-share {
  text-align: center;
  padding: 20px 16px;
  margin-top: 20px;
}
.walk-share p {
  font-size: 17px;
  color: #5a3a1f;
  margin: 0 0 16px;
  font-weight: 500;
}
.share-buttons {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.share-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 44px;
  padding: 0 18px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: transform .15s, opacity .15s;
  box-sizing: border-box;
  line-height: 1;
}
.share-btn:hover,
.share-btn:active {
  transform: translateY(-2px);
  opacity: .92;
}
.share-tg   { background: #229ED9 !important; }
.share-vk   { background: #0077FF !important; }
.share-wa   { background: #25D366 !important; }
.share-copy { background: #5a3a1f !important; }

@media (max-width: 400px) {
  .share-btn { min-width: calc(50% - 5px); }
}

/* === Walk route lightbox === */
.walk-map{cursor:zoom-in;position:relative}
.walk-map img{display:block;width:100%;height:auto;border-radius:12px}

.walk-lightbox{
  position:fixed; inset:0;
  background:rgba(0,0,0,.92);
  z-index:10000;
  display:none;
  align-items:center; justify-content:center;
  padding:20px;
  overscroll-behavior:contain;
}
.walk-lightbox.active{display:flex}

.walk-lightbox .lightbox-inner{
  max-width:100%; max-height:100%;
  overflow:auto;
  display:flex; align-items:center; justify-content:center;
  -webkit-overflow-scrolling:touch;
}
.walk-lightbox #lightboxImg{
  max-width:100%; max-height:90vh;
  width:auto; height:auto;
  object-fit:contain;
  transition:transform .25s ease;
  cursor:zoom-in;
  user-select:none;
  -webkit-user-drag:none;
}
.walk-lightbox #lightboxImg.zoomed{
  transform:scale(2);
  cursor:zoom-out;
  max-width:none; max-height:none;
}

.walk-lightbox .lightbox-close{
  position:fixed;
  top:max(16px, env(safe-area-inset-top));
  right:16px;
  width:44px; height:44px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.15);
  color:#fff;
  font-size:22px; line-height:1;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  z-index:10001;
  backdrop-filter:blur(6px);
}
.walk-lightbox .lightbox-close:hover{background:rgba(255,255,255,.25)}

.walk-lightbox .lightbox-hint{
  position:fixed;
  bottom:max(16px, env(safe-area-inset-bottom));
  left:50%; transform:translateX(-50%);
  color:rgba(255,255,255,.75);
  font-size:13px;
  background:rgba(0,0,0,.4);
  padding:8px 14px; border-radius:20px;
  pointer-events:none;
  white-space:nowrap;
  z-index:10001;
}
