@media (max-width: 700px) {
    .navbar {
      background-color: #fff8e1 !important;
      background-image: url("assets/images/9805773.jpg") !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      border-bottom: 1.5px solid #ff9800;
    }
  .logo-img {
    height: 54px;
    width: auto;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 64px; /* Lartësia e bottom navbar + pak hapësirë */
  }
}
/* Ngjyra portokalli për tekstin nën logon në navbar */
.logo-sub {
  color: #ff9800 !important;
  .logo-sub {
    color: #ff9800 !important;
    font-size: 1.1rem;
    text-align: left;
    margin-top: 0;
    font-weight: 500;
    white-space: nowrap;
    display: block;
  }
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.1rem;
  font-weight: 500;
}
/* Logo image styles for navbar and footer */
.logo-img {
  height: 38px;
  width: auto;
  margin-right: 0.7rem;
  vertical-align: middle;
  display: inline-block;
}
.logo-img-footer {
  height: 44px;
  width: auto;
  margin-bottom: 0.5rem;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.10));
}
.logo-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  width: auto;
}
.logo-img {
  margin-right: 0.7rem;
}
.logo-sub {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.desktop-nav { display: flex; }
@media (max-width: 700px) {
  .desktop-nav { display: none !important; }
  .navbar .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 0.3rem 0;
  }
  .logo-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 60px;
    padding: 0 2vw;
    box-sizing: border-box;
    gap: 0;
    overflow: hidden;
  }
  .logo-img {
    width: auto;
    height: 64px;
    max-width: 220px;
    max-height: 68px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .logo-sub {
    display: none !important;
  }
  .bottom-navbar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    width: 100vw;
    background: #fffbe7;
    border-top: 1.5px solid #ffd180;
    box-shadow: 0 -2px 12px rgba(255,168,0,0.07);
    z-index: 1000;
    height: 56px;
  }
}
@media (min-width: 701px) {
  .bottom-navbar { display: none !important; }
}
/* Bottom navbar for mobile */
.bottom-navbar {
  display: none;
}
.bottom-nav-btn {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.2rem 0;
  color: #ff9800;
  background: none;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}
