﻿/* ========================================
   FOODY â€“ Dawood's Inspired Style
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --red: #E21B1B;
  --yellow: #FFD700;
  --orange: #FF8D08;
  --orange-dark: #e67e00;
  --orange-light: #fff3e0;
  --primary: #E21B1B;
  --secondary: #FF8D08;
  --accent: #FFD700;
  --bg: #fffaf4;
  --bg2: #f6eee2;
  --surface-1: #fff8f0;
  --surface-2: #f4ebdd;
  --surface-3: #ede1d0;
  --text: #261a16;
  --text2: #75655c;
  --text-muted: #75655c;
  --text-inverse: #ffffff;
  --border: #e6d8c7;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 18px 60px rgba(0, 0, 0, 0.28);
  --radius: 12px;
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --wa: #25D366;
  --brand-hero-image: url('images/hero-default.svg');
  --menu-bg: #111318;
  --menu-surface: #1b1f26;
  --menu-surface-2: #262b33;
  --glass-light: rgba(255, 255, 255, 0.08);
  --glass-light-border: rgba(255, 255, 255, 0.1);
  --glass-dark-hover: rgba(255, 255, 255, 0.15);
}

/* ===== Impeccable Final Pass ===== */
@media (max-width: 768px) {
  .top-bar {
    box-shadow: 0 14px 28px rgba(9, 11, 16, 0.16);
  }

  .top-bar-inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .status-badge {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .header {
    top: 48px;
    background: transparent;
    border-bottom: none;
  }

  .header-inner {
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.84) 0%, rgba(18, 21, 28, 0.68) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(9, 11, 16, 0.2);
    backdrop-filter: blur(18px);
  }

  .header-nav.mobile-open {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 14px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.96) 0%, rgba(24, 27, 34, 0.96) 100%);
    box-shadow: 0 20px 36px rgba(9, 11, 16, 0.24);
  }

  .header-nav.mobile-open .nav-link {
    color: rgba(255, 250, 244, 0.92);
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-slider {
    height: 252px;
  }

  .slide {
    padding: 22px 14px 38px;
  }

  .slide-content {
    max-width: min(100%, 292px);
    padding: 14px 14px 12px;
    border-radius: 20px;
  }

  .slide-sub {
    font-size: 0.8rem;
  }

  .slide-title {
    font-size: clamp(1.82rem, 10vw, 2.75rem);
    line-height: 0.96;
  }

  .slide-cta {
    padding: 11px 16px;
    border-radius: 16px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .side-nav {
    gap: 8px;
    margin-top: -22px;
  }

  .side-btn {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 72px;
    padding: 12px 11px;
    border-radius: 20px;
    letter-spacing: 0.05em;
  }

  .side-btn-label {
    font-size: 0.72rem;
    line-height: 1.15;
    text-align: left;
    text-wrap: balance;
  }

  .about-inner,
  .pf-inner,
  .events-inner,
  .gallery-inner,
  .hours-inner,
  .contact-inner,
  .footer-inner {
    max-width: 500px;
  }

  .about-header,
  .events-section .about-header,
  .gallery-section .about-header,
  .hours-section .about-header,
  .contact-section .about-header {
    margin-bottom: 22px;
  }

  .section-title {
    max-width: 12ch;
    line-height: 1;
  }

  .about-signature {
    margin-top: 18px;
    padding-top: 16px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .event-card h3,
  .contact-card h3 {
    margin-bottom: 8px;
  }

  .pf-grid {
    gap: 14px;
  }

  .gallery-grid {
    margin-top: 22px;
  }

  .footer-inner {
    gap: 14px;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .top-bar-inner {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 12px 8px;
  }

  .header {
    top: 46px;
  }

  .header-inner {
    padding: 9px 12px;
    border-radius: 20px;
  }

  .logo {
    font-size: 1rem;
  }

  .side-btn {
    min-height: 68px;
    padding: 11px 9px;
  }

  .side-btn-icon {
    font-size: 1.08rem;
  }

  .section-title {
    max-width: none;
    font-size: clamp(1.72rem, 10vw, 2.3rem);
  }
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), var(--brand-hero-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--text);
  min-height: 100vh;
  margin: 0;
}

body.menu-page {
  background: var(--menu-bg);
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  overscroll-behavior-y: contain;
}

/* Central Mobile Wrapper */
.mobile-wrapper {
  width: 100%;
  max-width: 500px;
  background: var(--surface-1);
  min-height: 100vh;
  position: relative;
  box-shadow: var(--shadow-strong);
  overflow-x: hidden;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  z-index: 4001;
}

.lang-drop-btn {
  min-width: 58px;
  height: 44px;
  padding: 0 10px;
  justify-content: center;
  background: rgba(10, 12, 18, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-inverse);
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.lang-drop-btn:hover {
  background: rgba(10, 12, 18, 0.66);
  border-color: rgba(255, 227, 187, 0.26);
}

.lang-drop-btn .chevron {
  font-size: 0.62rem;
  opacity: 0.72;
}

.lang-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--menu-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  min-width: 74px;
  width: max-content;
  max-width: min(120px, calc(100vw - 28px));
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 4100;
}

.lang-options.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-opt {
  padding: 9px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-inverse);
  transition: 0.2s;
  border-radius: 10px;
  white-space: nowrap;
}

.lang-opt:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lang-opt .flag {
  font-size: 0.95rem;
}

.lang-opt:first-child {
  border-radius: 10px;
}

.lang-opt:last-child {
  border-radius: 10px;
}

@media (min-width: 1024px) {

  body.menu-page,
  .mobile-wrapper,
  .landing-body,
  .landing-view {
    overflow: visible !important;
    width: 100% !important;
    max-width: none !important;
  }
}

/* Premium Hero Header */
.menu-hero {
  position: relative;
  height: 220px;
  background: var(--brand-hero-image) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px;
  color: #fff;
}

.menu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

.menu-hero-content {
  position: relative;
  z-index: 2;
}

.menu-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.menu-hero-tag {
  font-size: 0.9rem;
  opacity: 0.8;
  letter-spacing: 1px;
}


.hub-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  backdrop-filter: blur(5px);
}

.hub-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}



