:root, body, body[data-theme="3"] {
  --red: #b82027;
  --cream: #eae3d6;
  --gold: #bd8d39;
  --black: #080808;
  --muted: #a9a49c;
  --line: #2a2927;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}
button, a {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid #242321;
  position: sticky;
  top: 0;
  background: rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(12px);
  z-index: 100;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-img {
  height: 52px;
  width: auto;
  max-width: 155px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.logo-stacked-img {
  height: 84px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.logo:hover .logo-img,
.logo:hover .logo-stacked-img {
  transform: scale(1.04);
}
.modal-logo {
  height: 90px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
  object-fit: contain;
}
nav {
  display: flex;
  gap: 28px;
  font: 700 12px Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav a {
  padding: 32px 0;
  border-bottom: 2px solid transparent;
}
nav a:hover {
  border-color: var(--red);
}
.btn {
  border: 0;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 17px 22px;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}
.btn i {
  font-style: normal;
  margin-left: 18px;
}
.ghost {
  background: transparent;
  border: 1px solid #777;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}

/* HERO SECTION - TEMPLATE 03 (EDITORIAL FULL-BLEED) */
.hero, body[data-theme="3"] .hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.hero-image, body[data-theme="3"] .hero-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080808ee 0%, #08080855 62%, #08080822 100%), url('/food-hero.png') center/cover;
}
.hero-copy, body[data-theme="3"] .hero-copy {
  max-width: 850px;
  padding: 8vw 2vw 8vw 6vw;
  z-index: 2;
  position: relative;
}
.eyebrow {
  color: var(--red);
  font: 800 12px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.hero h1,
.section-head h2,
.about h2,
.locations h2,
.franchise h2,
.final h2,
dialog h2 {
  letter-spacing: -0.025em;
  margin: 22px 0;
  text-transform: uppercase;
}
.section-head h2,
.about h2,
.locations h2,
.franchise h2,
.final h2,
dialog h2 {
  font: 400 clamp(4.5rem, 9vw, 9rem)/0.82 Anton, sans-serif;
}
.hero h1, body[data-theme="3"] .hero h1 {
  font: 900 italic clamp(4.5rem, 9vw, 9rem)/0.82 'Barlow Condensed', sans-serif !important;
  letter-spacing: -0.06em;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--red);
}
.lead {
  font: 700 clamp(1.2rem, 2vw, 1.8rem) 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.food-list {
  font-size: 16px;
  color: #c4beb5;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.stamp {
  position: absolute;
  right: 6%;
  bottom: 9%;
  width: 115px;
  height: 115px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font: 800 13px/1.25 'Barlow Condensed', sans-serif;
  transform: rotate(8deg);
  background: #08080899;
}
.scroll {
  position: absolute;
  bottom: 22px;
  left: 6vw;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* ABOUT SECTION - TEMPLATE 03 (CREAM EDITORIAL BACKGROUND) */
.about, body[data-theme="3"] .about {
  padding: 10vw 6vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  border-top: 1px solid var(--line);
  background: var(--cream) !important;
  color: #111 !important;
}
.about h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  color: #111 !important;
}
.about h2 span {
  font-size: 0.55em;
}
.about-copy, body[data-theme="3"] .about-copy {
  max-width: 620px;
  line-height: 1.75;
  color: #5c5851 !important;
}
.about-copy .big, body[data-theme="3"] .about-copy .big {
  color: #111 !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
}
.punch {
  font: 800 24px/1.2 'Barlow Condensed', sans-serif;
  color: var(--red);
}
.about-copy .mission-callout {
  font: 800 clamp(1.2rem, 2vw, 1.6rem)/1.3 'Barlow Condensed', sans-serif;
  color: #111;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 12px 0 16px;
}
.about-copy .tagline-bold {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
  margin: 16px 0;
}
.about-copy .fork-tag {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 2px dashed #d5cebf;
}
.about-copy .fork-tag p {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
.about-copy .fork-shout {
  font: 900 italic clamp(2rem, 4.2vw, 3.2rem)/0.95 'Barlow Condensed', sans-serif;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 6px 0 0 0;
}

/* BRANDS SECTION - TEMPLATE 03 (2 COLUMNS) */
.brands {
  padding: 9vw 6vw;
  background: var(--cream);
  color: #111;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 3px solid #111;
  padding-bottom: 24px;
}
.section-head h2 {
  font-size: clamp(4rem, 8vw, 8rem);
  margin: 8px 0 0;
  color: #111;
}
.section-head > p {
  line-height: 1.6;
}
.brand-grid, body[data-theme="3"] .brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}
.brand-grid article, body[data-theme="3"] .brand-grid article {
  min-height: 380px !important;
  padding: 24px;
  border-right: 1px solid #bcb5a9;
  border-bottom: 1px solid #bcb5a9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--cream);
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}
.brand-grid article:hover {
  background: var(--red) !important;
  color: #fff !important;
}
.brand-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.brand-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.3s ease;
}
.brand-grid article:hover .brand-img {
  transform: scale(1.05);
  filter: brightness(1.04);
}
.num {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(8, 8, 8, 0.82);
  color: #fff;
  font: 800 11px Inter, sans-serif;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}
.brand-meta {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brand-mark {
  font: 700 28px/0.88 'Barlow Condensed', sans-serif;
  text-align: left;
}
.brand-mark b {
  font-size: 1.55em;
}
.dallas,
.sticky,
.texas {
  color: var(--red);
}
.brand-grid article:hover .brand-mark {
  color: #fff !important;
}
.brand-grid article:hover p {
  color: #f7e8e8 !important;
}
.brand-grid article p {
  font-size: 14px;
  color: #555047;
  line-height: 1.5;
  margin: 0;
}
.brand-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .brand-grid article:last-child:nth-child(odd) {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
  }
  .brand-grid article:last-child:nth-child(odd) .brand-img-wrap {
    height: 250px;
  }
}
.center-cta {
  text-align: center;
  padding-top: 7vw;
}
.center-cta p {
  font: 800 18px Inter, sans-serif;
  letter-spacing: 0.15em;
}

/* LOCATIONS */
.locations {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 800px;
}
.location-intro {
  padding: 10vw 6vw;
  background: var(--red);
}
.location-intro .eyebrow {
  color: #111;
}
.location-intro h2 {
  font-size: clamp(3.7rem, 7vw, 7rem);
}
.location-intro h2 em {
  color: #111;
}
.location-intro > p {
  max-width: 500px;
  line-height: 1.6;
}
.route {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #ffffff66;
}
.location-list {
  padding: 9vw 6vw;
}
.location-list h3 {
  font: 800 28px 'Barlow Condensed', sans-serif;
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
}
.location-list small {
  float: right;
  color: var(--red);
  font: 700 11px Inter, sans-serif;
}
.location-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.location-list li {
  padding: 12px 0;
  color: #c5bfb5;
}
.location-list li:before {
  content: '✦';
  color: var(--red);
  margin-right: 10px;
}
.platforms {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
.platforms a {
  font-weight: 700;
  border-bottom: 1px solid;
}

/* FRANCHISE */
.franchise {
  padding: 10vw 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  border-top: 1px solid var(--line);
  background: #12110f;
}
.franchise h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}
.franchise-title .big {
  color: var(--cream);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
}
.franchise-title p {
  line-height: 1.7;
  color: #bdb7ae;
}
.franchise-title .btn {
  margin-top: 25px;
}
.steps article {
  display: flex;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #393733;
}
.steps article > b {
  color: var(--red);
  font: 700 12px Inter, sans-serif;
}
.steps h3 {
  font: 800 28px 'Barlow Condensed', sans-serif;
  margin: 0;
}
.steps p {
  color: #aaa49b;
  margin-bottom: 0;
}

/* FINAL CTA & FOOTER */
.final {
  text-align: center;
  padding: 10vw 20px;
  background: var(--cream);
  color: #111;
}
.final h2 {
  font-size: clamp(5rem, 11vw, 11rem);
  margin: 25px 0;
  color: #111;
}
.final .btn {
  font-size: 18px;
  padding: 20px 32px;
}
.final > p:last-child {
  color: #706a61;
}
footer {
  padding: 50px 5vw 90px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 35px;
  align-items: start;
}
footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
footer .legal {
  color: #827d75;
  flex-direction: column;
  gap: 10px;
}

/* MOBILE ORDER BUTTON */
.mobile-order {
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 110;
  background: var(--red);
  color: #fff;
  border: 0;
  padding: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 35px #000;
}

/* DIALOGS */
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  color: inherit;
  font-size: 38px;
  cursor: pointer;
}
dialog {
  width: min(680px, 92vw);
  max-height: 90vh;
  overflow: auto;
  background: #111;
  color: #fff;
  border: 1px solid #555;
  padding: 45px;
  box-shadow: 0 30px 100px #000;
}
dialog::backdrop {
  background: #000c;
  backdrop-filter: blur(6px);
}
dialog h2 {
  font-size: clamp(3rem, 7vw, 6rem);
}
dialog label {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
dialog input,
dialog select {
  width: 100%;
  padding: 15px;
  border: 1px solid #555;
  background: #1a1918;
  color: #fff;
  font: 16px Inter, sans-serif;
}
#orderModal label {
  margin: 30px 0 15px;
}
#orderModal small {
  display: block;
  color: #888;
  margin-top: 15px;
}
.success {
  display: none;
  text-align: center;
  min-height: 300px;
  place-content: center;
}
.success span {
  font-size: 60px;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
form label:nth-last-of-type(1) {
  grid-column: 1/-1;
}
form .btn {
  grid-column: 1/-1;
}

/* RESPONSIVE */
@media (max-width: 800px) {
  header {
    height: 68px;
    padding: 0 18px;
  }
  .logo-img {
    height: 42px;
    max-width: 125px;
  }
  .logo-stacked-img {
    height: 72px;
  }
  header > .btn {
    display: none;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #111;
    flex-direction: column;
    padding: 25px;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 5px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 820px;
  }
  .hero-copy {
    padding: 80px 22px 40px;
  }
  .hero h1 {
    font-size: clamp(4.2rem, 21vw, 6rem);
  }
  .hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.48;
    background: linear-gradient(0deg, #080808 2%, transparent 60%),
      linear-gradient(90deg, #080808 0%, transparent),
      url('/food-hero.png') 65% center/cover;
  }
  .hero-copy > * {
    position: relative;
  }
  .scroll {
    display: none;
  }
  .stamp {
    right: 20px;
    bottom: 25px;
  }
  .about,
  .franchise,
  body[data-theme="3"] .about {
    grid-template-columns: 1fr !important;
    padding: 90px 22px;
    gap: 35px;
  }
  .about h2,
  .franchise h2 {
    font-size: 3.7rem;
  }
  .brands {
    padding: 80px 18px;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    font-size: 4.5rem;
  }
  .brand-grid,
  body[data-theme="3"] .brand-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .brand-grid article {
    min-height: 215px;
    padding: 20px;
  }
  .brand-mark {
    font-size: 21px;
  }
  .locations {
    grid-template-columns: 1fr;
  }
  .location-intro,
  .location-list {
    padding: 80px 22px;
  }
  .location-intro h2 {
    font-size: 3.8rem;
  }
  .platforms {
    flex-wrap: wrap;
  }
  .final {
    padding: 100px 15px;
  }
  .final h2 {
    font-size: 4.8rem;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 45px 22px 100px;
  }
  .mobile-order {
    display: block;
  }
  dialog {
    padding: 35px 22px;
  }
  form {
    grid-template-columns: 1fr;
  }
  form label:nth-last-of-type(1),
  form .btn {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .brand-grid,
  body[data-theme="3"] .brand-grid {
    grid-template-columns: 1fr !important;
  }
  .brand-grid article {
    min-height: 190px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .actions .btn {
    text-align: center;
  }
  .hero h1 {
    font-size: 4.3rem;
  }
  .location-list ul {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   LIVE CRAFT MENU & WHATSAPP CART SYSTEM
   ========================================================================== */
.menu-section {
  padding: 8vw 6vw;
  background: #0d0c0b;
  color: var(--cream);
  border-top: 1px solid var(--line);
  position: relative;
}
.menu-section .section-head {
  border-bottom: 2px solid #282622;
  margin-bottom: 25px;
}
.menu-section .section-head h2 {
  color: #fff;
}

/* Branch Selector Card */
.menu-branch-card {
  background: #171614;
  border: 1px solid #2c2a26;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.branch-label-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.branch-icon {
  font-size: 26px;
  line-height: 1;
}
.branch-label-group label {
  display: block;
  font: 800 13px Inter, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}
.branch-subtext {
  margin: 3px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.branch-select-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
#menuBranchSelect {
  background: #23211e;
  border: 1px solid #444038;
  color: #fff;
  padding: 11px 18px;
  font: 700 15px Inter, sans-serif;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
#menuBranchSelect:hover,
#menuBranchSelect:focus {
  border-color: var(--gold);
  background: #2b2824;
}
.branch-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #4ade80;
  font: 800 11px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

/* Category Filter Tabs */
.menu-categories {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 28px;
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}
.menu-categories::-webkit-scrollbar {
  height: 6px;
}
.menu-categories::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
}
.cat-tab {
  background: #191816;
  color: var(--cream);
  border: 1px solid #33302b;
  padding: 11px 20px;
  font: 800 12px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: 30px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.cat-tab:hover {
  background: #262420;
  border-color: var(--red);
  color: #fff;
}
.cat-tab.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 4px 18px rgba(184, 32, 39, 0.45);
}

/* Menu Grid */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  min-height: 250px;
}

/* Loading & Empty states */
.menu-loading,
.menu-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
}
.spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 16px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Menu Card */
.menu-card {
  background: #141311;
  border: 1px solid #282622;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.menu-card:hover {
  transform: translateY(-4px);
  border-color: #4b463d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.menu-card-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #1b1917;
}
.menu-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.menu-card:hover .menu-card-img {
  transform: scale(1.06);
}
.menu-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--gold);
  font: 800 10px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 9px;
  border-radius: 4px;
  z-index: 2;
}
.menu-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 16px;
}
.menu-card-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu-card-title {
  font: 800 20px/1.15 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
.menu-card-desc {
  font-size: 13px;
  color: #9f9a91;
  line-height: 1.45;
  margin: 0;
}
.menu-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #23211e;
}
.menu-card-price {
  font: 900 24px/1 'Barlow Condensed', sans-serif;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.btn-add-item {
  background: var(--red);
  color: #fff;
  border: 0;
  font: 800 11px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-add-item:hover {
  background: #d3272f;
  transform: translateY(-1px);
}
.qty-control {
  display: inline-flex;
  align-items: center;
  background: #22201d;
  border: 1px solid #3d3a34;
  border-radius: 4px;
  overflow: hidden;
}
.qty-btn {
  background: transparent;
  border: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
}
.qty-btn:hover {
  background: var(--red);
  color: #fff;
}
.qty-val {
  width: 28px;
  text-align: center;
  font: 800 13px Inter, sans-serif;
  color: #fff;
}

/* ==========================================================================
   FLOATING CART BAR & MODAL
   ========================================================================== */
.floating-cart-bar {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: min(680px, 92vw);
  background: #171614;
  border: 2px solid var(--red);
  border-radius: 60px;
  padding: 12px 20px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 105;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.85), 0 0 25px rgba(184, 32, 39, 0.35);
  animation: cartBarSlide 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes cartBarSlide {
  from {
    transform: translate(-50%, 60px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.cart-bar-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cart-bar-icon {
  font-size: 24px;
}
.cart-bar-count {
  font: 700 11px Inter, sans-serif;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cart-bar-total {
  font: 900 22px/1 'Barlow Condensed', sans-serif;
  color: var(--gold);
}
.cart-bar-btn {
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 12px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* Cart Dialog Specifics */
#cartModal {
  padding: 40px;
}
.cart-branch-selector-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1a1917;
  border: 1px solid #33302b;
  padding: 12px 18px;
  border-radius: 6px;
  margin: 18px 0 12px;
  font-size: 14px;
}
.cart-branch-selector-row strong {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}
.cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 290px;
  overflow-y: auto;
  margin: 16px 0;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}
.cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #282622;
  gap: 12px;
}
.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
}
.cart-item-name {
  font: 800 15px 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
}
.cart-item-single-price {
  font-size: 12px;
  color: var(--muted);
}
.cart-item-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cart-item-total {
  font: 900 17px 'Barlow Condensed', sans-serif;
  color: var(--gold);
  min-width: 60px;
  text-align: right;
}
.cart-subtotal-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 12px;
  border-top: 2px solid #38352f;
  margin-top: 10px;
}
.cart-subtotal-box span {
  font: 800 13px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.cart-subtotal-box strong {
  font: 900 30px 'Barlow Condensed', sans-serif;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.cart-help-text {
  font-size: 12.5px;
  color: #bfb9af;
  line-height: 1.5;
  background: rgba(189, 141, 57, 0.08);
  border: 1px solid rgba(189, 141, 57, 0.28);
  padding: 12px 16px;
  border-radius: 6px;
  margin: 14px 0 18px;
}
.cart-help-text strong {
  color: var(--gold);
}
.btn-whatsapp-checkout {
  width: 100%;
  background: #25D366;
  color: #0b2212;
  font: 900 15px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.25);
}
.btn-whatsapp-checkout:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
}

@media (max-width: 800px) {
  .menu-section {
    padding: 70px 18px;
  }
  .menu-branch-card {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 18px;
    gap: 12px;
  }
  .branch-select-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #menuBranchSelect {
    width: 100%;
    font-size: 14px;
    padding: 12px 14px;
  }
  .branch-status-pill {
    align-self: flex-start;
  }
  .menu-categories {
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .cat-tab {
    padding: 10px 16px;
    font-size: 11.5px;
  }
  .menu-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
  .menu-card-img-wrap {
    height: 190px;
  }
  .floating-cart-bar {
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 10px 14px;
    border-radius: 40px;
  }
  .cart-bar-total {
    font-size: 18px;
  }
  .cart-bar-btn {
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  #cartModal {
    padding: 30px 18px;
    width: min(520px, 94vw);
    max-height: 88vh;
  }
  .cart-items-container {
    max-height: 240px;
  }
}

@media (max-width: 500px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .menu-card {
    border-radius: 10px;
  }
  .menu-card-img-wrap {
    height: 210px;
  }
  .menu-card-title {
    font-size: 19px;
  }
  .menu-card-price {
    font-size: 22px;
  }
  .qty-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .btn-add-item {
    padding: 11px 18px;
    font-size: 11.5px;
  }
  .floating-cart-bar {
    padding: 8px 12px;
  }
  .cart-bar-info {
    gap: 8px;
  }
  .cart-bar-icon {
    font-size: 20px;
  }
  .cart-bar-count {
    font-size: 10px;
  }
  .cart-bar-total {
    font-size: 17px;
  }
  .cart-bar-btn {
    padding: 9px 12px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
