:root {
  --bg: #595d67;
  --panel: #04070d;
  --panel-2: #0a1019;
  --panel-3: #101722;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f7f7f7;
  --muted: #a8b0bb;
  --primary: #ff9d1d;
  --primary-2: #ff7b00;
  --accent: #ffb84d;
  --success: #1fd16d;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #02050b;
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

button,
a {
  transition: all 0.25s ease;
}

.page-shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 136, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #02050b 0%, #050a13 58%, #03070d 100%);
  border-radius: 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
}

.inner-page-shell {
  min-height: 100vh;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 44px 18px;
}

.brand-link {
  text-decoration: none;
}

.brand-logo-wrap {
  position: relative;
  width: 126px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 29, 0.25), rgba(255, 157, 29, 0.03) 52%, transparent 72%);
  animation: floatLogo 4.2s ease-in-out infinite;
}

.small-logo-wrap {
  width: 92px;
}

.brand-logo {
  width: 72%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 24px rgba(255, 157, 29, 0.25));
}

.logo-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 29, 0.28);
  box-shadow: 0 0 35px rgba(255, 157, 29, 0.18), inset 0 0 20px rgba(255, 157, 29, 0.12);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a,
.footer-actions a,
.section-link,
.category-anchor-bar a {
  color: #fff;
  text-decoration: none;
}

.main-nav a {
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.78;
}

.main-nav a.active,
.main-nav a:hover,
.footer-actions a:hover,
.section-link:hover,
.category-anchor-bar a:hover {
  color: var(--primary);
  opacity: 1;
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.cart-pill strong {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #111;
}

.active-pill {
  box-shadow: 0 0 0 1px rgba(255, 157, 29, 0.25), 0 12px 30px rgba(255, 123, 0, 0.15);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 18px 44px 20px;
}

.hero-left {
  padding: 30px 0 10px;
}

.eyebrow,
.section-kicker,
.mini-tag,
.food-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 157, 29, 0.12);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-left h1,
.inner-hero h1 {
  margin: 20px 0 16px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.hero-left h1 span {
  color: var(--primary);
  text-shadow: 0 0 24px rgba(255, 157, 29, 0.16);
}

.hero-left p,
.inner-hero p,
.food-card p,
.menu-card p,
.category-tile p,
.cta-band p,
.site-footer p,
.badge-label,
.mini-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  border: none;
  cursor: pointer;
}

.btn-primary {
  color: #111;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 16px 34px rgba(255, 123, 0, 0.22);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 46px rgba(255, 123, 0, 0.28);
}

.btn-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover {
  border-color: rgba(255, 157, 29, 0.38);
  color: var(--primary);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.badge-card,
.mini-card,
.food-card,
.category-tile,
.menu-card,
.cart-list-panel,
.cart-summary-panel,
.cta-band,
.category-anchor-bar,
.inner-hero,
.featured-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
  backdrop-filter: blur(8px);
}

.badge-card {
  padding: 16px;
  border-radius: 18px;
}

.badge-number {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-frame {
  position: relative;
  min-height: 640px;
  width: 100%;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-burger {
  width: min(100%, 680px);
  max-height: 720px;
  object-fit: contain;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.5));
  animation: floatHero 4.8s ease-in-out infinite;
}

.hero-shadow {
  position: absolute;
  bottom: 70px;
  width: 68%;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 29, 0.35), rgba(0,0,0,0) 70%);
  filter: blur(18px);
  z-index: 1;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 29, 0.14);
}

.orbit-1 {
  width: 440px;
  height: 440px;
  box-shadow: 0 0 60px rgba(255, 157, 29, 0.1);
}

.orbit-2 {
  width: 560px;
  height: 560px;
  border-style: dashed;
  animation: rotateSlow 22s linear infinite;
}

/* HERO NUEVO */
.hero-full-image {
  position: relative;
  min-height: 700px;
  margin: 8px 44px 24px;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  display: block;
  background: #02060d;
}

.hero-full-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.hero-dark-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.40) 28%, rgba(0,0,0,0.08) 56%, rgba(0,0,0,0.10) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 100%);
}

.hero-logo-overlay {
  position: absolute;
  z-index: 3;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  max-width: 560px;
}

.hero-logo-overlay-inner {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay-logo-img {
  position: relative;
  z-index: 3;
  width: 680px;
  max-width: none;
  max-height: none;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 16px rgba(255,145,0,0.22))
    drop-shadow(0 0 44px rgba(255,123,0,0.14));
  animation: floatLogo 4.2s ease-in-out infinite;
}