.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid var(--primary);
}

/* NEW: Top Navigation Bar */
.top-nav-bar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 500px);
  z-index: 1500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 20px 18px;
}

.top-nav-left,
.top-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: rgba(10, 12, 18, 0.48);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.nav-icon-btn:hover {
  background: rgba(10, 12, 18, 0.66);
  border-color: rgba(255, 227, 187, 0.26);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.close-btn {
  text-decoration: none;
}

.cart-floating-hub {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 4000;
  width: 50px;
  height: 50px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(226, 27, 27, 0.4);
}

/* NEW: Hero & Overlapping Logo */
.menu-hero {
  height: 200px;
  position: relative;
  overflow: visible;
  /* To allow logo overlap */
}

.hero-logo-container {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.overlap-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.restaurant-info {
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
}

.rest-name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 5px;
}

.promo-line {
  margin-top: 10px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• LANDING PAGE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#landingView {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #f4efe7 0%, #f7f1ea 44%, #fbf7f1 100%);
  overflow-x: hidden;
}

.landing-hero {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.landing-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: menuHeroDrift 16s ease-in-out infinite alternate;
}

.landing-hero-img.is-previewable,
.menu-nav-hero-img.is-previewable,
.landing-logo-img.is-previewable,
.landing-logo-fallback.is-previewable {
  cursor: zoom-in;
}

.landing-hero-img.is-previewable:focus-visible,
.menu-nav-hero-img.is-previewable:focus-visible,
.landing-logo-img.is-previewable:focus-visible,
.landing-logo-fallback.is-previewable:focus-visible {
  outline: 3px solid rgba(255, 190, 92, 0.82);
  outline-offset: 4px;
}

.landing-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 193, 111, 0.2), transparent 40%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56));
}

.landing-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: -62px;
  position: relative;
  z-index: 10;
}

.landing-logo-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.98);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-body {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 32px 32px 0 0;
  margin-top: -34px;
  padding: 28px 20px 42px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -18px 46px rgba(15, 23, 42, 0.06);
}

.landing-rest-name {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.2rem);
  font-weight: 800;
  text-align: center;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.landing-status {
  justify-content: center;
  margin-bottom: 14px;
}

/* Super Category Pills on Landing */
.super-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 12px;
}

.super-cat-pill {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  border: 1px solid rgba(255, 141, 8, 0.14);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #33261f;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.super-cat-pill.active {
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  border-color: rgba(255, 233, 201, 0.28);
  box-shadow: 0 16px 28px rgba(226, 27, 27, 0.22);
}

.super-cat-pill:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #fff8ef 0%, #fff1df 100%);
  border-color: rgba(255, 141, 8, 0.22);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

/* Promo Banner */
.promo-banner {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  border-radius: 12px;
  padding: 14px 18px;
  margin: 12px 0 14px;
  font-size: 0.9rem;
  color: #2e7d32;
  font-weight: 600;
}

/* View Menu Button */
.view-menu-btn {
  display: flex;
  width: min(100%, 340px);
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  margin: 18px auto 18px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  box-shadow: 0 18px 34px rgba(226, 27, 27, 0.24);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
}

.view-menu-btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow: 0 22px 38px rgba(226, 27, 27, 0.3);
}

/* Info Section */
.info-section {
  margin: 8px 0 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 94px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 141, 8, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
  font-size: 0.9rem;
  color: #333;
  transition: background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
}

.info-row.is-actionable {
  cursor: pointer;
}

.info-row.is-actionable:hover {
  background: linear-gradient(180deg, #fff7ed 0%, #fff0dd 100%);
  border-color: rgba(255, 141, 8, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(15, 23, 42, 0.08);
}

.info-row.is-empty {
  background: rgba(255, 248, 238, 0.72);
}

.info-row:last-child {
  border-bottom: none;
}

.info-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 244, 231, 0.96) 0%, rgba(255, 234, 208, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 141, 8, 0.08);
}

.info-text {
  flex: 1;
  width: 100%;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-text.is-empty {
  color: #9a8e80;
  font-style: italic;
}

/* Hours Section */
.hours-section {
  margin: 20px 0 0;
}

.hours-title {
  font-size: 1.02rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.hours-grid {
  border: 1px solid rgba(255, 141, 8, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.hour-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  color: #333;
}

.hour-row:last-child {
  border-bottom: none;
}

/* Social Links */
.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 14px 0 0;
  flex-wrap: wrap;
}

.social-icon-link {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  border: 1px solid rgba(255, 141, 8, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.social-icon-link:hover {
  background: linear-gradient(180deg, #fff4e2 0%, #ffefd8 100%);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.social-links-empty {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.88);
  border: 1px dashed rgba(255, 141, 8, 0.2);
  color: #9a8e80;
  font-size: 0.82rem;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• SUPER CATEGORY SHEET â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.super-cat-sheet {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 34px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  border-radius: 32px 32px 0 0;
  z-index: 3000;
  padding: 28px 20px 54px;
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-top: 1px solid rgba(255, 184, 96, 0.16);
  box-shadow: 0 -26px 54px rgba(0, 0, 0, 0.14);
  overflow-y: auto;
}

.super-cat-sheet::before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 58px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(158, 138, 112, 0.28);
}

.super-cat-sheet.open {
  bottom: 0;
}

.super-sheet-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  color: #5f4a3d;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.super-sheet-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 184, 96, 0.28);
}

.super-sheet-title {
  font-size: 1.34rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  padding-inline: 48px;
  color: #111;
  letter-spacing: -0.45px;
}

.super-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px;
  border: 1px solid rgba(255, 184, 96, 0.14);
  cursor: pointer;
  border-radius: 22px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.98) 100%);
}

.super-cat-row:hover {
  background: rgba(255, 247, 236, 0.92);
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.08);
}

.super-cat-row-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.super-cat-row-emoji {
  font-size: 2rem;
  min-width: 45px;
  text-align: center;
}

.super-cat-row-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}

.super-cat-row-desc {
  font-size: 0.82rem;
  color: #8a7d6f;
}

