:root{--bg:#fffaf0;--surface:#fff;--text:#1a140d;--muted:#695c4b;--gold:#d9a728;--red:#d71910;--dark:#080604;--line:rgba(0,0,0,.1);--shadow:0 22px 60px rgba(0,0,0,.14)}body.dark{--bg:#050505;--surface:#111;--text:#fff6d9;--muted:#d0b979;--line:rgba(255,255,255,.12);--shadow:0 28px 80px rgba(217,167,40,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:18px;padding:12px 5vw;background:rgba(5,5,5,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,167,40,.35)}.brand{display:flex;align-items:center;gap:10px;color:#ffd95a;text-decoration:none;font-weight:900;font-size:22px}.brand img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:14px}.nav{margin-left:auto;display:flex;gap:22px}.nav a{color:#fff4c4;text-decoration:none;font-weight:700}.tools{display:flex;gap:8px}.tools button,.menu-toggle{background:#1c1608;border:1px solid #d9a728;color:#ffd95a;padding:10px 13px;border-radius:999px;cursor:pointer;font-weight:800}.menu-toggle{display:none}.hero{min-height:88vh;position:relative;display:grid;place-items:center;text-align:center;overflow:hidden;background:#050505}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.4)),url('images/brand-card.jpeg') center/cover;filter:saturate(1.08)}.hero-content{position:relative;max-width:900px;padding:40px}.badge{display:inline-flex;padding:10px 18px;border:1px solid #d9a728;border-radius:999px;color:#ffd95a;background:rgba(0,0,0,.45);font-weight:800}.hero h1{font-size:clamp(44px,8vw,96px);line-height:.95;margin:26px 0 12px;color:#ffd95a;text-shadow:0 8px 34px rgba(217,167,40,.25)}.hero p{font-size:clamp(20px,3vw,34px);color:#fff;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;border:0;cursor:pointer;font-weight:900}.primary{background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00}.ghost{border:1px solid #ffd95a;color:#ffd95a;background:rgba(0,0,0,.3)}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:-45px 5vw 40px;position:relative;z-index:5}.features div{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:24px;padding:24px}.features strong{display:block;font-size:26px;color:var(--gold)}.features span{color:var(--muted)}.section{padding:70px 5vw}.section-head{text-align:center;margin-bottom:28px}.section-head span{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.13em}.section-head h2{font-size:clamp(30px,4vw,54px);margin:10px 0}.category-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.tab{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:11px 18px;cursor:pointer;font-weight:800}.tab.active{background:var(--red);color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.food-card{display:flex;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:var(--shadow)}.food-image{min-width:82px;height:82px;border-radius:22px;background:linear-gradient(135deg,#d71910,#ffc949);display:grid;place-items:center;font-size:32px}.food-info h3{margin:0 0 8px;font-size:22px}.food-info p{color:var(--muted);min-height:44px}.food-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.food-bottom strong{font-size:22px;color:var(--red)}.add{background:#111;color:#ffd95a;border:1px solid #d9a728;border-radius:999px;padding:9px 16px;font-weight:900;cursor:pointer}.gallery{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:16px}.gallery img,.gallery-tile{height:260px;width:100%;object-fit:cover;border-radius:26px;box-shadow:var(--shadow);background:#111;color:#ffd95a;display:grid;place-items:center;font-size:28px;font-weight:900}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:24px}.contact-card,iframe{min-height:380px;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.contact-card{background:var(--surface);padding:36px}.contact-card span{color:var(--red);font-weight:900}.contact-card h2{font-size:38px}iframe{width:100%}.cart-panel{position:fixed;inset:0;background:rgba(0,0,0,.65);display:none;z-index:100;align-items:center;justify-content:center;padding:20px}.cart-panel.open{display:flex}.cart-box{width:min(560px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:28px;padding:24px;position:relative}.close{position:absolute;right:16px;top:12px;background:transparent;border:0;color:var(--text);font-size:34px;cursor:pointer}.cart-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.cart-row button{border:0;border-radius:8px;padding:4px 8px;cursor:pointer}.total{text-align:right;font-size:24px;font-weight:900;margin:18px 0}input,select,textarea{width:100%;margin:7px 0;padding:14px;border-radius:14px;border:1px solid var(--line);background:var(--bg);color:var(--text)}textarea{min-height:90px}.float-wa{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;text-decoration:none;padding:15px 19px;border-radius:999px;font-weight:900;box-shadow:var(--shadow);z-index:40}footer{text-align:center;padding:28px;background:#050505;color:#ffd95a}@media(max-width:900px){.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#050505;padding:18px;flex-direction:column}.nav.open{display:flex}.menu-grid,.features,.contact-grid,.gallery{grid-template-columns:1fr}.gallery img,.gallery-tile{height:220px}.brand span{font-size:18px}.site-header{padding:10px 14px}.hero{min-height:78vh}.food-card{flex-direction:column}}

/* Multi-channel ordering upgrade */
.secondary{background:linear-gradient(135deg,#fff,#f2d98a);color:#140d00;border:1px solid #d9a728}.outline{background:transparent;color:var(--text);border:1px solid var(--line)}.ghost.light{background:rgba(255,255,255,.08);color:var(--text);border:1px solid var(--line)}.contact-card a{color:inherit}.contact-actions,.order-methods{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.order-methods .btn{flex:1;min-width:150px}.order-help{color:var(--muted);margin-top:-8px}.floating-order{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:45;display:flex;gap:8px;background:rgba(5,5,5,.88);backdrop-filter:blur(12px);border:1px solid rgba(217,167,40,.45);border-radius:999px;padding:8px;box-shadow:var(--shadow)}.floating-order a{color:#ffd95a;text-decoration:none;font-weight:900;padding:10px 14px;border-radius:999px;white-space:nowrap}.floating-order a:first-child{background:#d71910;color:#fff}.floating-order a:nth-child(2){background:#25d366;color:#fff}.floating-order a:hover{background:#fff2b8;color:#140d00}@media(max-width:900px){body{padding-bottom:74px}.floating-order{left:10px;right:10px;bottom:10px;transform:none;justify-content:space-between;border-radius:18px}.floating-order a{flex:1;text-align:center;padding:12px 8px}.order-methods{flex-direction:column}.contact-actions .btn{width:100%}}

/* Simple submit + human verification + EU cookie notice */
.full{width:100%;margin-top:10px}.small-note{font-size:13px;color:var(--muted);margin:8px 0 0;text-align:center}.human-check{display:block;font-weight:800;margin-top:8px;color:var(--text)}.human-check input{margin-top:6px}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.order-confirm{position:fixed;inset:0;background:rgba(0,0,0,.66);display:none;z-index:120;align-items:center;justify-content:center;padding:20px}.order-confirm.open{display:flex}.confirm-box{width:min(520px,100%);background:var(--surface);border-radius:28px;padding:28px;position:relative;box-shadow:var(--shadow);border:1px solid var(--line);text-align:center}.confirm-box p{color:var(--muted)}.confirm-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}.cookie-consent{position:fixed;left:20px;right:20px;bottom:92px;z-index:90;background:rgba(5,5,5,.94);color:#fff4c4;border:1px solid rgba(217,167,40,.5);box-shadow:var(--shadow);border-radius:22px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:920px;margin:auto}.cookie-consent p{margin:4px 0 0;color:#f5e4aa;font-size:14px}.cookie-consent .btn{white-space:nowrap}@media(max-width:900px){.cookie-consent{bottom:88px;left:10px;right:10px;align-items:flex-start;flex-direction:column}.cookie-consent .btn{width:100%}.confirm-actions .btn{width:100%}}

.order-submit-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px}
.btn.whatsapp{background:#25D366;color:#fff;border-color:#25D366;box-shadow:0 10px 22px rgba(37,211,102,.22)}
.btn.whatsapp:hover{filter:brightness(.96)}
@media (min-width:640px){.order-submit-actions{grid-template-columns:1fr 1fr}}


/* Cart UX upgrade: adding an item no longer opens the cart automatically. */
.add.added{transform:scale(.96);background:#d9a728;color:#111}
.cart-toast{position:fixed;left:50%;bottom:92px;transform:translate(-50%,20px);opacity:0;pointer-events:none;z-index:130;background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:14px;min-width:min(420px,92vw);transition:opacity .2s ease,transform .2s ease}.cart-toast.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}.cart-toast strong{display:block}.cart-toast span{display:block;color:var(--muted);font-size:14px;margin-top:2px}.cart-toast button{margin-left:auto;border:0;border-radius:999px;background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00;padding:10px 14px;font-weight:900;cursor:pointer}
@media(max-width:700px){.cart-toast{bottom:78px}.floating-order{padding-bottom:env(safe-area-inset-bottom)}}

.mini-cart-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%,120px);z-index:90;display:flex;align-items:center;gap:14px;background:#111;color:#fff8d6;border:1px solid #d9a728;box-shadow:var(--shadow);border-radius:999px;padding:10px 12px 10px 18px;opacity:0;transition:opacity .25s ease,transform .25s ease;max-width:92vw}.mini-cart-bar.show{opacity:1;transform:translate(-50%,0)}.mini-cart-bar button{border:0;border-radius:999px;background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00;padding:10px 14px;font-weight:900;cursor:pointer;white-space:nowrap}.add.added{background:#19a35b!important;color:#fff!important;border-color:#19a35b!important}.cart-toast small{display:block;color:var(--gold);font-weight:800;margin-top:3px}.floating-order{bottom:82px}@media(max-width:700px){.mini-cart-bar{left:10px;right:10px;bottom:62px;transform:translateY(140px);max-width:none;justify-content:space-between;border-radius:18px}.mini-cart-bar.show{transform:translateY(0)}.cart-toast{bottom:134px}.floating-order{display:none}}

/* Quick contact buttons are now shown inside Contact section only, not floating over menu */
.contact-actions{justify-content:center}.contact-card{text-align:center}


/* Right side quick contact tab */
.side-contact{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:80;display:flex;flex-direction:column;align-items:flex-end;font-family:inherit}
.side-contact-label{writing-mode:vertical-rl;transform:rotate(180deg);background:linear-gradient(135deg,#1b1307,#050505);color:#ffd95a;border:1px solid rgba(217,167,40,.65);border-right:0;border-radius:16px 0 0 16px;padding:16px 10px;font-weight:900;letter-spacing:.03em;box-shadow:var(--shadow);cursor:default}
.side-contact-link{position:relative;right:-112px;width:160px;display:flex;align-items:center;gap:10px;padding:13px 14px;color:#fff;text-decoration:none;font-weight:900;transition:right .22s ease,transform .22s ease;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.side-contact-link span{width:26px;text-align:center}.side-contact-link b{font-size:15px}.side-contact-link.call{background:#d71910}.side-contact-link.whatsapp{background:#25d366}.side-contact-link.map{background:#d9a728;color:#160f00;border-radius:0 0 0 16px}.side-contact:hover .side-contact-link,.side-contact:focus-within .side-contact-link,.side-contact-link:hover,.side-contact-link:focus{right:0;transform:translateX(0)}
@media(max-width:700px){.side-contact{right:0;top:auto;bottom:150px;transform:none}.side-contact-label{padding:12px 8px;font-size:13px}.side-contact-link{right:-118px;width:154px;padding:11px 12px}.side-contact:hover .side-contact-link,.side-contact:focus-within .side-contact-link{right:0}}


/* Hallo Mödling logo + clickable gallery update */
.brand img, .logo img, header img[src*="logo"]{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:18px;
  background:#fff;
  padding:4px;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.hero-logo{
  display:flex;
  justify-content:center;
  margin:0 auto 18px;
}
.hero-logo img{
  width:min(220px,42vw);
  height:auto;
  border-radius:50%;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
  background:#fff;
}
.gallery-section{
  padding-top:70px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  max-width:1500px;
  margin:30px auto 0;
  padding:0 22px;
}
.gallery-card{
  display:block;
  height:260px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.16);
  background:#111;
  transition:transform .22s ease, box-shadow .22s ease;
}
.gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(0,0,0,.24);
}
.gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@media(max-width:1000px){
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:600px){
  .brand img, .logo img, header img[src*="logo"]{
    width:58px;
    height:58px;
    border-radius:15px;
  }
  .hero-logo img{width:150px;}
  .gallery-grid{grid-template-columns:1fr;gap:16px;padding:0 16px;}
  .gallery-card{height:230px;}
}





/* Fixed clickable gallery lightbox */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  max-width:1500px;
  margin:30px auto 0;
  padding:0 22px;
}
.gallery-card{
  display:block;
  height:260px;
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  background:#111;
  box-shadow:0 18px 45px rgba(0,0,0,.16);
  transition:transform .22s ease, box-shadow .22s ease;
}
.gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(0,0,0,.25);
}
.gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hm-lightbox{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.93);
  padding:24px;
}
.hm-lightbox.open{display:flex;}
.hm-lightbox img{
  max-width:min(94vw,1250px);
  max-height:88vh;
  object-fit:contain;
  border-radius:16px;
  box-shadow:0 26px 90px rgba(0,0,0,.65);
}
.hm-lightbox-close,
.hm-lightbox-prev,
.hm-lightbox-next{
  position:absolute;
  border:1px solid rgba(255,215,80,.45);
  cursor:pointer;
  color:#fff;
  background:rgba(15,15,15,.78);
  width:56px;
  height:56px;
  border-radius:50%;
  font-size:34px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2147483001;
}
.hm-lightbox-close{top:20px;right:22px;font-size:42px;}
.hm-lightbox-prev{left:24px;top:50%;transform:translateY(-50%);}
.hm-lightbox-next{right:24px;top:50%;transform:translateY(-50%);}
.hm-lightbox-close:hover,
.hm-lightbox-prev:hover,
.hm-lightbox-next:hover{background:#d5a000;color:#111;}
.hm-backtop{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:9999;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid #d5a000;
  background:#111;
  color:#ffd84d;
  font-size:26px;
  font-weight:900;
  cursor:pointer;
  display:none;
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}
.hm-backtop.show{display:block;}
.hm-backtop:hover{background:#d5a000;color:#111;}
@media(max-width:1000px){
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:600px){
  .gallery-grid{grid-template-columns:1fr;gap:16px;padding:0 16px;}
  .gallery-card{height:230px;}
  .hm-lightbox{padding:12px;}
  .hm-lightbox img{max-width:96vw;max-height:82vh;border-radius:12px;}
  .hm-lightbox-close,
  .hm-lightbox-prev,
  .hm-lightbox-next{width:44px;height:44px;font-size:26px;}
  .hm-lightbox-close{top:10px;right:10px;font-size:34px;}
  .hm-lightbox-prev{left:8px;}
  .hm-lightbox-next{right:8px;}
  .hm-backtop{right:16px;bottom:18px;width:46px;height:46px;}
}

/* Restaurant timing / pre-order status */
.timing-public{padding-top:20px;padding-bottom:20px}.timing-public-card{max-width:1100px;margin:auto;display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow)}.timing-public-card .timing-dot{width:18px;height:18px;border-radius:50%;background:#d71910;box-shadow:0 0 0 7px rgba(215,25,16,.12);margin-top:8px;flex:0 0 auto}.timing-public-card.open .timing-dot{background:#19a35b;box-shadow:0 0 0 7px rgba(25,163,91,.14)}.timing-public-card.break .timing-dot{background:#d9a728;box-shadow:0 0 0 7px rgba(217,167,40,.16)}.timing-kicker{display:inline-block;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.timing-public-card h2{margin:6px 0 8px;font-size:clamp(20px,3vw,30px)}.timing-public-card p{margin:0;color:var(--muted)}.cart-timing-notice{border:1px solid var(--line);border-radius:16px;padding:12px 14px;margin:12px 0;background:rgba(215,25,16,.08);font-weight:800;line-height:1.4}.cart-timing-notice.open{background:rgba(25,163,91,.10)}.cart-timing-notice.break{background:rgba(217,167,40,.14)}.cart-timing-notice.temporary_closed{background:rgba(215,25,16,.12)}button:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.full{width:100%}@media(max-width:700px){.timing-public{padding:18px 14px}.timing-public-card{border-radius:20px;padding:16px}.timing-public-card h2{font-size:20px}}

/* Admin polish: header, tabs, order lists, pagination */
.admin-wrap{max-width:1100px;margin:auto}.admin-wrap.wide{max-width:1320px}.admin-hero-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,244,204,.9));border:1px solid rgba(217,167,40,.45);box-shadow:var(--shadow);border-radius:28px;padding:24px;margin-bottom:16px}.dark .admin-hero-bar{background:linear-gradient(135deg,rgba(25,18,7,.98),rgba(5,5,5,.96))}.admin-kicker{display:inline-block;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.admin-hero-bar h1{margin:6px 0 4px;font-size:clamp(30px,4vw,48px)}.admin-hero-bar p{margin:0;color:var(--muted)}.admin-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-nav-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 26px}.admin-nav-tabs a{padding:12px 18px;border-radius:999px;background:var(--surface);border:1px solid var(--line);box-shadow:0 8px 22px rgba(0,0,0,.06);color:var(--text);text-decoration:none;font-weight:900}.admin-nav-tabs a.active{background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00;border-color:#d49a0b}.admin-status{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:18px;margin:18px 0 28px}.admin-status strong{display:block;font-size:18px}.admin-status small{display:block;color:var(--muted);margin-top:6px}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0}.admin-stat-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:18px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;gap:8px}.admin-stat-card span{color:var(--muted);font-weight:800}.admin-stat-card b{font-size:38px;color:var(--gold);line-height:1}.admin-section-head,.admin-card-head{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;margin:20px 0 12px}.admin-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:16px;margin-bottom:24px}.admin-card-head h2,.admin-section-head h2{margin:0}.admin-card-head span{color:var(--muted);font-weight:800}.admin-two-col{display:grid;grid-template-columns:1fr 1.25fr;gap:20px}.table-scroll{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:var(--surface)}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:13px 12px;text-align:left;vertical-align:middle}.admin-table th{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:rgba(217,167,40,.07)}.admin-table.compact th,.admin-table.compact td{padding:10px}.orders-table small{display:block;color:var(--muted);margin-top:4px}.small-btn{padding:9px 14px;font-size:14px}.admin-error{color:#b00020;background:#fff0f0;border:1px solid #ffc2c2;border-radius:16px;padding:12px 14px;font-weight:800}.order-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.order-tabs a{background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:11px 16px;text-decoration:none;color:var(--text);font-weight:900}.order-tabs a.active{background:#111;color:#ffd95a;border-color:#d9a728}.order-tabs b{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;margin-left:8px;border-radius:999px;background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00}.admin-search-card{display:grid;grid-template-columns:1fr auto auto;gap:10px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:14px;margin-bottom:18px}.admin-search-card input{margin:0}.status-pill,.timing-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-weight:900;font-size:13px}.status-pill.new{background:rgba(215,25,16,.10);color:#b00020}.status-pill.progress{background:rgba(217,167,40,.18);color:#8a6200}.status-pill.done{background:rgba(25,163,91,.12);color:#0f6333}.status-pill.cancel{background:rgba(0,0,0,.09);color:var(--muted)}.timing-pill.pre{background:rgba(217,167,40,.22);color:#8a6200}.timing-pill.normal{background:rgba(25,163,91,.12);color:#0f6333}.pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:22px 0}.pagination a{min-width:42px;height:42px;display:grid;place-items:center;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;font-weight:900}.pagination a.active{background:linear-gradient(135deg,#ffe077,#d49a0b);color:#140d00;border-color:#d49a0b}@media(max-width:900px){.admin-stat-grid,.admin-two-col{grid-template-columns:1fr}.admin-search-card{grid-template-columns:1fr}.admin-hero-actions .btn{width:100%}.admin-table{font-size:13px}}

/* Public contact / weekly hours page */
.contact-hero{background:#050505;color:#fff;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.45)),url('images/brand-card.jpeg') center/cover;opacity:.9}.contact-hero .section{position:relative;min-height:320px;display:grid;align-content:center}.contact-hero h1{font-size:clamp(42px,7vw,76px);margin:12px 0;color:#ffd95a}.contact-hero p{font-size:20px;max-width:760px}.contact-page-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:24px}.contact-info-box,.hours-box{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:26px}.contact-info-box h2,.hours-box h2{margin-top:0}.contact-line{display:flex;gap:12px;align-items:flex-start;margin:14px 0}.contact-line b{display:block}.weekly-hours{display:grid;gap:10px}.weekly-row{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:11px 0}.weekly-row:last-child{border-bottom:0}.weekly-row strong{color:var(--red)}.weekly-row .closed{color:#b00020;font-weight:900}.weekly-row .open-hours{font-weight:800}.contact-map{margin-top:24px}.contact-map iframe{min-height:420px}.remember-customer{display:flex!important;align-items:center;gap:10px;font-weight:800;margin:8px 0;color:var(--text)}.remember-customer input{width:auto;margin:0}.saved-customer-note{font-size:13px;color:var(--muted);margin:4px 0 8px}@media(max-width:900px){.contact-page-grid{grid-template-columns:1fr}.weekly-row{grid-template-columns:1fr}.contact-hero .section{min-height:260px}}

/* Admin new order bell notification */
.admin-bell{position:relative;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:900;background:#111;color:#ffd95a;border:1px solid rgba(217,167,40,.75);box-shadow:0 10px 26px rgba(0,0,0,.12)}
.admin-bell:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(0,0,0,.18)}
.admin-bell-icon{font-size:21px;line-height:1;display:inline-block;transform-origin:50% 0}
.admin-bell-badge{position:absolute;top:-8px;right:-7px;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#d71910;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:12px;line-height:1;box-shadow:0 7px 18px rgba(215,25,16,.3)}
.admin-bell.has-new{background:linear-gradient(135deg,#231806,#111);border-color:#ffd95a}
.admin-bell.ringing .admin-bell-icon{animation:hmBellRing .55s ease-in-out 4}
.admin-bell.ringing{animation:hmBellPulse 1.1s ease-in-out 2}
@keyframes hmBellRing{0%,100%{transform:rotate(0)}20%{transform:rotate(18deg)}40%{transform:rotate(-16deg)}60%{transform:rotate(12deg)}80%{transform:rotate(-8deg)}}
@keyframes hmBellPulse{0%,100%{box-shadow:0 10px 26px rgba(0,0,0,.12)}50%{box-shadow:0 0 0 8px rgba(215,25,16,.12),0 18px 38px rgba(0,0,0,.24)}}
.admin-order-toast{position:fixed;right:22px;bottom:22px;z-index:99999;width:min(390px,calc(100vw - 32px));background:#111;color:#fff;border:1px solid rgba(255,217,90,.65);border-radius:22px;padding:16px 48px 16px 16px;box-shadow:0 22px 70px rgba(0,0,0,.36);transform:translateY(20px);opacity:0;transition:.25s ease}
.admin-order-toast.show{transform:translateY(0);opacity:1}
.admin-order-toast strong{display:block;color:#ffd95a;font-size:17px;margin-bottom:5px}.admin-order-toast span{display:block;color:#fff;margin-bottom:10px}.admin-order-toast a{display:inline-flex;color:#111;background:#ffd95a;border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:900}.admin-order-toast button{position:absolute;top:9px;right:11px;width:30px;height:30px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:22px;cursor:pointer;line-height:1}.admin-order-toast button:hover{background:#ffd95a;color:#111}
@media(max-width:900px){.admin-bell{width:100%;justify-content:center}.admin-bell-label{display:inline}.admin-order-toast{right:16px;bottom:16px}}

/* Table booking public page + admin booking table */
.booking-hero:before{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.45)),url('images/gallery2.jpeg') center/cover}.booking-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.booking-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:26px}.booking-card h2{margin:6px 0 8px}.booking-card .muted{color:var(--muted)}.booking-form{display:grid;gap:12px;margin-top:16px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.booking-form input,.booking-form select,.booking-form textarea,.booking-status-form select,.booking-status-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:var(--bg);color:var(--text);font:inherit}.booking-form textarea{min-height:110px;resize:vertical}.booking-result{margin:10px 0 0;font-weight:900;border-radius:16px;padding:12px 14px;background:rgba(217,167,40,.12);display:none}.booking-result:not(:empty){display:block}.booking-result.success{background:rgba(25,163,91,.12);color:#0f6333}.booking-result.error{background:rgba(215,25,16,.10);color:#b00020}.booking-help-box{margin-top:18px;border:1px solid var(--line);border-radius:18px;padding:15px;background:rgba(217,167,40,.10)}.booking-help-box p{margin:6px 0 0}.admin-success{color:#0f6333;background:rgba(25,163,91,.12);border:1px solid rgba(25,163,91,.25);border-radius:16px;padding:12px 14px;font-weight:900}.bookings-table small{display:block;color:var(--muted);margin-top:4px}.booking-status-form{display:grid;gap:8px;min-width:180px}.booking-status-form textarea{min-height:56px;padding:9px 10px;border-radius:12px;font-size:13px}.admin-booking-bell{background:linear-gradient(135deg,#1d2b11,#111)}@media(max-width:900px){.booking-page-grid,.form-grid-2,.form-grid-3{grid-template-columns:1fr}.booking-status-form{min-width:0}.booking-card{padding:18px}}

/* Admin menu manager */
.menu-filter-card{display:grid;grid-template-columns:1.4fr .8fr .7fr auto auto auto;gap:10px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:14px;margin-bottom:18px}.menu-filter-card input,.menu-filter-card select{margin:0}.menu-admin-table small{display:block;color:var(--muted);margin-top:4px}.menu-label{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;margin:2px;font-size:12px;font-weight:900}.menu-label.veg{background:rgba(25,163,91,.12);color:#0f6333}.menu-label.spicy{background:rgba(215,25,16,.10);color:#b00020}.muted-small{color:var(--muted);font-weight:800}@media(max-width:1100px){.menu-filter-card{grid-template-columns:1fr 1fr}}@media(max-width:700px){.menu-filter-card{grid-template-columns:1fr}.menu-filter-card .btn{width:100%}}


/* Dedicated /order page with sticky category selector */
.order-page .site-header{z-index:200}
.order-hero{position:relative;min-height:360px;display:grid;place-items:center;text-align:center;overflow:hidden;background:#050505;color:#fff}
.order-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.48)),url('images/brand-card.jpeg') center/cover;filter:saturate(1.08)}
.order-hero-inner{position:relative;max-width:900px;padding:52px 5vw}.order-kicker{display:inline-flex;padding:9px 16px;border:1px solid #d9a728;border-radius:999px;color:#ffd95a;background:rgba(0,0,0,.42);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.order-hero h1{font-size:clamp(42px,7vw,82px);line-height:.95;margin:20px 0 12px;color:#ffd95a}.order-hero p{font-size:clamp(19px,3vw,30px);margin:0 0 24px;color:#fff6d9}.order-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.order-status{padding-top:22px;padding-bottom:10px}.order-menu-section{padding-top:34px}.order-section-head p{margin:8px auto 0;max-width:760px;color:var(--muted);font-weight:700}.order-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;align-items:start;max-width:1500px;margin:0 auto}.order-category-sidebar{position:relative}.order-category-card{position:sticky;top:104px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:26px;padding:18px}.order-category-card>strong{display:block;margin:0 0 12px;color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-size:13px}.order-page .order-category-tabs{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:9px;margin:0}.order-page .order-category-tabs .tab{text-align:left;border-radius:16px;padding:13px 15px;width:100%;white-space:normal;line-height:1.22}.order-page .order-category-tabs .tab.active{background:linear-gradient(135deg,#d71910,#9f100b);color:#fff;border-color:rgba(215,25,16,.35);box-shadow:0 10px 24px rgba(215,25,16,.18)}.order-items-wrap{min-width:0}.order-topbar{position:sticky;top:92px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,250,240,.92);backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:0 12px 34px rgba(0,0,0,.08);border-radius:22px;padding:12px 14px;margin-bottom:16px}.dark .order-topbar{background:rgba(17,17,17,.9)}.order-topbar span{font-weight:900;color:var(--muted)}.order-cart-shortcut{padding:10px 14px}.order-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.order-page .food-card{min-height:156px}.order-page .food-info{display:flex;flex-direction:column;min-width:0;flex:1}.order-page .food-bottom{margin-top:auto}.order-page .food-info p{min-height:0;margin:0 0 15px}.order-page .mini-cart-bar{z-index:180}.order-page .cart-panel{z-index:300}.order-page .cookie-consent{z-index:220}
@media(max-width:1100px){.order-layout{grid-template-columns:230px minmax(0,1fr);gap:18px}.order-menu-grid{grid-template-columns:1fr}.order-category-card{top:96px}}
@media(max-width:760px){.order-hero{min-height:300px}.order-hero-inner{padding:42px 18px}.order-hero-actions .btn{width:100%}.order-menu-section{padding:28px 0 80px}.order-section-head{padding:0 16px}.order-layout{display:block}.order-category-sidebar{position:sticky;top:78px;z-index:70;background:var(--bg);padding:10px 0 8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.order-category-card{position:static;border:0;border-radius:0;box-shadow:none;background:transparent;padding:0}.order-category-card>strong{display:none}.order-page .order-category-tabs{flex-direction:row;overflow-x:auto;gap:8px;padding:0 12px;margin:0;scrollbar-width:none}.order-page .order-category-tabs::-webkit-scrollbar{display:none}.order-page .order-category-tabs .tab{width:auto;flex:0 0 auto;white-space:nowrap;border-radius:999px;padding:11px 15px;text-align:center}.order-items-wrap{padding:14px 14px 0}.order-topbar{top:143px;border-radius:18px;margin-bottom:14px}.order-cart-shortcut{padding:9px 12px}.order-menu-grid{grid-template-columns:1fr;gap:14px}.order-page .food-card{flex-direction:row;border-radius:20px;padding:12px;min-height:0}.order-page .food-image{min-width:62px;width:62px;height:62px;border-radius:17px;font-size:25px}.order-page .food-info h3{font-size:18px}.order-page .food-info p{font-size:14px;margin-bottom:10px}.order-page .food-bottom strong{font-size:18px}.order-page .add{padding:8px 12px}.order-page .side-contact{display:none}.order-page .mini-cart-bar{bottom:12px}.order-page .cart-toast{bottom:86px}.order-page .cookie-consent{bottom:88px}}
@media(max-width:420px){.order-topbar{align-items:flex-start;flex-direction:column}.order-cart-shortcut{width:100%}.order-page .food-card{gap:10px}.order-page .food-bottom{align-items:flex-start;flex-direction:column;gap:8px}.order-page .add{width:100%}}
.order-page .order-category-tabs{flex-wrap:nowrap}

/* Order page UX fix: desktop sticky category menu, mobile dropdown categories, bottom-right mobile cart */
.mobile-category-toggle{display:none}
.order-page .order-category-card{max-height:calc(100vh - 128px);overflow-y:auto;overscroll-behavior:contain}
.order-page .order-category-card::-webkit-scrollbar{width:7px}
.order-page .order-category-card::-webkit-scrollbar-thumb{background:rgba(217,167,40,.55);border-radius:999px}

@media(max-width:760px){
  .order-page .tools #cartBtn{display:none}
  .order-page .order-category-sidebar{position:sticky;top:76px;z-index:180;background:var(--bg);padding:10px 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 10px 24px rgba(0,0,0,.08)}
  .order-page .order-category-card{position:relative;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;background:transparent;padding:0;margin:0}
  .mobile-category-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(217,167,40,.45);background:var(--surface);color:var(--text);box-shadow:0 12px 34px rgba(0,0,0,.10);border-radius:18px;padding:13px 15px;font:inherit;font-weight:900;cursor:pointer}
  .mobile-category-toggle span{font-size:20px;line-height:1}
  .mobile-category-toggle b{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-category-toggle em{font-style:normal;transition:transform .2s ease;color:var(--red);font-weight:900}
  .order-category-sidebar.cat-open .mobile-category-toggle em{transform:rotate(180deg)}
  .order-page .order-category-tabs{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:190;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;margin:0;overflow:visible;max-height:none;background:var(--surface);border:1px solid rgba(217,167,40,.38);box-shadow:0 22px 60px rgba(0,0,0,.18);border-radius:18px}
  .order-page .order-category-sidebar.cat-open .order-category-tabs{display:grid}
  .order-page .order-category-tabs .tab{width:100%;min-height:44px;white-space:normal;border-radius:14px;padding:10px 10px;text-align:center;font-size:14px;line-height:1.15}
  .order-page .order-topbar{top:145px;z-index:60}
  .order-page .mini-cart-bar{left:auto;right:14px;bottom:14px;transform:translateY(140px);max-width:calc(100vw - 28px);border-radius:999px;padding:8px 9px 8px 12px;gap:8px;justify-content:flex-end;box-shadow:0 18px 45px rgba(0,0,0,.28)}
  .order-page .mini-cart-bar.show{transform:translateY(0)}
  .order-page .mini-cart-bar span{display:inline-flex;align-items:center;gap:5px;font-size:0;white-space:nowrap}
  .order-page .mini-cart-bar span:before{content:'🛒';font-size:17px;line-height:1}
  .order-page .mini-cart-bar #miniCartCount{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#d71910;color:#fff;font-size:13px;line-height:1}
  .order-page .mini-cart-bar #miniCartTotal{display:none}
  .order-page .mini-cart-bar button{padding:10px 13px;font-size:13px;line-height:1;min-height:40px}
  .order-page .cart-toast{left:auto;right:14px;bottom:76px;transform:translate(0,20px);min-width:min(360px,calc(100vw - 28px))}
  .order-page .cart-toast.show{transform:translate(0,0)}
  .order-page .cookie-consent{bottom:82px}
}

@media(max-width:380px){
  .order-page .order-category-tabs{grid-template-columns:1fr}
  .order-page .mini-cart-bar{right:10px;bottom:10px;max-width:calc(100vw - 20px)}
  .order-page .mini-cart-bar button{padding:10px 11px}
}

/* Final order-page layout fix: no sticky main header, sticky desktop categories, clean mobile dropdown/cart */
.order-page .site-header{
  position:relative;
  top:auto;
  z-index:200;
}
.order-page .order-category-card{
  position:sticky;
  top:22px;
  max-height:none;
  overflow:visible;
}
.order-page .order-category-card::-webkit-scrollbar{display:none;}
.order-page .order-category-tabs{flex-wrap:nowrap;}
.order-page .order-category-tabs .tab{
  padding:11px 14px;
  min-height:46px;
}
.order-page .order-topbar{
  position:static;
  top:auto;
}

@media(max-width:760px){
  .order-page .order-hero,
  .order-page .order-status,
  .order-page .order-section-head{
    display:none;
  }
  .order-page .order-menu-section{
    padding:0 0 96px;
  }
  .order-page .order-layout{
    display:block;
    margin:0;
  }
  .order-page .order-category-sidebar{
    position:sticky;
    top:0;
    z-index:230;
    padding:10px 14px;
    background:var(--bg);
    border-top:0;
    border-bottom:1px solid var(--line);
    box-shadow:0 10px 26px rgba(0,0,0,.10);
  }
  .order-page .order-category-card{
    position:relative;
    top:auto;
    max-height:none;
    overflow:visible;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    padding:0;
  }
  .order-page .order-topbar{
    display:none;
  }
  .order-page .order-items-wrap{
    padding:14px 14px 0;
  }
  .order-page .order-category-tabs{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:240;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:12px;
    margin:0;
    max-height:calc(100vh - 88px);
    overflow-y:auto;
    background:var(--surface);
    border:1px solid rgba(217,167,40,.38);
    box-shadow:0 22px 60px rgba(0,0,0,.20);
    border-radius:18px;
  }
  .order-page .order-category-sidebar.cat-open .order-category-tabs{
    display:grid;
  }
  .order-page .order-category-tabs .tab{
    width:100%;
    min-height:44px;
    white-space:normal;
    border-radius:14px;
    padding:10px 9px;
    text-align:center;
    font-size:14px;
    line-height:1.15;
  }
  .order-page .tools #cartBtn{display:none;}
  .order-page .mini-cart-bar{
    left:auto;
    right:14px;
    bottom:14px;
    transform:translateY(140px);
    max-width:calc(100vw - 78px);
    border-radius:999px;
    padding:7px 8px 7px 11px;
    gap:8px;
    justify-content:flex-end;
    box-shadow:0 18px 45px rgba(0,0,0,.30);
  }
  .order-page .mini-cart-bar.show{transform:translateY(0);}
  .order-page .mini-cart-bar span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-size:0;
    white-space:nowrap;
  }
  .order-page .mini-cart-bar span:before{content:'🛒';font-size:17px;line-height:1;}
  .order-page .mini-cart-bar #miniCartCount{
    display:inline-grid;
    place-items:center;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    background:#d71910;
    color:#fff;
    font-size:13px;
    line-height:1;
  }
  .order-page .mini-cart-bar #miniCartTotal{display:none;}
  .order-page .mini-cart-bar button{
    padding:10px 13px;
    font-size:13px;
    line-height:1;
    min-height:40px;
  }
  .order-page .hm-backtop{
    left:14px;
    right:auto;
    bottom:14px;
    width:48px;
    height:48px;
    z-index:170;
  }
  .order-page .cart-toast{
    left:auto;
    right:14px;
    bottom:76px;
    transform:translate(0,20px);
    min-width:min(360px,calc(100vw - 28px));
  }
  .order-page .cart-toast.show{transform:translate(0,0);}
  .order-page .cookie-consent{bottom:82px;}
}

@media(max-width:380px){
  .order-page .order-category-tabs{grid-template-columns:1fr;}
  .order-page .mini-cart-bar{
    right:10px;
    bottom:10px;
    max-width:calc(100vw - 70px);
  }
  .order-page .mini-cart-bar button{padding:10px 10px;}
  .order-page .hm-backtop{left:10px;bottom:10px;}
}

/* HM final z-index + desktop category sticky fix 2026-07-08
   - Mobile: hamburger/main menu always stays above category dropdown.
   - Desktop: left category panel itself is sticky, so it stays visible while scrolling the long food list. */
.order-page .site-header{
  z-index:1000;
}

@media(max-width:900px){
  .order-page .site-header{
    position:relative;
    z-index:1000;
  }
  .order-page .site-header .nav{
    z-index:1100;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
  }
  .order-page .site-header .nav.open{
    display:flex;
    z-index:1100;
  }
  .order-page .order-category-sidebar{
    z-index:120;
  }
  .order-page .order-category-sidebar.cat-open{
    z-index:130;
  }
  .order-page .order-category-tabs{
    z-index:140;
  }
}

@media(min-width:761px){
  .order-page .order-category-sidebar{
    position:sticky;
    top:22px;
    align-self:start;
    z-index:25;
  }
  .order-page .order-category-card{
    position:relative;
    top:auto;
    max-height:none;
    overflow:visible;
  }
  .order-page .order-category-tabs{
    flex-wrap:nowrap;
  }
}

/* HM menu update 2026-07-08d
   - Home added in public menu, Admin removed from public menu.
   - On mobile the hamburger/menu toggle stays at the last right position. */
@media(max-width:900px){
  .site-header{
    flex-wrap:nowrap;
  }
  .site-header .tools{
    margin-left:auto;
  }
  .site-header .menu-toggle{
    order:99;
    margin-left:0;
    flex:0 0 auto;
  }
  .site-header .nav{
    order:100;
  }
}