.hero-logo-aura {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 29, 0.14);
}

.hero-logo-aura-1 {
  width: 360px;
  height: 360px;
  box-shadow: 0 0 35px rgba(255, 123, 0, 0.10);
}

.hero-logo-aura-2 {
  width: 490px;
  height: 490px;
  box-shadow: 0 0 60px rgba(255, 123, 0, 0.05);
}

.hero-overlay-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-link-inline {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
}

.hero-link-inline:hover {
  color: #fff;
}

.mini-slider-section,
.section-block,
.cta-band,
.menu-main,
.cart-main {
  padding: 0 44px 34px;
}

.mini-slider-title {
  margin: 0 0 18px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.mini-slider,
.highlight-grid,
.category-grid,
.menu-grid {
  display: grid;
  gap: 18px;
}

.mini-slider {
  grid-template-columns: repeat(4, 1fr);
}

.mini-card {
  padding: 22px 20px;
  border-radius: 20px;
}

.mini-card.active,
.mini-card:hover,
.category-tile:hover,
.menu-card:hover,
.food-card:hover,
.featured-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 157, 29, 0.26);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.mini-card h3,
.food-card h3,
.menu-card h3,
.category-tile h3,
.site-footer h3,
.cart-panel-head h2,
.cart-summary-panel h2,
.section-head h2,
.cta-band h2 {
  margin: 14px 0 8px;
  font-size: 1.45rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.section-head.compact h2 {
  margin-top: 10px;
}

.section-link {
  font-weight: 700;
}

.highlight-grid {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
}

.food-card,
.featured-card,
.menu-card,
.category-tile,
.cta-band,
.inner-hero,
.cart-list-panel,
.cart-summary-panel,
.category-anchor-bar {
  border-radius: 26px;
}

.food-card,
.featured-card {
  padding: 24px;
  min-height: 240px;
}

.featured-card {
  background:
    linear-gradient(145deg, rgba(255, 157, 29, 0.16), rgba(255,255,255,0.03)),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
}

.food-card-content {
  max-width: 350px;
}

.food-meta,
.menu-bottom,
.summary-row,
.cart-row-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.food-meta,
.menu-bottom {
  margin-top: 18px;
}

.food-meta strong,
.menu-bottom strong,
.summary-row strong,
.total-row strong,
.item-price,
.item-total {
  color: #fff;
  font-size: 1.18rem;
}

.add-to-cart,
.qty-btn,
.remove-btn,
.ghost-action {
  border: none;
  cursor: pointer;
  font-weight: 800;
}

.add-to-cart {
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #111;
}

.category-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-tile {
  padding: 26px;
  text-decoration: none;
  color: #fff;
}

.category-tile span {
  font-size: 2rem;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 30px;
  margin-bottom: 22px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 44px 34px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-actions {
  display: flex;
  gap: 20px;
  font-weight: 700;
}

.inner-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 30px;
  margin: 10px 0 22px;
}

.category-anchor-bar {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 16px 18px;
  margin-bottom: 24px;
}

.category-anchor-bar a {
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  font-weight: 700;
}

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

.menu-grid {
  grid-template-columns: repeat(2, 1fr);
}

.menu-card {
  padding: 24px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 24px;
  padding-bottom: 30px;
}

.cart-list-panel,
.cart-summary-panel {
  padding: 24px;
}

.cart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ghost-action {
  background: transparent;
  color: var(--primary);
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.cart-item-name {
  font-weight: 800;
  font-size: 1.05rem;
}

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

.qty-btn,
.remove-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.remove-btn {
  width: auto;
  padding: 0 14px;
}

.summary-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 18px 0;
}

.total-row strong {
  color: var(--primary);
  font-size: 1.6rem;
}

.full-btn {
  width: 100%;
  margin-top: 22px;
}

.empty-cart {
  padding: 24px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.09);
  color: var(--muted);
}