.super-cat-row-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #8a7d6f;
  background: linear-gradient(180deg, #fff 0%, #f7efe2 100%);
  border: 1px solid rgba(255, 184, 96, 0.14);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• MENU NAV VIEW â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#menuNavigationView {
  min-height: 100vh;
  background: #f5f5f5;
}

.menu-nav-bar {
  z-index: 120;
  background: linear-gradient(180deg, rgba(12, 15, 21, 0.74) 0%, rgba(12, 15, 21, 0.42) 62%, rgba(12, 15, 21, 0) 100%);
  backdrop-filter: blur(14px);
}

.nav-cart-btn {
  background: linear-gradient(135deg, rgba(255, 159, 67, 0.94) 0%, rgba(230, 57, 70, 0.94) 100%);
  border-color: rgba(255, 226, 192, 0.34);
  box-shadow: 0 16px 30px rgba(230, 57, 70, 0.26);
}

.nav-cart-btn:hover {
  background: linear-gradient(135deg, rgba(255, 159, 67, 1) 0%, rgba(230, 57, 70, 1) 100%);
  border-color: rgba(255, 238, 214, 0.48);
}

.nav-cart-btn .cart-badge {
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.menu-nav-hero {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.menu-nav-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.menu-nav-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 193, 111, 0.16), transparent 42%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.menu-nav-hero-title {
  position: absolute;
  bottom: 24px;
  left: 22px;
  right: 22px;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 800;
  z-index: 2;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  text-wrap: balance;
}

.menu-content-area {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 34px 34px 0 0;
  margin-top: -24px;
  min-height: calc(100vh - 160px);
  padding: 32px 18px 132px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -22px 50px rgba(15, 23, 42, 0.08);
}

.menu-content-area::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 141, 8, 0.16), rgba(226, 27, 27, 0.3), rgba(255, 141, 8, 0.16));
  opacity: 0.72;
}

.nav-breadcrumb {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Cart floating hub */
.cart-floating-hub {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4000;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 233, 201, 0.26);
  box-shadow: 0 18px 36px rgba(230, 57, 70, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cart-floating-hub:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 22px 40px rgba(230, 57, 70, 0.36);
  border-color: rgba(255, 233, 201, 0.34);
}

.cart-badge {
  background: #fff;
  color: var(--red);
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-floating-hub {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 25px;
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 241, 228, 0.98) 100%);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 9000;
  border: 1px solid rgba(255, 184, 96, 0.22);
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (max-width: 768px) {
  body.menu-page {
    background:
      radial-gradient(circle at top, rgba(255, 159, 67, 0.14), transparent 28%),
      linear-gradient(180deg, #161920 0%, #11141a 100%);
  }

  .mobile-wrapper {
    max-width: none;
    min-height: 100dvh;
    box-shadow: none;
    background: linear-gradient(180deg, #f8f3eb 0%, #fffdf8 100%);
    isolation: isolate;
  }

  .top-nav-bar {
    padding: calc(env(safe-area-inset-top, 0px) + 12px) 16px 0;
  }

  .lang-drop-btn {
    min-width: 54px;
    height: 44px;
    padding: 0 9px;
    font-size: 0.82rem;
  }

  .lang-options {
    min-width: 70px;
    max-width: calc(100vw - 32px);
    padding: 5px;
  }

  .lang-opt {
    padding: 8px 9px;
    font-size: 0.78rem;
    gap: 6px;
  }

  .lang-opt .flag {
    display: none;
  }

  .top-nav-left,
  .top-nav-right {
    gap: 10px;
  }

  .nav-icon-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(9, 11, 16, 0.54);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  }

  .menu-nav-hero {
    height: 196px;
  }

  .menu-nav-hero-title {
    bottom: 22px;
    left: 18px;
    right: 18px;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .menu-content-area {
    border-radius: 30px 30px 0 0;
    margin-top: -26px;
    min-height: calc(100dvh - 150px);
    padding: 26px 14px calc(132px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -20px 42px rgba(15, 23, 42, 0.08);
  }

  .menu-content-area::before {
    top: 12px;
    width: 58px;
  }

  .cat-nav-wrapper {
    margin: 0 -14px 20px;
    padding: 10px 12px 14px;
    border-radius: 24px;
    top: 0;
    background: rgba(252, 246, 238, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  }

  .cat-nav-scroll {
    padding: 6px 6px 2px;
    gap: 10px;
  }

  .menu-search-box {
    margin-bottom: 20px;
  }

  .super-cat-pills {
    gap: 8px;
    margin: 12px 0 8px;
  }

  .super-cat-pill {
    padding: 9px 16px;
    font-size: 0.8rem;
  }

  .super-cat-sheet {
    max-width: none;
    width: 100%;
    max-height: calc(100dvh - 18px);
    padding: 22px 14px calc(66px + env(safe-area-inset-bottom, 0px));
  }

  .super-cat-sheet::before {
    margin-bottom: 16px;
  }

  .super-cat-row {
    padding: 15px 13px;
    margin-bottom: 9px;
    border-radius: 20px;
  }

  .super-cat-row-emoji {
    min-width: 38px;
    font-size: 1.65rem;
  }

  .super-cat-row-name {
    font-size: 0.96rem;
  }

  .super-cat-row-desc {
    font-size: 0.78rem;
  }

  .super-sheet-close {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    right: 14px;
  }

  .dish-page {
    max-width: none;
    width: 100%;
    min-height: 100dvh;
  }

  .dish-page-header {
    height: 42vh;
    min-height: 250px;
  }

  .dish-page-body {
    padding: 28px 18px 18px;
  }

  .dish-page-body::before {
    width: 52px;
    margin: -4px auto 16px;
  }

  .dish-page-name {
    font-size: clamp(1.55rem, 7vw, 2rem);
    margin-bottom: 8px;
  }

  .dish-page-price {
    font-size: 1.28rem;
    margin-bottom: 14px;
  }

  .dish-page-desc {
    font-size: 0.92rem;
    margin-bottom: 18px;
  }

  .dish-page-close {
    top: calc(env(safe-area-inset-top, 0px) + 14px);
    left: 16px;
  }

  .dish-page-footer {
    bottom: calc(-18px - env(safe-area-inset-bottom, 0px));
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    margin-left: -18px;
    margin-right: -18px;
  }

  .home-floating-hub,
  .cart-floating-hub {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .home-floating-hub {
    left: 16px;
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  }

  .cart-floating-hub {
    left: auto;
    right: 16px;
    transform: none;
    min-width: 0;
    padding: 14px 18px;
    gap: 8px;
    border-radius: 22px;
    box-shadow: 0 20px 38px rgba(230, 57, 70, 0.28);
  }

  .cart-floating-hub:hover {
    transform: translateY(-2px);
  }

  .landing-hero {
    height: 248px;
  }

  .landing-logo-wrap {
    margin-top: -56px;
  }

  .landing-logo-circle {
    width: 112px;
    height: 112px;
  }

  .landing-body {
    margin-top: -22px;
    padding: 20px 16px 36px;
    border-radius: 28px 28px 0 0;
  }

  .landing-rest-name {
    font-size: clamp(1.6rem, 7vw, 2rem);
    margin-bottom: 8px;
  }

  .landing-status {
    margin-bottom: 12px;
  }

  .promo-section-vibrant {
    margin: 18px 0 12px !important;
    padding: 0 !important;
  }

  .promo-inner-container {
    padding: 0;
  }

  #promoCarousel {
    padding: 8px 2px 6px !important;
    gap: 12px !important;
  }

  .promo-empty-msg {
    padding: 26px 14px;
    border-radius: 20px;
    font-size: 0.96rem;
  }

  .view-menu-btn {
    margin: 14px 0 14px;
    padding: 18px 20px;
    font-size: 0.98rem;
  }

  .info-section {
    margin-bottom: 16px;
    border-radius: 20px;
  }

  .info-row {
    padding: 16px 14px;
    gap: 14px;
  }

  .hours-section {
    margin-top: 16px;
  }

  .social-links {
    margin-top: 20px;
    gap: 12px;
  }

  #landingView .home-floating-hub {
    display: none;
  }
}

.home-floating-hub:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 184, 96, 0.34);
}

.history-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #2e7d32;
  /* Green text */
  border-radius: 50px;
  padding: 0 4px;
  font-size: 0.75rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  display: none;
  /* Hidden if 0 */
  align-items: center;
  justify-content: center;
  border: 2px solid #2e7d32;
  /* Green border like red cart badge */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(88px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, calc(100vw - 32px));
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 25, 32, 0.98) 0%, rgba(34, 39, 49, 0.98) 100%);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  z-index: 5200;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@keyframes badge-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.nav-icon-btn {
  position: relative;
}