.bottom-nav-btn:active, .bottom-nav-btn:focus {
  background: #fffbe7;
}
.bottom-nav-label {
  font-size: 0.85rem;
  margin-top: 2px;
}
.cart-count-badge {
  position: absolute;
  top: 2px;
  right: 18px;
  background: #ff9800;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  padding: 2px 6px;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 700px) {
  .navbar .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 0.3rem 0;
  }
  .logo-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  .logo-main {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff9800;
    text-align: center;
  }
  .logo-sub {
    font-size: 1.1rem;
    color: #222;
    text-align: center;
    margin-top: 0.1rem;
    font-weight: 500;
  }
  .navbar nav, .navbar .actions {
    display: none !important;
  }
  .bottom-navbar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    width: 100vw;
    background: #fffbe7;
    border-top: 1.5px solid #ffd180;
    box-shadow: 0 -2px 12px rgba(255,168,0,0.07);
    z-index: 1000;
    height: 56px;
  }
}
/* Reduce space when cart is empty (especially on mobile) */
@media (max-width: 600px) {
  .cart-list:has(.cart-info:only-child),
  .cart-list:has(#cartItemsList:empty) {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cart-details {
    margin-top: 0.5rem;
    padding-top: 1rem;
  }
}
/* Flex layout for cart page */
.cart-flex {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2.5rem 0 1.5rem 0;
}
.cart-list, .cart-details {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 520px;
}
@media (max-width: 900px) {
  .cart-flex {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .cart-list, .cart-details {
    max-width: 98vw;
  }
}
/* Features and button for about section (pizzeria) */
.about-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
.about-features li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.05rem;
  color: #ff9800;
  margin-bottom: 0.5rem;
  justify-content: center;
}
.about-features i {
  font-size: 1.2rem;
  color: #ff9800;
}
.about-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff9800 60%, #ffd180 100%);
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-size: 1.08rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.5rem;
}
.about-btn:hover {
  background: linear-gradient(90deg, #ffd180 60%, #ff9800 100%);
  transform: translateY(-2px) scale(1.04);
}
/* Flex container for about and rent sections */
.info-sections-flex {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2.5rem 0 1.5rem 0;
}
.about-section, .rent-section {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 520px;
}
@media (max-width: 900px) {
  .info-sections-flex {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .about-section, .rent-section {
    max-width: 98vw;
  }
}
/* Makina me Qira Section Styles */
.rent-section {
  padding: 2.5rem 0 2rem 0;
}
.rent-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding: 0 1.5rem;
}
.rent-content h2 {
  color: #2196f3;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.rent-content p {
  color: #222;
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}
.rent-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
.rent-features li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.05rem;
  color: #2196f3;
  margin-bottom: 0.5rem;
}
.rent-features i {
  font-size: 1.2rem;
  color: #2196f3;
}
.rent-btn {
  display: inline-block;
  background: linear-gradient(90deg, #2196f3 60%, #21cbf3 100%);
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-size: 1.08rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.5rem;
}
.rent-btn:hover {
  background: linear-gradient(90deg, #21cbf3 60%, #2196f3 100%);
  transform: translateY(-2px) scale(1.04);
}
/* Card style for about and rent sections */
.about-section, .rent-section {
  background: #f7faff;
  padding: 2.5rem 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content, .rent-content {
  max-width: 540px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 140, 255, 0.08);
  padding: 2rem 2rem 1.5rem 2rem;
  text-align: center;
}
/* Cart Details Section Styles */
.cart-details {
  background: #fffbe7;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(255, 168, 0, 0.10);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-left: 1.5rem;
  min-width: 320px;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cart-details-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff9800;
  margin-bottom: 1.2rem;
  text-align: center;
  letter-spacing: 0.5px;
}
.cart-details-inputs {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.cart-input {
  border: 1.5px solid #ffd180;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  background: #fff;
  transition: border 0.2s;
}
.cart-input:focus {
  border: 1.5px solid #ff9800;
  outline: none;
}
.cart-details-actions {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  justify-content: center;
}
.cart-btn-whatsapp, .cart-btn-sms, .cart-btn-viber {
  flex: 1 1 0;
  padding: 0.7rem 0.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.cart-btn-whatsapp { background: linear-gradient(90deg, #25d366 60%, #128c7e 100%); color: #fff; }
.cart-btn-whatsapp:hover { background: linear-gradient(90deg, #128c7e 60%, #25d366 100%); transform: translateY(-2px) scale(1.04); }
.cart-btn-sms { background: linear-gradient(90deg, #ffd600 60%, #ff9800 100%); color: #333; }
.cart-btn-sms:hover { background: linear-gradient(90deg, #ff9800 60%, #ffd600 100%); transform: translateY(-2px) scale(1.04); }
.cart-btn-viber { background: linear-gradient(90deg, #8f5db7 60%, #6f3faa 100%); color: #fff; }
.cart-btn-viber:hover { background: linear-gradient(90deg, #6f3faa 60%, #8f5db7 100%); transform: translateY(-2px) scale(1.04); }
.cart-details-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  font-weight: bold;
  color: #ff9800;
  background: #fff3e0;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  margin-top: 0.5rem;
  box-shadow: 0 1px 4px rgba(255, 168, 0, 0.07);
}
/* Top icon styles for menu.html */
/* Footer social icons white */
/* Footer social icons white and visible */
/* Footer social icons: pure white, bigger, no shadow */
/* Footer social icons: white with dark background for visibility */
/* Footer social icons: white with thin border for visibility */
/* Footer social icons: white, round, subtle shadow, correct Font Awesome shape */
.footer .social-icons i {
  border-radius: 50%;
  padding: 8px;
  opacity: 1 !important;
  /* font-weight: bold; */
  background: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Social icon colors */
.social-icon-facebook {
  color: #4267b2;
  border-radius: 50%;
  box-shadow: var(--shadow);
  padding: 4px;
}
.social-icon-instagram {
  color: #e1306c;
  border-radius: 50%;
  box-shadow: var(--shadow);
  padding: 4px;
}
.social-icon-whatsapp {
  color: #25d366;
  border-radius: 50%;
  box-shadow: var(--shadow);
  padding: 4px;
}
/* Footer styles moved from inline */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ff9800;
  color: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 2rem 1rem;
  margin-top: 2rem;
}
.footer-left, .footer-center, .footer-right {
  flex: 1 1 220px;
  min-width: 220px;
}
.footer-center {
  text-align: center;
  color: #fff;
}
.footer-right {
  text-align: right;
  color: #fff;
}
.footer-title {
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-info {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}
.footer-hours {
  font-size: 0.95rem;
  color: #fff;
}
.footer-map {
  border-radius: 12px;
  border: none;
  box-shadow: var(--shadow);
}
.social-icons {
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
}
/* Navbar links styled like cart button */
.nav-link {
  color: var(--primary);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  transition: background var(--transition), color var(--transition);
}
.about {
  margin: 0;
}
.about-content {
  margin: 0;
}
.about-content h2 {
  color: #ff9800;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.about-content p {
  color: #222;
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}

/* LORI Pizzeria & Rent - Modern UI */
:root {
  --primary: #ffb347;
  --secondary: #222;
  --bg: #fff;
  --text: #222;
  --card: #f9f9f9;
  --shadow: 0 4px 16px rgba(0,0,0,0.08);
  --radius: 18px;
  --transition: 0.2s cubic-bezier(.4,0,.2,1);
}
body.dark {
  --bg: #181818;
  --text: #fff;
  --card: #232323;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  transition: background var(--transition), color var(--transition);
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background: var(--bg);
  box-shadow: var(--shadow);
  padding: 1rem 0 0.5rem 0;
}

body {
  padding-top: 4.2rem; /* Lartësia e navbar-it për të mos u mbuluar përmbajtja */
}
.navbar .container {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 1rem;
}
.logo {
  font-size: 1.5rem; font-weight: bold; letter-spacing: 1px;
}
.actions { display: flex; gap: 1rem; }
.cart-btn {
  background: none; border: none; position: relative; cursor: pointer;
}
.icon-cart::before {
  content: '\1F6D2'; font-size: 1.5rem;
}
.cart-count {
  position: absolute; top: -8px; right: -8px;
  background: var(--primary); color: #fff; border-radius: 50%; font-size: 0.8rem;
  padding: 2px 6px; font-weight: bold;
}
#darkModeToggle {
  background: none; border: none; cursor: pointer;
}
.icon-moon::before {
  content: '\1F319'; font-size: 1.3rem;
}
.hero {
  position: relative; text-align: center; overflow: hidden;
}
.hero-img {
  width: 100%; max-height: 320px; object-fit: cover; filter: brightness(0.7);
}
.hero-content {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.hero-content h1 {
  font-size: 2.5rem; margin: 0 0 0.5rem;
}
.hero-content p {
  font-size: 1.2rem; margin-bottom: 1.5rem;
}
.scroll-btn {
  background: var(--primary); color: #fff; border: none; border-radius: var(--radius);
  padding: 0.7rem 2rem; font-size: 1rem; font-weight: bold; cursor: pointer;
  box-shadow: var(--shadow); text-decoration: none; transition: background var(--transition);
}
.scroll-btn:hover { background: #ffa500; }
.category-filter {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 1.2rem 1.5rem 1rem 1.5rem;
  background: #fffbe7;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(255,168,0,0.07);
  margin: 1.5rem auto 1.2rem auto;
  max-width: 900px;
  align-items: center;
}
.category-btn {
  background: #fff8e1;
  color: #ff9800;
  border: none;
  border-radius: 22px;
  padding: 0.5rem 1.3rem;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(255,168,0,0.06);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  margin-bottom: 0.5rem;
  outline: none;
}
.category-btn.active, .category-btn:focus, .category-btn:hover {
  background: #ff9800;
  color: #fff;
  box-shadow: 0 2px 8px rgba(255,168,0,0.13);
}
.search-bar {
  display: flex; justify-content: center; padding: 0.5rem 1rem;
}
#searchInput {
  width: 100%; max-width: 400px; padding: 0.7rem 1rem; border-radius: var(--radius);
  border: 1px solid #ddd; font-size: 1rem; background: var(--card); color: var(--text);
  box-shadow: var(--shadow); outline: none; transition: border var(--transition);
}
#searchInput:focus { border: 1.5px solid var(--primary); }
.menu {
  padding: 1.5rem 1rem 2rem;
  max-width: 1200px; margin: 0 auto;
}
.menu-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem;
}
.product-card {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; display: flex; flex-direction: column; transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer; position: relative;
}
.product-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.product-img {
  width: 100%; height: 180px; object-fit: cover;
}
.product-info {
  padding: 1rem; flex: 1 1 auto; display: flex; flex-direction: column;
}
.product-title {
  font-size: 1.2rem; font-weight: bold; margin-bottom: 0.3rem;
}
.product-desc {
  font-size: 0.98rem; color: #666; margin-bottom: 0.7rem;
}
.product-price {
  font-size: 1.1rem; font-weight: bold; color: var(--primary); margin-bottom: 0.7rem;
}
.add-to-cart-btn {
  background: var(--primary); color: #fff; border: none; border-radius: var(--radius);
  padding: 0.5rem 1.2rem; font-size: 1rem; font-weight: bold; cursor: pointer;
  box-shadow: var(--shadow); transition: background var(--transition);
}
.add-to-cart-btn:hover { background: #ffa500; }
/* Modal Styles */
.modal {
  display: none; position: fixed; z-index: 200; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.35); justify-content: center; align-items: center; transition: opacity var(--transition);
}
.modal.show { display: flex; animation: fadeIn 0.2s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal-content {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 2rem 1.5rem; max-width: 400px; width: 95vw; position: relative; text-align: center;
  animation: modalPop 0.25s;
  max-height: 90vh;
  overflow-y: auto;
}
/* Product modal image responsive and limited */
#productModal img, .modal-content img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}
@keyframes modalPop { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.close-modal {
  position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; color: #888; cursor: pointer;
}
.cart-modal-content { max-width: 480px; }
#cartItems { margin: 1.2rem 0; }
.cart-item {
  display: flex; align-items: center; gap: 0.7rem; background: var(--bg); border-radius: var(--radius);
  margin-bottom: 0.7rem; padding: 0.7rem 0.5rem; box-shadow: var(--shadow);
}
.cart-item-img {
  width: 54px; height: 54px; object-fit: cover; border-radius: var(--radius);
}
.cart-item-info { flex: 1 1 auto; }
.cart-item-title { font-weight: bold; font-size: 1rem; }
.cart-item-desc { font-size: 0.95rem; color: #888; }
.cart-item-controls {
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
}
.cart-item-qty {
  display: flex; align-items: center; gap: 0.3rem;
}

.qty-btn {
  background: linear-gradient(135deg, #ff9800 0%, #ffb347 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.15s;
  margin: 0 2px;
}
.qty-btn:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ff9800 100%);
  transform: scale(1.08);
}
.cart-item-price { font-size: 1rem; color: var(--primary); font-weight: bold; margin-top: 0.2rem; }
.delete-item {
  background: linear-gradient(135deg, #e74c3c 0%, #ff7675 100%);
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 0.5rem;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.15s;
}
.delete-item:hover {
  background: linear-gradient(135deg, #ff7675 0%, #e74c3c 100%);
  transform: scale(1.08) rotate(-10deg);
}
.cart-total {
  display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: bold; margin-bottom: 1rem;
}
.order-actions {
  display: flex; gap: 0.7rem; margin-top: 1rem; justify-content: center;
}
.order-btn {
  flex: 1 1 auto; padding: 0.7rem 0; border: none; border-radius: var(--radius); font-size: 1rem; font-weight: bold; cursor: pointer;
  transition: background var(--transition);
}
.order-btn.whatsapp { background: #25d366; color: #fff; }
.order-btn.sms { background: #007aff; color: #fff; }
.order-btn.viber { background: #665cac; color: #fff; }
.order-btn:hover { filter: brightness(0.93); }
#orderForm input {
  width: 100%; margin-bottom: 0.5rem; padding: 0.6rem 1rem; border-radius: var(--radius);
  border: 1px solid #ddd; font-size: 1rem; background: var(--bg); color: var(--text);
  box-shadow: var(--shadow); outline: none; transition: border var(--transition);
}
#orderForm input:focus { border: 1.5px solid var(--primary); }
.toast {
  position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: #fff; padding: 1rem 2rem; border-radius: var(--radius);
  box-shadow: var(--shadow); font-size: 1.1rem; opacity: 0; pointer-events: none; transition: opacity 0.3s;
  z-index: 9999;
}
.toast.show { opacity: 1; pointer-events: auto; }
@media (max-width: 600px) {
  .hero-content h1 { font-size: 1.5rem; }
  .modal-content, .cart-modal-content { padding: 1rem 0.5rem; }
  .menu-grid { grid-template-columns: 1fr; }
}