@keyframes floatHero {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .hero,
  .cart-layout,
  .highlight-grid,
  .category-grid,
  .mini-slider,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 0;
  }

  .hero-full-image {
    min-height: 560px;
    margin: 8px 24px 24px;
  }

  .hero-logo-overlay {
    left: 28px;
    max-width: 420px;
  }

  .hero-logo-overlay-inner {
    width: 360px;
    height: 360px;
  }

  .hero-overlay-logo-img {
    width: 440px;
    max-width: none;
    max-height: none;
    height: auto;
  }

  .hero-logo-aura-1 {
    width: 250px;
    height: 250px;
  }

  .hero-logo-aura-2 {
    width: 340px;
    height: 340px;
  }

  .site-header,
  .hero,
  .mini-slider-section,
  .section-block,
  .cta-band,
  .menu-main,
  .cart-main,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .site-header,
  .inner-hero,
  .cta-band,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 16px;
  }

  .hero-left h1,
  .inner-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .hero-full-image {
    min-height: 480px;
    margin: 8px 18px 22px;
    border-radius: 22px;
  }

  .hero-full-bg {
    object-position: center;
  }

  .hero-dark-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.26) 46%, rgba(0,0,0,0.18) 100%);
  }

  .hero-logo-overlay {
    left: 18px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    align-items: flex-start;
    gap: 16px;
    max-width: 300px;
  }

  .hero-logo-overlay-inner {
    width: 270px;
    height: 270px;
  }

  .hero-overlay-logo-img {
    width: 340px;
    max-width: none;
    max-height: none;
    height: auto;
  }

  .hero-logo-aura-1 {
    width: 190px;
    height: 190px;
  }

  .hero-logo-aura-2 {
    width: 250px;
    height: 250px;
  }

  .hero-overlay-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-overlay-actions .btn {
    min-height: 48px;
    padding: 0 20px;
  }
}
/* ===== ADMIN + PHP DINAMICO ===== */
.product-img{width:100%;height:220px;object-fit:cover;border-radius:18px;margin-bottom:16px;border:1px solid rgba(255,255,255,.08)}
.checkout-form{margin-top:18px;display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:12px;color:#aaa;font-weight:700}.form-group input,.form-group select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px;color:#fff;outline:none}.form-group select option{background:#0a1019;color:#fff}.form-group input:focus,.form-group select:focus{border-color:#ff8c00;box-shadow:0 0 0 1px #ff8c00}.delivery-options{display:flex;gap:10px}.delivery-option{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px;text-align:center;cursor:pointer}.delivery-option input{display:none}.delivery-option.active{border-color:#ff8c00;background:rgba(255,140,0,.1)}.delivery-option span{font-size:13px;font-weight:800}.admin-login{min-height:100vh;display:grid;place-items:center;background:#02050b;padding:24px}.admin-login-card{width:min(460px,100%)}.admin-error{padding:12px;border-radius:12px;background:rgba(255,0,0,.12);color:#ffb1b1}.admin-help{color:var(--muted);font-size:.9rem}.admin-check{display:flex;gap:10px;align-items:center;color:#fff;font-weight:700;margin:10px 0}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;color:#fff}.admin-table th,.admin-table td{padding:14px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.admin-table a{color:var(--primary);font-weight:800;text-decoration:none}.admin-table tr:hover{background:rgba(255,255,255,.03)}

/* =========================
   PEDIDOS + RESPONSIVE FIX
   AGREGADO SIN BORRAR NADA
========================= */

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #fff;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--primary);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.admin-table a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.admin-table a:hover {
  color: #fff;
}