.dish-page {
  position: fixed;
  inset: 0;
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #f8efe3 100%);
  z-index: 2100;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.24);
}

.dish-page.open {
  transform: translateY(0);
}

.dish-page-header {
  position: relative;
  height: min(56vh, 460px);
  background: #000;
  overflow: hidden;
}

.dish-page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.18) 0%, rgba(10, 12, 18, 0.08) 36%, rgba(10, 12, 18, 0.52) 100%);
  pointer-events: none;
}

.dish-page-media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(14, 16, 21, 0.58);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.dish-page-media-prev {
  left: 16px;
}

.dish-page-media-next {
  right: 16px;
}

.dish-page-media-count {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-width: 56px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(14, 16, 21, 0.58);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  z-index: 10;
  font-size: 0.8rem;
  font-weight: 700;
}

.dish-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  transform-origin: center center;
  will-change: transform;
}

.dish-page-img-animate {
  animation: dishHeroZoomOut 10s ease-out forwards;
}

@keyframes dishHeroZoomOut {
  from {
    transform: scale(1.14);
  }
  to {
    transform: scale(1.03);
  }
}

.dish-page-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background: rgba(14, 16, 21, 0.58);
  border-radius: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.dish-page-close:hover {
  transform: translateY(-2px);
  background: rgba(14, 16, 21, 0.7);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
}

.dish-page-body {
  flex: 1;
  padding: 28px 20px 18px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  margin-top: -34px;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 -20px 42px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.dish-page-body::before {
  content: "";
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: rgba(158, 138, 112, 0.24);
  margin: -6px auto 16px;
  flex: 0 0 auto;
}

.dish-page-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.72rem, 4.8vw, 2.08rem);
  font-weight: 700;
  margin-bottom: 8px;
  color: #161616;
  letter-spacing: -1px;
  text-wrap: balance;
}

.dish-page-price {
  font-size: 1.24rem;
  font-weight: 800;
  color: #d94841;
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}

.dish-page-price-note {
  display: none;
  margin: -4px 0 14px;
  color: #8a5d43;
  font-size: 0.82rem;
  line-height: 1.45;
}

.dish-page-desc {
  color: var(--text2);
  line-height: 1.58;
  font-size: 0.92rem;
  margin-bottom: 18px;
  max-width: 40ch;
}

.dish-page-config {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.dish-config-block {
  display: grid;
  gap: 10px;
}

.dish-config-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8c644a;
}

.dish-config-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dish-config-chip {
  border: 1px solid rgba(215, 193, 162, 0.48);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 242, 232, 0.92) 100%);
  color: #2c221d;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.dish-config-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(27, 31, 38, 0.08);
}

.dish-config-chip.is-active {
  border-color: rgba(255, 156, 86, 0.8);
  background: linear-gradient(135deg, rgba(255, 162, 72, 0.22) 0%, rgba(227, 57, 70, 0.12) 100%);
  color: #b53e32;
  box-shadow: 0 12px 24px rgba(227, 57, 70, 0.12);
}

.dish-extra-options {
  display: grid;
  gap: 10px;
}

.dish-extra-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(215, 193, 162, 0.34);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 242, 232, 0.9) 100%);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dish-extra-option:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 156, 86, 0.52);
  box-shadow: 0 12px 20px rgba(27, 31, 38, 0.06);
}

.dish-extra-check {
  width: 18px;
  height: 18px;
  accent-color: #e1523d;
  margin-top: 2px;
}

.dish-extra-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dish-extra-name {
  font-size: 0.93rem;
  font-weight: 700;
  color: #231b18;
}

.dish-extra-price {
  font-size: 0.85rem;
  font-weight: 800;
  color: #d65a42;
  white-space: nowrap;
}

.dish-page-love-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.dish-page-footer {
  position: sticky;
  bottom: -22px;
  margin-top: auto;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: linear-gradient(180deg, rgba(251, 247, 240, 0.82) 0%, rgba(255, 255, 255, 0.98) 26%);
  backdrop-filter: blur(12px);
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 0 -12px 24px rgba(19, 23, 31, 0.05);
}

.dish-add-btn {
  width: 100%;
  padding: 16px 18px;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  border: none;
  border-radius: 18px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(230, 57, 70, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dish-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(230, 57, 70, 0.28);
}

/* ===== HISTORY MODAL ===== */
.history-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 11, 16, 0.82);
  z-index: 2200;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(12px);
  transition: 0.3s;
}

.history-overlay.open {
  opacity: 1;
  visibility: visible;
}

.history-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: min(92%, 430px);
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  border-radius: 24px;
  padding: 24px 18px;
  max-height: 80vh;
  overflow-y: auto;
  transition: 0.3s;
  border: 1px solid rgba(255, 184, 96, 0.14);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
}

.history-overlay.open .history-modal {
  transform: translate(-50%, -50%) scale(1);
}

.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #131313;
}

.history-header h2 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.4px;
}

.history-ticket {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 242, 234, 0.92) 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  border-radius: 22px;
  padding: 14px;
  margin-bottom: 16px;
  color: #2a2a2a;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.menu-modal-body {
  padding: 30px 20px;
}

.menu-modal-body.is-centered {
  padding: 40px 20px;
  text-align: center;
}

.menu-modal-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.menu-modal-title {
  margin-bottom: 10px;
  text-align: center;
}

.menu-modal-subtitle {
  color: var(--text2);
  margin-bottom: 30px;
  text-align: center;
}

.menu-modal-code-card {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
  font-family: monospace;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: var(--primary);
  font-weight: 700;
  border: 2px dashed #ddd;
}

.menu-modal-action {
  width: 100%;
  margin-top: 25px;
  border: none;
  border-radius: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--orange), #ff6b00);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(255, 141, 8, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-modal-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(255, 141, 8, 0.36);
}

.menu-modal-action.is-muted {
  background: #eee;
  color: #000;
  box-shadow: none;
}

.social-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 241, 230, 0.9) 100%);
  border-radius: 16px;
  text-decoration: none;
  color: #000;
  border: 1px solid rgba(215, 193, 162, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 141, 8, 0.28);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.social-item-icon {
  font-size: 1.5rem;
}

.menu-modal-empty {
  text-align: center;
  color: #777;
}

.menu-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 28px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 241, 230, 0.92) 100%);
  border: 1px solid rgba(215, 193, 162, 0.22);
  box-shadow: 0 22px 40px rgba(78, 49, 25, 0.08);
}

.menu-empty-state.is-modal {
  margin-top: 6px;
}

.menu-empty-state-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 247, 235, 0.96) 0%, rgba(255, 233, 209, 0.92) 100%);
  color: #cb6a18;
  box-shadow: inset 0 0 0 1px rgba(255, 185, 105, 0.18);
}

.menu-empty-state-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b17346;
}

.menu-empty-state-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 900;
  color: #181818;
  letter-spacing: -0.03em;
}

.menu-empty-state-copy {
  margin: 0;
  max-width: 28ch;
  font-size: 0.93rem;
  line-height: 1.6;
  color: #756254;
}

.menu-empty-state-action {
  margin-top: 4px;
  min-width: 160px;
  border: none;
  border-radius: 999px;
  padding: 13px 18px;
  background: linear-gradient(135deg, #ff9348 0%, #e63946 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(230, 57, 70, 0.18);
}

.order-prompt-overlay {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 11, 16, 0.72);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.order-prompt-overlay.open {
  opacity: 1;
  visibility: visible;
}

.order-prompt-card {
  width: min(100%, 390px);
  display: grid;
  gap: 12px;
  padding: 26px 22px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.985) 0%, rgba(248, 241, 230, 0.94) 100%);
  border: 1px solid rgba(215, 193, 162, 0.24);
  box-shadow: 0 28px 60px rgba(9, 11, 16, 0.24);
  transform: translateY(12px) scale(0.97);
  transition: transform 0.22s ease;
}

.order-prompt-overlay.open .order-prompt-card {
  transform: translateY(0) scale(1);
}

.order-prompt-card.is-danger {
  border-color: rgba(226, 57, 70, 0.18);
  box-shadow: 0 28px 60px rgba(144, 28, 33, 0.2);
}

.order-prompt-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  background: linear-gradient(135deg, rgba(255, 247, 235, 0.98) 0%, rgba(255, 233, 209, 0.94) 100%);
  color: #cb6a18;
  box-shadow: inset 0 0 0 1px rgba(255, 185, 105, 0.18);
}

.order-prompt-card.is-danger .order-prompt-icon {
  background: linear-gradient(135deg, rgba(255, 240, 241, 0.98) 0%, rgba(255, 222, 225, 0.94) 100%);
  color: #d94841;
  box-shadow: inset 0 0 0 1px rgba(217, 72, 65, 0.18);
}

.order-prompt-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a86d42;
}

.order-prompt-title {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #181818;
}

.order-prompt-copy {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #66584e;
}

.order-prompt-note {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 247, 239, 0.9);
  border: 1px dashed rgba(255, 184, 96, 0.18);
  font-size: 0.84rem;
  line-height: 1.55;
  color: #8a5d43;
}

.order-prompt-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.order-prompt-card.is-notice .order-prompt-actions {
  grid-template-columns: 1fr;
}