.order-status {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.order-status-pendiente {
  background: rgba(255, 157, 29, 0.16);
  color: var(--primary);
  border: 1px solid rgba(255, 157, 29, 0.35);
}

.order-status-preparando {
  background: rgba(30, 144, 255, 0.14);
  color: #4aa3ff;
  border: 1px solid rgba(74, 163, 255, 0.35);
}

.order-status-listo {
  background: rgba(31, 209, 109, 0.14);
  color: var(--success);
  border: 1px solid rgba(31, 209, 109, 0.35);
}

.order-status-entregado {
  background: rgba(255,255,255,0.08);
  color: #ddd;
  border: 1px solid rgba(255,255,255,0.14);
}

.order-status-cancelado {
  background: rgba(255, 60, 60, 0.13);
  color: #ff5c5c;
  border: 1px solid rgba(255, 60, 60, 0.35);
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* =========================
   IMAGENES DE PRODUCTOS
   CENTRADAS Y UNIFORMES
========================= */

.product-card,
.food-card,
.menu-card {
  overflow: hidden;
}

.product-card img,
.food-card img,
.menu-card img,
.product-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* =========================
   RESPONSIVE WEB + ADMIN
   CELULAR Y TABLET
========================= */

@media (max-width: 1100px) {
  .admin-table {
    min-width: 720px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 20px 18px;
    gap: 14px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .main-nav a {
    font-size: 0.92rem;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.035);
  }

  .cart-pill {
    width: 100%;
    justify-content: center;
  }

  .hero-full-image {
    min-height: 360px;
    margin: 8px 14px 22px;
    border-radius: 22px;
  }

  .hero-logo-overlay {
    left: 16px;
    right: 16px;
    max-width: 280px;
  }

  .hero-logo-overlay-inner {
    width: 240px;
    height: 240px;
  }

  .hero-overlay-logo-img {
    width: 300px;
  }

  .hero-logo-aura-1 {
    width: 170px;
    height: 170px;
  }

  .hero-logo-aura-2 {
    width: 230px;
    height: 230px;
  }

  .mini-slider-section,
  .section-block,
  .cta-band,
  .menu-main,
  .cart-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .inner-hero {
    padding: 22px;
    border-radius: 22px;
  }

  .inner-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .category-grid,
  .menu-grid,
  .mini-slider,
  .highlight-grid,
  .cart-layout {
    grid-template-columns: 1fr !important;
  }

  .food-card,
  .featured-card,
  .menu-card,
  .category-tile,
  .cart-list-panel,
  .cart-summary-panel {
    border-radius: 22px;
  }

  .product-card img,
  .food-card img,
  .menu-card img,
  .product-img {
    height: 200px;
  }

  .cart-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-options {
    flex-direction: column;
  }

  .admin-table-wrap {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(255,255,255,0.02);
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    align-items: center;
  }

  .small-logo-wrap {
    width: 78px;
  }

  .main-nav {
    gap: 8px;
  }

  .main-nav a {
    font-size: 0.86rem;
    padding: 8px 9px;
  }

  .hero-full-image {
    min-height: 300px;
    margin: 8px 10px 18px;
  }

  .hero-logo-overlay {
    left: 12px;
    right: 12px;
    max-width: 230px;
  }

  .hero-logo-overlay-inner {
    width: 190px;
    height: 190px;
  }

  .hero-overlay-logo-img {
    width: 240px;
  }

  .hero-logo-aura-1 {
    width: 140px;
    height: 140px;
  }

  .hero-logo-aura-2 {
    width: 190px;
    height: 190px;
  }

  .mini-slider-section,
  .section-block,
  .cta-band,
  .menu-main,
  .cart-main,
  .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .inner-hero,
  .cta-band,
  .cart-list-panel,
  .cart-summary-panel {
    padding: 18px;
  }

  .inner-hero h1 {
    font-size: 2rem;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-anchor-bar {
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .category-anchor-bar a {
    white-space: nowrap;
    font-size: 0.88rem;
  }

  .menu-card,
  .food-card,
  .featured-card,
  .category-tile {
    padding: 18px;
  }

  .product-card img,
  .food-card img,
  .menu-card img,
  .product-img {
    height: 180px;
    border-radius: 16px;
  }

  .food-meta,
  .menu-bottom,
  .summary-row,
  .cart-row-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .add-to-cart,
  .btn,
  .full-btn {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 1fr !important;
    justify-items: stretch;
  }

  .cart-item-controls {
    width: 100%;
    justify-content: space-between;
  }

  .qty-btn {
    width: 42px;
    height: 38px;
  }

  .remove-btn {
    width: 100%;
    height: 38px;
  }

  .form-group input,
  .form-group select {
    width: 100%;
  }

  .admin-table {
    min-width: 680px;
    font-size: 0.88rem;
  }

  .admin-table th,
  .admin-table td {
    padding: 12px 10px;
  }

  .order-status {
    font-size: 0.68rem;
    padding: 6px 9px;
  }

  .site-footer {
    align-items: center;
    text-align: center;
  }

  .footer-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .main-nav a {
    font-size: 0.8rem;
    padding: 7px 8px;
  }

  .hero-full-image {
    min-height: 260px;
  }

  .hero-logo-overlay-inner {
    width: 160px;
    height: 160px;
  }

  .hero-overlay-logo-img {
    width: 205px;
  }

  .hero-logo-aura-1 {
    width: 115px;
    height: 115px;
  }

  .hero-logo-aura-2 {
    width: 160px;
    height: 160px;
  }

  .inner-hero h1 {
    font-size: 1.75rem;
  }

  .product-card img,
  .food-card img,
  .menu-card img,
  .product-img {
    height: 165px;
  }
}