.order-prompt-btn {
  min-height: 48px;
  border-radius: 16px;
  border: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.order-prompt-btn:hover {
  transform: translateY(-1px);
}

.order-prompt-btn:focus-visible {
  outline: 2px solid rgba(255, 155, 70, 0.72);
  outline-offset: 2px;
}

.order-prompt-btn.is-muted {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(215, 193, 162, 0.22);
  color: #67584d;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.order-prompt-btn.is-primary {
  background: linear-gradient(135deg, #ff9348 0%, #e63946 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(230, 57, 70, 0.2);
}

.cart-drawer-body {
  padding: 2px 18px 118px;
}

.cart-drawer-body.is-empty {
  min-height: 44vh;
  display: flex;
  flex-direction: column;
}

.cart-drawer-header {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(215, 193, 162, 0.24);
  padding-bottom: 14px;
  gap: 12px;
}

.cart-drawer-title {
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: none;
  color: #181818;
  letter-spacing: -0.03em;
}

.cart-drawer-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cart-drawer-clear {
  background: rgba(255, 245, 234, 0.96);
  border: 1px solid rgba(215, 193, 162, 0.24);
  color: #8d6950;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.76rem;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.cart-drawer-count {
  font-size: 0.78rem;
  color: #9d3b35;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 243, 240, 0.92);
}

.cart-items-list {
  max-height: 45vh;
  overflow-y: auto;
  margin-bottom: 18px;
}

.cart-item-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 242, 232, 0.9) 100%);
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(215, 193, 162, 0.2);
}

.cart-item-main {
  flex: 1;
}

.cart-item-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #000;
}

.cart-item-size {
  font-size: 0.8rem;
  color: var(--primary);
}

.cart-item-price {
  color: var(--red);
  font-weight: 700;
  font-size: 0.88rem;
  margin-top: 2px;
}

.cart-item-extras {
  margin-top: 4px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8a5d43;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.cart-item-qty {
  font-weight: 700;
  color: #000;
}

.cart-qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.cart-qty-btn.is-minus {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}

.cart-qty-btn.is-plus {
  border: none;
  background: var(--red);
  color: #fff;
}

.cart-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.cart-service-btn {
  padding: 14px 10px;
  border-radius: 16px;
  border: 1px solid rgba(215, 193, 162, 0.24);
  background: rgba(255, 251, 246, 0.98);
  color: #666;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
  box-shadow: none;
}

.cart-service-btn.is-active {
  border-color: var(--red);
  background: #fff;
  color: var(--red);
  box-shadow: 0 4px 12px rgba(226, 27, 27, 0.15);
}

.cart-service-icon {
  font-size: 1.5rem;
}

.cart-service-label {
  font-size: 0.7rem;
  font-weight: 700;
}

.cart-delivery-block {
  margin-bottom: 20px;
  animation: fadeIn 0.3s ease;
}

.cart-delivery-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
  font-size: 0.9rem;
}

.cart-delivery-input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 2px solid #eee;
  font-family: inherit;
  font-size: 0.95rem;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
}

.cart-delivery-input.is-invalid {
  border-color: rgba(226, 57, 70, 0.48);
  background: rgba(255, 247, 247, 0.96);
  box-shadow: 0 0 0 4px rgba(226, 57, 70, 0.08);
}

.cart-delivery-hint {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #8b6b55;
}

.cart-delivery-hint.is-warning {
  color: #c03f34;
  font-weight: 700;
}

.cart-total-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 241, 230, 0.92) 100%);
  padding: 16px;
  border-radius: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(215, 193, 162, 0.22);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
}

.cart-confirm-btn {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(135deg, #ff9348 0%, #e63946 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 16px 28px rgba(230, 57, 70, 0.2);
}

.cart-confirm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(230, 57, 70, 0.24);
}

.history-empty {
  text-align: center;
  color: #7d7d7d;
  padding: 26px 20px;
  background: rgba(255, 250, 243, 0.9);
  border: 1px dashed rgba(255, 184, 96, 0.18);
  border-radius: 18px;
}

.history-ticket-wrap {
  position: relative;
}

.history-delete-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.14);
  cursor: pointer;
  font-size: 1rem;
  border-radius: 999px;
  width: 38px;
  height: 38px;
  color: #8f6e58;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.history-ticket-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.history-ticket-card.is-legacy {
  gap: 0;
}

.history-ticket-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-right: 46px;
}

.history-ticket-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a57a58;
  margin-bottom: 6px;
}

.history-ticket-number {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #151515;
}

.history-ticket-status {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 243, 240, 0.92);
  color: #c03f34;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.history-ticket-meta {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px dashed rgba(168, 135, 104, 0.24);
  border-bottom: 1px dashed rgba(168, 135, 104, 0.24);
}

.history-ticket-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.88rem;
  color: #6f6258;
}

.history-ticket-meta-row strong {
  color: #171717;
  font-weight: 800;
  text-align: right;
}

.history-ticket-address {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 247, 239, 0.9);
  color: #7f5542;
  font-size: 0.86rem;
  font-weight: 600;
}

.history-ticket-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history-line-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.92rem;
  color: #2b2b2b;
}

.history-line-item-main {
  display: grid;
  gap: 4px;
}

.history-line-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.history-line-item-size {
  font-size: 0.76rem;
  font-weight: 800;
  color: #c05842;
}

.history-line-item-extras {
  font-size: 0.78rem;
  line-height: 1.4;
  color: #8a5d43;
}

.history-line-item-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.history-line-item-qty {
  min-width: 34px;
  font-weight: 900;
  color: #d94841;
}

.history-line-item-name {
  font-weight: 700;
  line-height: 1.4;
}

.history-line-item-total {
  font-weight: 800;
  white-space: nowrap;
  color: #171717;
}

.history-line-item.is-legacy {
  display: block;
  color: #4f4a45;
  line-height: 1.55;
}

.history-ticket-legacy {
  margin: 0;
  white-space: pre-wrap;
  font-family: 'Outfit', sans-serif;
  line-height: 1.55;
  color: #3f3a35;
}

.history-close-btn {
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.16);
  font-size: 1.3rem;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-close-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
}

.ticket-sheet {
  border-radius: 0;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  color: #151515;
  z-index: 9999;
}

.ticket-content {
  padding: 50px 30px;
  font-family: 'Outfit', sans-serif;
  color: #151515;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ticket-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  font-size: 1.5rem;
  cursor: pointer;
  color: #555;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ticket-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.ticket-brand {
  text-align: center;
  margin-bottom: 40px;
}

.ticket-brand-name {
  font-weight: 900;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #171717;
}

.ticket-brand-address {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
}

.ticket-summary {
  border-top: 2px solid rgba(17, 24, 39, 0.14);
  border-bottom: 2px solid rgba(17, 24, 39, 0.14);
  padding: 25px 0;
  margin-bottom: 40px;
  text-align: center;
}

.ticket-number {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.ticket-datetime {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
}

.ticket-service {
  margin-top: 15px;
  font-weight: 900;
  color: #d94841;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.ticket-delivery-address {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #333;
  font-weight: 600;
  background: rgba(255, 247, 240, 0.94);
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(217, 72, 65, 0.28);
}

.ticket-items {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding-bottom: 20px;
}

.ticket-item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.1rem;
  gap: 12px;
}

.ticket-item-name {
  font-weight: 500;
}

.ticket-item-size {
  color: #d75d44;
  font-size: 0.78rem;
  font-weight: 800;
}

.ticket-item-extras {
  margin-top: 4px;
  color: #8d6150;
  font-size: 0.8rem;
  line-height: 1.4;
}

.ticket-item-qty {
  color: var(--red);
}

.ticket-item-price {
  font-weight: 800;
  color: #000;
}

.ticket-item-currency {
  font-size: 0.7em;
}

.ticket-total-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.ticket-total-box {
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 18px;
  letter-spacing: 1px;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 20px 36px rgba(230, 57, 70, 0.22);
}

.ticket-actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ticket-action-btn {
  padding: 20px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ticket-action-btn:hover {
  transform: translateY(-2px);
}

.ticket-action-btn.is-outline {
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: #111;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
}

.ticket-action-btn.is-primary {
  border: none;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(230, 57, 70, 0.22);
}

.ticket-actions-single {
  width: 100%;
}

.ticket-action-btn.is-dark {
  width: 100%;
  padding: 22px;
  border: none;
  background: linear-gradient(180deg, #2d323b 0%, #1d2027 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.ticket-action-btn.is-success {
  width: 100%;
  padding: 22px;
  border: none;
  background: linear-gradient(135deg, #52ca63 0%, #2fa84a 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 30px rgba(68, 187, 68, 0.2);
}

.ticket-helper {
  text-align: center;
  margin-top: 15px;
  color: #888;
  font-size: 0.9rem;
}

.ticket-helper.is-success {
  color: #44bb44;
  font-weight: 700;
}

/* Floating Actions */
.floating-actions {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(calc(-50% + 180px));
  /* Positioned relative to mobile wrapper */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

@media (max-width: 550px) {
  .floating-actions {
    left: auto;
    right: 20px;
    transform: none;
  }
}

.float-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.float-btn:hover {
  transform: translateY(-5px);
}

.float-btn.history-btn {
  background: #1a1d23;
  color: #fff;
}

/* Sexy Featured Header */
.featured-header-sexy {
  margin-top: 22px;
  margin-bottom: 12px;
  padding: 0 10px;
  text-align: left;
}

.featured-header-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ff6b35;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.98) 0%, rgba(255, 239, 219, 0.96) 100%);
  border: 1px solid rgba(255, 170, 93, 0.2);
  box-shadow: 0 12px 24px rgba(255, 141, 8, 0.12);
  animation: slideInLeft 0.8s ease-out;
}

.featured-header-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.featured-header-title span {
  background: linear-gradient(135deg, #ff6b35, #ffd600, #ff3c78);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.featured-header-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 141, 8, 0.5), transparent);
  margin-left: 10px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 0.8;
  }
}

/* Rest of featured items slider... */
.featured-section {
  margin: 20px 0 30px;
  padding: 0 5px;
}

.featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #fff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.featured-slider::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.featured-card {
  flex: 0 0 160px;
  background: #1a1d23;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: start;
  cursor: pointer;
  content-visibility: auto;
  contain-intrinsic-size: 220px;
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  border-color: var(--primary);
}

.featured-img-wrap {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #252932;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover .featured-img-wrap img {
  transform: scale(1.1);
}

.featured-info {
  padding: 12px;
  background: linear-gradient(to bottom, rgba(26, 29, 35, 0.8), #1a1d23);
}

.featured-add-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.3);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-add-btn:hover {
  transform: scale(1.15) rotate(90deg);
}

.emoji-placeholder {
  font-size: 3rem;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}


  .menu-nav-hero-img,
  .order-btn:hover,
  .events-btn:hover,
  .promo-visual img,
  .promo-visual-vibrant img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    border-radius: 12px;
  }
}

/* ===== Impeccable System Pass ===== */
.side-btn {
  gap: 14px;
}

.side-btn-icon {
  font-size: 1.3em;
  line-height: 1;
  flex-shrink: 0;
}

.side-btn-label {
  line-height: 1;
}

.social-links.social-links-minimal {
  justify-content: center;
}

.social-links.social-links-minimal .social-icon-link {
  width: 48px;
  height: 48px;
}

.mobile-wrapper.is-landing .home-floating-hub {
  display: none;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }

  .top-bar {
    position: sticky;
    top: 0;
    z-index: 140;
    background: rgba(18, 21, 28, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
  }

  .top-bar-inner {
    padding: calc(env(safe-area-inset-top, 0px) + 9px) 14px 9px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .status-badge {
    padding: 5px 10px;
    gap: 7px;
    border-radius: 999px;
  }

  .status-text {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .header {
    top: 46px;
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.86) 0%, rgba(18, 21, 28, 0.62) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
  }

  .header-inner {
    padding: 10px 14px;
    gap: 12px;
  }

  .logo {
    color: #fff;
    font-size: 1.12rem;
    letter-spacing: 0.02em;
  }

  .logo span {
    color: #fff;
  }

  .mobile-menu-btn {
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-slider {
    height: 268px;
    margin-top: 0;
  }

  .slide {
    padding: 26px 14px 42px;
  }

  .slide-content {
    max-width: min(100%, 308px);
    padding: 16px 16px 14px;
  }

  .slide-title {
    font-size: clamp(2.05rem, 12vw, 3.1rem);
    letter-spacing: 0.02em;
  }

  .slide-desc {
    font-size: 0.84rem;
  }

  .side-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
    padding: 0 14px;
    margin-top: -18px;
    position: relative;
    z-index: 25;
  }

  .side-btn {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 14px 10px 13px;
    border-radius: 22px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 28px rgba(255, 141, 8, 0.18);
    flex-direction: column;
    gap: 8px;
  }

  .side-btn-icon {
    font-size: 1.2rem;
  }

  .about-section,
  .events-section,
  .hours-section,
  .contact-section,
  .gallery-section,
  .payment-facilities-section {
    padding: 58px 14px 62px;
  }

  .about-header {
    text-align: left;
    margin-bottom: 26px;
  }

  .title-line {
    margin: 14px 0 0;
  }

  .section-tag {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    padding: 7px 11px;
  }

  .section-title {
    max-width: 10ch;
    letter-spacing: 0.03em;
  }

  .about-grid {
    gap: 24px;
  }

  .about-text h3 {
    font-size: 1.62rem;
  }

  .about-tagline {
    font-size: 0.98rem;
    margin-bottom: 14px;
  }

  .about-text p {
    font-size: 0.88rem;
    line-height: 1.66;
    margin-bottom: 12px;
  }

  .about-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-card {
    padding: 22px 14px;
    border-radius: 18px;
  }

  .card-number {
    font-size: 2.05rem;
  }

  .card-label {
    font-size: 0.73rem;
    line-height: 1.32;
  }

  .pf-grid {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .event-card,
  .contact-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .event-card p,
  .contact-card p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .hours-card {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .footer {
    padding: 34px 14px calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .landing-hero {
    height: 228px;
  }

  .landing-logo-wrap {
    margin-top: -50px;
  }

  .landing-logo-circle {
    width: 102px;
    height: 102px;
    border-width: 4px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  }

  .landing-body {
    margin-top: -18px;
    padding: 18px 14px 22px;
    border-radius: 28px 28px 0 0;
  }

  .landing-rest-name {
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
    margin-bottom: 6px;
  }

  .landing-status {
    margin-bottom: 10px;
  }

  .game-banner {
    padding: 12px 14px;
    gap: 10px;
    border-radius: 20px;
  }

  .game-banner-main {
    gap: 10px;
  }

  .gb-text {
    font-size: 0.96rem;
  }

  .game-banner-note {
    font-size: 0.76rem;
  }

  .game-banner-cta {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .promo-section-vibrant {
    margin: 14px 0 10px !important;
  }

  .promo-inner-container {
    padding: 0;
  }

  .view-menu-btn {
    width: 100%;
    margin: 12px 0 12px;
    padding: 16px 18px;
    border-radius: 22px;
    font-size: 0.95rem;
  }

  .info-section {
    margin-bottom: 10px;
    gap: 10px;
  }

  .info-row {
    min-height: 84px;
    padding: 14px 12px 12px;
    gap: 8px;
    border-radius: 18px;
    font-size: 0.82rem;
  }

  .info-icon {
    width: 38px;
    height: 38px;
    font-size: 0.98rem;
  }

  .hours-section {
    margin-top: 14px;
  }

  .hours-title {
    font-size: 0.96rem;
    margin-bottom: 10px;
  }

  .hours-grid {
    border-radius: 18px;
  }

  .hour-row {
    padding: 12px 14px;
    font-size: 0.84rem;
  }

  .social-links {
    margin-top: 10px;
    gap: 10px;
  }

  .social-icon-link {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.15rem;
  }

  .super-cat-sheet {
    padding: 20px 14px calc(64px + env(safe-area-inset-bottom, 0px));
    border-radius: 28px 28px 0 0;
  }

  .super-sheet-title {
    font-size: 1.18rem;
    margin-bottom: 16px;
  }

  .super-cat-row {
    padding: 13px 12px;
    margin-bottom: 10px;
    border-radius: 18px;
  }

  .super-cat-row-name {
    font-size: 0.94rem;
  }

  .super-cat-row-desc {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .super-cat-row-arrow {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .menu-nav-hero {
    height: 182px;
  }

  .menu-nav-hero-title {
    bottom: 20px;
    left: 16px;
    right: 16px;
    font-size: clamp(1.45rem, 6.2vw, 1.82rem);
  }

  .menu-content-area {
    padding: 22px 12px calc(118px + env(safe-area-inset-bottom, 0px));
    border-radius: 28px 28px 0 0;
  }

  .menu-content-area::before {
    top: 11px;
    width: 54px;
  }

  .cat-nav-wrapper {
    margin: 0 -12px 18px;
    padding: 8px 10px 12px;
    border-radius: 22px;
  }

  .menu-search-box {
    margin: 0 -2px 16px;
    padding: 4px 2px 2px;
  }

  .menu-search-box input {
    border-radius: 18px;
    padding: 14px 15px 14px 44px;
    font-size: 0.88rem;
  }

  .menu-section {
    margin-bottom: 30px;
  }

  .menu-section-title {
    margin-bottom: 14px;
  }

  .menu-item-card {
    padding: 12px 12px 12px 10px;
    gap: 10px;
    border-radius: 20px;
    min-height: 98px;
  }

  .menu-item-info {
    padding-right: 38px;
  }

  .menu-item-name {
    font-size: 0.93rem;
    margin-bottom: 4px;
  }

  .menu-item-desc {
    font-size: 0.75rem;
    line-height: 1.36;
  }

  .menu-item-price {
    padding-top: 8px;
    font-size: 0.9rem;
  }

  .menu-item-img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .menu-item-add {
    width: 42px;
    height: 42px;
    right: 8px;
    bottom: 8px;
    border-radius: 15px;
    font-size: 1rem;
  }

  .featured-card {
    flex-basis: 148px;
    border-radius: 20px;
  }

  .featured-info {
    padding: 14px 14px 46px;
  }

  .dish-page-header {
    height: 38vh;
    min-height: 228px;
  }

  .dish-page-body {
    padding: 24px 16px 14px;
  }

  .dish-page-name {
    font-size: clamp(1.42rem, 7vw, 1.74rem);
  }

  .dish-page-desc {
    max-width: none;
    margin-bottom: 16px;
  }

  .dish-page-footer {
    padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    margin-left: -16px;
    margin-right: -16px;
  }

  .menu-empty-state {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .menu-empty-state-title {
    font-size: 1.08rem;
  }

  .menu-empty-state-copy {
    font-size: 0.88rem;
  }
}

