:root {
  --bg: #070707;
  --panel: #141414;
  --panel-2: #1d1d1d;
  --panel-3: #252525;
  --text: #ffffff;
  --muted: #b8b8b8;
  --line: #333333;
  --yellow: #ffd400;
  --yellow-2: #f2bc00;
  --red: #ff3b30;
  --green: #25d366;
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}

body.locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 14px;
  background: #050505;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.brand strong {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 34px;
  color: #050505;
  background: var(--yellow);
  transform: skew(-6deg);
  letter-spacing: -0.08em;
}

.main-nav {
  position: fixed;
  inset: 64px 12px auto 12px;
  z-index: 90;
  display: grid;
  padding: 14px;
  background: rgba(5, 5, 5, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
}

.main-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.main-nav a {
  padding: 13px 10px;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}

.main-nav a:last-child {
  border-bottom: 0;
}

.mobile-menu-toggle {
  display: grid;
  place-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
}

.header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  color: #050505;
  background: var(--yellow);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  justify-self: end;
}

.header-cart b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  color: var(--text);
  background: #050505;
  border-radius: 999px;
}

.cart-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}

.hero {
  display: grid;
  gap: 18px;
  padding: 22px 14px 10px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(34px, 11vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(26px, 8vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 570px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.4;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.btn-primary {
  color: #050505;
  background: var(--yellow);
}

.btn-primary:hover {
  background: var(--yellow-2);
}

.btn-secondary {
  color: var(--text);
  background: var(--panel-2);
  border-color: var(--line);
}

.btn.small {
  min-height: 42px;
  padding: 0 14px;
  font-size: 14px;
}

.btn.wide {
  width: 100%;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  color: #050505;
  background: var(--yellow);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}

.hero-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quick-menu {
  position: sticky;
  top: 64px;
  z-index: 60;
  padding: 14px 0 14px 14px;
  background: #050505;
  border-bottom: 1px solid var(--line);
}

.category-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-right: 14px;
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-btn {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.category-btn.active {
  color: #050505;
  background: var(--yellow);
  border-color: var(--yellow);
}

.section {
  padding: 34px 14px 0;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.section-note {
  max-width: 410px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.product-grid {
  display: grid;
  gap: 12px;
}

.product-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  padding: 10px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-card:focus-within,
.product-card:hover {
  border-color: var(--yellow);
}

.food-art {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  background: #2a1b10;
  border-radius: 16px;
}

.food-art::before {
  content: "";
  position: absolute;
  inset: 16px 10px 22px;
  background: var(--yellow);
  border-radius: 999px;
  transform: rotate(-10deg);
}

.food-art::after {
  content: "";
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 18px;
  height: 28px;
  background: #f4f4f4;
  border-radius: 999px;
  box-shadow: 0 -18px 0 #b84b22, 0 -34px 0 #2f9d52;
}

.food-art[data-kind*="pizza"]::before {
  inset: 18px;
  background: #d58922;
  border-radius: 50%;
  transform: none;
}

.food-art[data-kind*="pizza"]::after {
  inset: 35px;
  height: auto;
  background: #ffdd75;
  border-radius: 50%;
  box-shadow: 18px 2px 0 -9px #c42d1c, -14px 13px 0 -8px #c42d1c, 0 -16px 0 -8px #c42d1c;
}

.food-art[data-kind*="burger"]::before,
.food-art[data-kind*="combo"]::before {
  inset: 28px 14px 54px;
  background: #d99a35;
  transform: none;
}

.food-art[data-kind*="burger"]::after,
.food-art[data-kind*="combo"]::after {
  left: 14px;
  right: 14px;
  bottom: 27px;
  height: 18px;
  background: #6e351b;
  box-shadow: 0 -16px 0 #ffd400, 0 -30px 0 #2f9d52;
}

.food-art[data-kind*="drink"]::before,
.food-art[data-kind*="water"]::before {
  inset: 18px 36px;
  background: #262626;
  border: 3px solid var(--yellow);
  border-radius: 10px;
  transform: none;
}

.food-art[data-kind*="drink"]::after,
.food-art[data-kind*="water"]::after {
  inset: auto 43px 22px;
  height: 50px;
  background: var(--yellow);
  border-radius: 6px;
  box-shadow: none;
}

.food-art[data-kind*="sauce"]::before {
  inset: 36px 24px 26px;
  background: var(--yellow);
  transform: none;
}

.food-art[data-kind*="sauce"]::after {
  display: none;
}

.product-body {
  display: grid;
  gap: 8px;
}

.product-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-shrink: 0;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.price {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 900;
}

.weight {
  color: var(--muted);
  font-size: 12px;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  min-height: 42px;
  overflow: hidden;
  background: var(--panel-3);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.qty-control button {
  height: 42px;
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 900;
}

.qty-control span {
  text-align: center;
}

.promo-grid,
.info-section,
.footer {
  display: grid;
  gap: 12px;
}

.promo-card,
.info-card,
.map-placeholder {
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.promo-card p,
.info-card li,
.footer p,
.contact-list span {
  color: var(--muted);
  line-height: 1.45;
}

.info-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 14px 0 0;
}

.footer {
  padding: 40px 14px 96px;
  margin-top: 48px;
  background: #050505;
  border-top: 1px solid var(--line);
  display: flex !important;
  flex-direction: column !important;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-top: 0;
}

.footer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease;
}

.social-btn:hover {
  border-color: var(--yellow);
  background: #171717;
  transform: translateY(-1px);
}

.social-btn svg {
  color: var(--yellow);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-contacts li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}

.footer-contacts li svg {
  color: var(--yellow);
  flex-shrink: 0;
}

.footer-contacts li a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.footer-contacts li a:hover {
  color: var(--yellow);
}

/* Map Widget styles */
.map-widget {
  position: relative;
  width: 100%;
  height: 140px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-widget-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: 
    radial-gradient(circle at 20% 35%, var(--yellow) 1px, transparent 1px),
    radial-gradient(circle at 80% 65%, var(--yellow) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 16px 16px, 16px 16px;
}

.map-widget-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.map-pin-glow {
  position: relative;
  animation: mapPinBounce 2s infinite ease-in-out;
}

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

.map-widget-title {
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.map-widget-btn {
  font-size: 11px !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Footer Bottom styles */
.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.payment-icons {
  display: flex;
  gap: 8px;
}

.footer-legal-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.legal-link {
  font-size: 12px;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.legal-link:hover {
  color: var(--yellow);
  border-bottom-color: rgba(255, 212, 0, 0.4);
}

@media (max-width: 767px) {
  .footer-legal-links {
    flex-direction: column;
    gap: 8px;
    margin: 8px 0;
  }
}

.pay-badge {
  font-size: 10px;
  font-weight: 800;
  color: #888888;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.03);
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* PC override for footer grid */
@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
  }
  
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.mobile-cart-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 16px;
  color: #050505;
  background: var(--yellow);
  border: 0;
  border-radius: 16px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.drawer-backdrop,
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.72);
}

.cart-drawer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  max-height: 92vh;
  padding: 16px;
  overflow-y: auto;
  background: #0b0b0b;
  border: 1px solid var(--line);
  border-radius: 22px 22px 0 0;
  box-shadow: var(--shadow);
  transform: translateY(105%);
  transition: transform 0.22s ease;
}

.cart-drawer.open {
  transform: translateY(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 24px;
}

.cart-empty {
  padding: 20px 0 8px;
}

.cart-empty p {
  color: var(--muted);
}

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

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  padding: 10px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cart-item .food-art {
  min-height: 64px;
  border-radius: 12px;
}

.cart-item h3 {
  margin-bottom: 4px;
  font-size: 16px;
}

.cart-item p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.cart-item-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.remove-btn {
  color: var(--muted);
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.promo-form {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.promo-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  color: var(--text);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--yellow);
}

.form-message {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-errors {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  background: rgba(255, 59, 48, 0.08) !important;
  border: 1px solid rgba(255, 59, 48, 0.2) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  color: #ff453a !important;
  font-size: 13px !important;
}

.form-errors span {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

.form-errors span::before {
  content: "●" !important;
  font-size: 8px !important;
  color: #ff453a !important;
}

.form-errors:empty {
  display: none !important;
}

.totals {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.total-row strong {
  color: var(--text);
}

.total-row.final {
  color: var(--text);
  font-size: 20px;
}

.product-modal,
.checkout-modal,
.success-modal {
  position: fixed;
  inset: auto 0 0;
  z-index: 120;
  max-height: 94vh;
  overflow-y: auto;
  padding: 16px;
  background: #0b0b0b;
  border: 1px solid var(--line);
  border-radius: 22px 22px 0 0;
  box-shadow: var(--shadow);
  transform: translateY(105%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.18s ease, visibility 0s linear 0.22s;
}

.product-modal.open,
.checkout-modal.open,
.success-modal.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.modal-close {
  margin-left: auto;
  margin-bottom: 10px;
}

.modal-food {
  min-height: 220px;
  margin-bottom: 14px;
}

.option-group,
.addon-group,
.choice-group {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.option-grid,
.addon-grid,
.choice-row {
  display: grid;
  gap: 8px;
}

.option-card,
.addon-card,
.choice-row label,
.choice-group label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.option-card:has(input:checked),
.addon-card:has(input:checked),
.choice-row label:has(input:checked),
.choice-group label:has(input:checked) {
  color: #050505;
  background: var(--yellow);
  border-color: var(--yellow);
}

.modal-total {
  position: sticky;
  bottom: -16px;
  display: grid;
  gap: 10px;
  margin: 16px -16px -16px;
  padding: 14px 16px;
  background: #050505;
  border-top: 1px solid var(--line);
}

.checkout-content {
  display: grid;
  gap: 12px;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-agreement {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.45;
  margin: 8px 0 12px;
  text-align: center;
}

.checkout-agreement a {
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.2s, color 0.2s;
}

.checkout-agreement a:hover {
  color: #ffffff;
  border-bottom-color: var(--yellow);
}

.form-grid {
  display: grid;
  gap: 10px;
}

.checkout-row-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-column: 1 / -1;
}

.form-grid label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

.time-input:disabled {
  opacity: 0.45;
}

.order-preview,
.success-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.preview-line,
.success-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.preview-line strong,
.success-line strong {
  color: var(--text);
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  color: #050505;
  background: var(--green);
  border-radius: 999px;
  font-weight: 900;
}

@media (min-width: 560px) {
  .hero-actions {
    grid-template-columns: max-content max-content;
  }

  .product-grid,
  .hero-products,
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    grid-template-columns: 132px 1fr;
  }

  .form-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wide-field {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 12px 30px;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .main-nav a {
    padding: 8px 0;
    border: 0;
    color: var(--muted);
  }

  .main-nav a:hover {
    color: var(--yellow);
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    align-items: center;
    min-height: 610px;
    padding: 56px 30px 28px;
  }

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

  .quick-menu {
    top: 69px;
    padding-left: 30px;
  }

  .section,
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-head {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .food-art {
    min-height: 185px;
  }

  .promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cart-drawer {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(460px, 100vw);
    max-height: none;
    border-radius: 22px 0 0 22px;
    transform: translateX(105%);
  }

  .cart-drawer.open {
    transform: translateX(0);
  }

  .product-modal,
  .checkout-modal,
  .success-modal {
    inset: 50% auto auto 50%;
    width: min(760px, calc(100vw - 40px));
    max-height: min(90vh, 860px);
    border-radius: 24px;
    transform: translate(-50%, calc(-50% + 40px));
  }

  .product-modal.open,
  .checkout-modal.open,
  .success-modal.open {
    transform: translate(-50%, -50%);
  }

  .product-modal-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 18px;
  }

  .modal-food {
    min-height: 100%;
    margin-bottom: 0;
  }

  .option-grid,
  .addon-grid,
  .choice-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-cart-bar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hero,
  .section,
  .footer {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .site-header {
    padding-left: max(14px, calc((100% - 1280px) / 2)) !important;
    padding-right: max(14px, calc((100% - 1280px) / 2)) !important;
  }

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

/* Refinement pass: sharper commercial fastfood UI */
body {
  background:
    linear-gradient(180deg, #050505 0, #090909 320px, #070707 100%);
}

.site-header {
  min-height: 58px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.brand {
  gap: 6px;
  font-size: 20px;
}

.brand strong {
  min-width: 38px;
  min-height: 27px;
  border-radius: 3px;
}

.hero {
  position: relative;
  gap: 16px;
  padding-top: 26px;
}

.hero-copy {
  display: grid;
  align-content: center;
}

.eyebrow {
  color: #ffde2a;
  font-size: 11px;
  letter-spacing: 0.11em;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(30px, 9.5vw, 70px);
  line-height: 1.05;
  text-wrap: balance;
}

h2 {
  max-width: 880px;
  font-size: clamp(25px, 7vw, 44px);
  text-wrap: balance;
}

.hero-text,
.section-note {
  color: #c9c9c9;
  font-weight: 700;
}

.btn {
  min-height: 48px;
  border-radius: 12px;
  letter-spacing: -0.02em;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

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

.btn-secondary {
  background: #191919;
  border-color: #353535;
}

.hero-facts span,
.badge {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 7px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.quick-menu {
  top: 58px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.category-btn {
  min-height: 44px;
  padding: 0 22px;
  background: #151515;
  border-color: #2b2b2b;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.section {
  padding-top: 28px;
}

.section-head {
  margin-bottom: 14px;
}

.product-grid {
  gap: 10px;
}

.product-card {
  position: relative;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 11px;
  padding: 9px;
  overflow: hidden;
  background: #151515;
  border-color: #2a2a2a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.product-card:hover {
  background: #191919;
  transform: translateY(-2px);
}

.hero-products .product-card:first-child {
  border-color: rgba(255, 212, 0, 0.7);
}

.food-art {
  min-height: 112px;
  background:
    linear-gradient(180deg, #2a1d12 0%, #1b130d 100%);
  border: 1px solid #3a2b1b;
  box-shadow: inset 0 0 0 1px rgba(255, 212, 0, 0.05);
}

.food-art::before {
  inset: 18px 12px 30px;
  background:
    linear-gradient(135deg, #ffd400 0 62%, #e8a900 63% 100%);
  border-radius: 999px 999px 36px 36px;
  transform: rotate(-7deg);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
}

.food-art::after {
  left: 17px;
  right: 17px;
  bottom: 21px;
  height: 22px;
  background: #fff4e5;
  box-shadow: 0 -13px 0 #9f3f1f, 0 -25px 0 #149757;
}

.food-art[data-kind*="burger"]::before,
.food-art[data-kind*="combo"]::before {
  inset: 25px 13px 58px;
  background: linear-gradient(180deg, #d99535, #b87523);
  border-radius: 999px 999px 12px 12px;
}

.food-art[data-kind*="burger"]::after,
.food-art[data-kind*="combo"]::after {
  bottom: 28px;
  height: 15px;
  background: #6d351c;
  box-shadow: 0 -13px 0 #ffd400, 0 -24px 0 #139451;
}

.food-art[data-kind*="pizza"]::before {
  inset: 18px 15px;
  background: radial-gradient(circle at 50% 50%, #ffe38a 0 48%, #c94525 49% 58%, #d99535 59% 100%);
  border-radius: 50%;
}

.food-art[data-kind*="pizza"]::after {
  display: none;
}

.food-art[data-kind*="drink"]::before,
.food-art[data-kind*="water"]::before {
  inset: 18px 33px;
  background: #191919;
  border: 2px solid #ffda1a;
}

.food-art[data-kind*="drink"]::after,
.food-art[data-kind*="water"]::after {
  inset: auto 39px 23px;
  height: 44px;
}

.product-body {
  gap: 7px;
  min-width: 0;
}

.product-card h3 {
  margin-bottom: 0;
}

.product-card p {
  display: -webkit-box;
  overflow: hidden;
  color: #c4c4c4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.price {
  font-size: 19px;
  letter-spacing: -0.04em;
}

.weight {
  white-space: nowrap;
}

.card-actions {
  grid-template-columns: 1fr;
}

.product-card .btn.small,
.product-card .qty-control {
  min-height: 38px;
  border-radius: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--yellow);
}

.drawer-backdrop,
.modal-backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.cart-drawer,
.product-modal,
.checkout-modal,
.success-modal {
  background: #101010;
  border-color: #303030;
}

.drawer-head {
  position: sticky;
  top: -16px;
  z-index: 2;
  padding: 2px 0 10px;
  background: #101010;
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 22px;
}

.cart-item {
  background: #171717;
}

.promo-form,
.totals,
.order-preview,
.success-card {
  background: #171717;
}

.product-modal,
.checkout-modal,
.success-modal {
  padding: 14px;
}

.modal-close {
  position: sticky;
  top: 0;
  z-index: 3;
}

.modal-food {
  min-height: 190px;
  border-radius: 18px;
}

.modal-details h2,
.checkout-content h2,
.success-card h2 {
  font-size: clamp(27px, 8vw, 42px);
}

.option-card,
.addon-card,
.choice-row label,
.choice-group label {
  min-height: 52px;
  background: #181818;
  border-color: #313131;
}

.choice-group p,
.option-group h3,
.addon-group h3 {
  margin-bottom: 0;
}

.choice-group {
  padding: 12px;
  background: #141414;
  border: 1px solid #2b2b2b;
  border-radius: 16px;
}

.form-grid {
  padding: 12px;
  background: #141414;
  border: 1px solid #2b2b2b;
  border-radius: 16px;
}

input,
textarea {
  background: #202020;
  border-color: #373737;
}

.promo-card,
.info-card,
.map-placeholder {
  background: #151515;
  border-color: #2c2c2c;
}

.promo-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer {
  background: #050505;
}

@media (max-width: 420px) {
  .header-cart span {
    display: none;
  }

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

  .product-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .food-art {
    min-height: 104px;
  }

  .product-card p {
    font-size: 12px;
  }
}

@media (min-width: 560px) {
  .product-card {
    grid-template-columns: 126px minmax(0, 1fr);
  }
}

@media (min-width: 900px) {
  .site-header {
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-menu {
    top: 64px;
  }

  .hero {
    min-height: 560px;
    grid-template-columns: minmax(430px, 0.9fr) minmax(480px, 1.1fr);
    gap: 54px;
  }

  .hero-copy h1 {
    max-width: 650px;
    font-size: clamp(52px, 5.4vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  .hero-text {
    max-width: 520px;
  }

  .hero-products {
    gap: 14px;
  }

  .hero-products .product-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .hero-products .food-art {
    min-height: 150px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 12px;
    border-radius: 18px;
  }

  .product-body {
    flex: 1;
  }

  .food-art {
    min-height: 170px;
    border-radius: 15px;
  }

  .product-card p {
    min-height: 38px;
  }

  .card-actions {
    margin-top: auto;
  }

  .product-modal,
  .checkout-modal,
  .success-modal {
    width: min(720px, calc(100vw - 48px));
    padding: 18px;
  }

  .checkout-modal {
    width: min(680px, calc(100vw - 48px));
  }

  .product-modal-content {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .modal-details,
  .checkout-content,
  .success-card {
    padding-top: 8px;
  }

  .choice-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

  .choice-group p {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 590px;
  }

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

/* Brand scenes */
.service-strip {
  display: grid;
  gap: 1px;
  margin: 14px 14px 0;
  overflow: hidden;
  background: #303030;
  border: 1px solid #303030;
  border-radius: 16px;
}

.service-strip article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #131313;
}

.service-strip strong {
  color: var(--yellow);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.service-strip div {
  display: grid;
  gap: 3px;
}

.service-strip b {
  font-size: 14px;
  text-transform: uppercase;
}

.service-strip span {
  color: var(--muted);
  font-size: 12px;
}

.spotlight-section {
  display: grid;
  gap: 0;
  margin: 34px 14px 0;
  padding: 0;
  overflow: hidden;
  background: var(--yellow);
  border-radius: 22px;
}

.spotlight-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 24px 18px;
  color: #070707;
}

.spotlight-copy .eyebrow {
  color: #070707;
}

.spotlight-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 11vw, 66px);
}

.spotlight-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 16px;
  line-height: 1.45;
}

.spotlight-copy .btn {
  color: #fff;
  background: #080808;
}

.spotlight-price {
  display: grid;
  gap: 2px;
  margin-bottom: 18px;
}

.spotlight-price span {
  font-size: 11px;
  text-transform: uppercase;
}

.spotlight-price strong {
  font-size: 30px;
  letter-spacing: -0.06em;
}

.combo-scene {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #111;
}

.scene-number {
  position: absolute;
  top: -34px;
  right: -14px;
  color: #202020;
  font-size: 210px;
  font-weight: 900;
  letter-spacing: -0.14em;
  line-height: 1;
}

.scene-doner {
  position: absolute;
  right: 18%;
  bottom: 46px;
  width: 58%;
  height: 90px;
  background: #fff4e5;
  border-radius: 999px;
  box-shadow: 0 -22px 0 #aa4322, 0 -43px 0 #199653, 0 -68px 0 var(--yellow);
  transform: rotate(-9deg);
}

.scene-fries {
  position: absolute;
  bottom: 22px;
  left: 8%;
  width: 86px;
  height: 100px;
  background: #d82e21;
  border-radius: 10px 10px 24px 24px;
  transform: rotate(6deg);
}

.scene-fries i {
  position: absolute;
  bottom: 55px;
  width: 13px;
  height: 76px;
  background: var(--yellow);
  border-radius: 5px;
}

.scene-fries i:nth-child(1) { left: 9px; transform: rotate(-8deg); }
.scene-fries i:nth-child(2) { left: 28px; height: 90px; }
.scene-fries i:nth-child(3) { left: 48px; height: 82px; transform: rotate(7deg); }
.scene-fries i:nth-child(4) { left: 66px; height: 68px; transform: rotate(12deg); }

.scene-drink {
  position: absolute;
  right: 6%;
  bottom: 18px;
  width: 66px;
  height: 126px;
  background: var(--yellow);
  border: 7px solid #252525;
  border-radius: 8px 8px 18px 18px;
  transform: rotate(5deg);
}

.scene-drink::before {
  content: "№1";
  position: absolute;
  top: 44px;
  left: 12px;
  color: #080808;
  font-size: 20px;
  font-weight: 900;
}

.scene-drink::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 35px;
  width: 5px;
  height: 40px;
  background: #fff;
  transform: rotate(10deg);
}

.builder-section {
  display: grid;
  gap: 0;
  margin: 34px 14px 0;
  padding: 0;
  overflow: hidden;
  background: #151515;
  border: 1px solid #303030;
  border-radius: 22px;
}

.builder-visual {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    linear-gradient(#202020 1px, transparent 1px),
    linear-gradient(90deg, #202020 1px, transparent 1px),
    #0c0c0c;
  background-size: 34px 34px;
}

.builder-label {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--yellow);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.builder-doner {
  position: absolute;
  right: -7%;
  bottom: 58px;
  width: 72%;
  height: 72px;
  background: #fff5e9;
  border-radius: 999px;
  box-shadow: 0 -19px 0 #a94322, 0 -38px 0 #15934f, 0 -60px 0 var(--yellow);
  transform: rotate(-12deg);
}

.ingredient {
  position: absolute;
  z-index: 2;
  padding: 7px 10px;
  color: #070707;
  background: var(--yellow);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ingredient-one { right: 12%; top: 28px; transform: rotate(6deg); }
.ingredient-two { left: 8%; bottom: 38px; transform: rotate(-7deg); }
.ingredient-three { right: 35%; bottom: 18px; transform: rotate(4deg); }

.builder-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 24px 18px;
}

.builder-copy h2 {
  margin-bottom: 12px;
}

.builder-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.5;
}

.builder-steps {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 6px 0 18px;
  list-style: none;
}

.builder-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #1c1c1c;
  border: 1px solid #303030;
  border-radius: 10px;
}

.builder-steps b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #080808;
  background: var(--yellow);
  border-radius: 7px;
}

.info-section {
  display: grid;
  gap: 12px;
}

.delivery-intro {
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 280px;
  padding: 20px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.08)),
    repeating-linear-gradient(-45deg, #202020 0 18px, #181818 18px 36px);
  border: 1px solid #303030;
  border-radius: 20px;
}

.delivery-intro h2 {
  margin-bottom: 18px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.delivery-grid article {
  display: grid;
  align-content: start;
  min-height: 130px;
  padding: 14px;
  background: #151515;
  border: 1px solid #303030;
  border-radius: 16px;
}

.delivery-grid strong {
  color: var(--yellow);
  font-size: 30px;
  letter-spacing: -0.07em;
}

.delivery-grid b {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.delivery-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 700px) {
  .service-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .spotlight-section,
  .builder-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .combo-scene,
  .builder-visual {
    min-height: 400px;
  }

  .info-section {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

@media (min-width: 900px) {
  .service-strip,
  .spotlight-section,
  .builder-section {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
  }

  .service-strip {
    margin-top: 20px;
  }

  .spotlight-section,
  .builder-section {
    margin-top: 48px;
  }

  .spotlight-copy,
  .builder-copy {
    padding: 44px;
  }

  .spotlight-copy h2 {
    font-size: clamp(48px, 5vw, 72px);
  }

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

/* Expanded brand palette and square product media */
:root {
  --cream: #f1e7d6;
  --cream-dark: #d9cbb7;
  --ink: #151412;
  --orange: #e65b32;
  --orange-dark: #b43c21;
  --green: #278366;
  --green-dark: #155441;
  --blue: #536fa8;
  --blue-dark: #33466e;
}

body {
  background: #0c0c0c;
}

.food-art {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.food-art[data-kind*="doner"],
.food-art[data-kind*="durum"] {
  background: linear-gradient(145deg, #44251b, #241712);
  border-color: #6d3826;
}

.food-art[data-kind*="burger"],
.food-art[data-kind*="combo"] {
  background: linear-gradient(145deg, #183e32, #10271f);
  border-color: #28684f;
}

.food-art[data-kind*="pizza"] {
  background: linear-gradient(145deg, #553127, #2c1c18);
  border-color: #7c4938;
}

.food-art[data-kind*="drink"],
.food-art[data-kind*="water"] {
  background: linear-gradient(145deg, #25395d, #151f33);
  border-color: #3d578a;
}

.food-art[data-kind*="sauce"] {
  background: linear-gradient(145deg, #4c4031, #29231b);
  border-color: #71604a;
}

.service-strip article:nth-child(1) strong {
  color: var(--orange);
}

.service-strip article:nth-child(2) strong {
  color: #78a9ff;
}

.service-strip article:nth-child(3) strong {
  color: #52bd91;
}

#popular {
  margin-top: 28px;
  padding-bottom: 34px;
  color: var(--ink);
  background: var(--cream);
}

#popular .eyebrow {
  color: var(--orange-dark);
}

#popular .section-note,
#popular .product-card p,
#popular .weight {
  color: #655d52;
}

#popular .product-card {
  background: #fffaf2;
  border-color: var(--cream-dark);
  box-shadow: 0 8px 26px rgba(54, 41, 24, 0.08);
}

#popular .product-card:hover {
  background: #fff;
  border-color: var(--orange);
}

#popular .price {
  color: var(--orange-dark);
}

#popular .btn-secondary {
  color: var(--ink);
  background: #e2d5c2;
  border-color: #cdbca4;
}

#popular .badge {
  color: #fff;
  background: var(--orange);
}

.spotlight-section {
  background: var(--orange);
}

.spotlight-copy .eyebrow {
  color: #48170d;
}

.spotlight-copy {
  color: #160b08;
}

.spotlight-copy .btn {
  color: #fff;
  background: var(--green-dark);
}

.builder-section {
  background: var(--green-dark);
  border-color: #31745f;
}

.builder-copy > p:not(.eyebrow) {
  color: #d6eee5;
}

.builder-copy .eyebrow {
  color: #8de0bd;
}

.builder-copy .btn {
  color: var(--ink);
  background: var(--cream);
}

.builder-steps li {
  background: #174d3d;
  border-color: #34735f;
}

.builder-steps b {
  color: #fff;
  background: var(--orange);
}

.promo-card:nth-child(1) {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream-dark);
}

.promo-card:nth-child(1) p {
  color: #655d52;
}

.promo-card:nth-child(2) {
  background: var(--blue-dark);
  border-color: #5872a7;
}

.promo-card:nth-child(2) p {
  color: #d9e4ff;
}

.promo-card:nth-child(3) {
  background: var(--green-dark);
  border-color: #34735f;
}

.promo-card:nth-child(3) p {
  color: #d6eee5;
}

.delivery-intro {
  background:
    linear-gradient(0deg, rgba(13, 19, 34, 0.92), rgba(25, 45, 79, 0.32)),
    repeating-linear-gradient(-45deg, #415b91 0 18px, #344b7a 18px 36px);
  border-color: #5a74a8;
}

.delivery-grid article:nth-child(1) {
  background: var(--orange-dark);
  border-color: #d75e3e;
}

.delivery-grid article:nth-child(2) {
  background: var(--green-dark);
  border-color: #34735f;
}

.delivery-grid article:nth-child(3) {
  background: var(--blue-dark);
  border-color: #5872a7;
}

.delivery-grid article:nth-child(4) {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream-dark);
}

.delivery-grid article:nth-child(4) span {
  color: #655d52;
}

.delivery-grid strong {
  color: #fff;
}

.delivery-grid article:nth-child(4) strong {
  color: var(--orange-dark);
}

.category-btn:nth-child(4n + 2).active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.category-btn:nth-child(4n + 3).active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.category-btn:nth-child(4n + 4).active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

@media (max-width: 559px) {
  .hero {
    padding-top: 22px;
  }

  h1 {
    font-size: clamp(32px, 11.5vw, 48px);
    line-height: 1.05;
  }

  .hero-products {
    gap: 10px;
  }

  .product-card,
  .hero-products .product-card {
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: start;
    border-radius: 16px;
  }

  .product-card .food-art,
  .hero-products .food-art {
    width: 104px;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .product-card p {
    min-height: 0;
    -webkit-line-clamp: 2;
  }

  .product-card .badge-row {
    min-height: 0;
  }

  .product-meta {
    align-items: end;
  }

  .service-strip {
    margin-top: 18px;
  }

  .spotlight-section,
  .builder-section {
    border-radius: 18px;
  }

  .spotlight-copy,
  .builder-copy {
    padding: 22px 16px;
  }

  .combo-scene,
  .builder-visual {
    min-height: 260px;
  }

  .delivery-grid {
    gap: 7px;
  }

  .delivery-grid article {
    min-height: 120px;
    padding: 12px;
  }
}

@media (min-width: 900px) {
  #popular {
    max-width: none;
    padding-right: max(30px, calc((100vw - 1220px) / 2));
    padding-left: max(30px, calc((100vw - 1220px) / 2));
  }

  .product-grid .food-art {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .hero-products .product-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .hero-products .food-art {
    width: 132px;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}

/* Mature visual pass: photo-like square media instead of cartoon drawings */
.food-art-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.food-art-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card:hover .food-art-img {
  transform: scale(1.06);
}

/* Hide fallback CSS cartoon drawings */
.food-art {
  display: none !important;
}

.badge {
  color: #15120d;
  background: var(--yellow);
  border-radius: 5px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-facts span {
  color: #f7eddb;
  background: #1e1b18;
  border: 1px solid #3d352b;
  border-radius: 5px;
}

.btn-primary {
  color: #15120d;
  background: var(--yellow);
  border-radius: 10px;
}

.btn-primary:hover {
  background: var(--yellow-2);
}

.product-card {
  background: #141414;
  border-color: #242424;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.product-card:hover {
  background: #181818;
  border-color: rgba(255, 212, 0, 0.35);
  transform: translateY(-4px);
}

.price {
  color: var(--yellow);
}

.header-cart {
  color: #15120d;
  background: var(--yellow);
  border-radius: 10px;
}

.header-cart b {
  background: #15120d;
}

.btn-secondary {
  background: #171717;
  border-color: #34302a;
  border-radius: 10px;
}

.category-btn {
  color: #cfc5b6;
  background: #111;
  border-color: #2c2925;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.category-btn.active {
  color: #15120d;
  background: var(--yellow);
  border-color: var(--yellow);
}

.category-btn:hover:not(.active) {
  border-color: var(--yellow);
  color: #fff;
}

.service-strip {
  background: #1a1a1a;
  border-color: #242424;
  border-radius: 14px;
}

.service-strip article {
  background: #121212;
}

.service-strip strong {
  color: var(--yellow) !important;
}

/* Hero Banner & Badges */
.hero-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 380px;
  z-index: 1;
}

.hero-banner::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.12) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.hero-banner-img {
  position: relative;
  z-index: 1;
  max-width: 95%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.65));
}

.hero-badge {
  position: absolute;
  z-index: 2;
  background: rgba(20, 20, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-badge strong {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-badge span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
}

.badge-left {
  left: -10px;
  top: 22%;
}

.badge-right {
  right: -10px;
  bottom: 22%;
}

/* Centering Filters on Desktop */
@media (min-width: 900px) {
  .quick-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 30px;
    background: rgba(7, 7, 7, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .category-strip {
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
    overflow-x: visible;
  }
}

/* Spotlight & Combo Section */
.spotlight-section {
  color: #efe3d0;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
}

.spotlight-copy {
  color: #ffffff;
}

.spotlight-copy .eyebrow {
  color: var(--yellow);
}

.spotlight-copy .btn {
  color: #15120d;
  background: var(--yellow);
}

.combo-scene {
  background: #0d0d0d;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.combo-scene::before,
.combo-scene::after,
.scene-doner,
.scene-fries,
.scene-drink,
.scene-fries i {
  display: none !important;
}

.combo-scene-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}

.scene-number {
  position: absolute;
  top: 10px;
  left: 20px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 120px;
  font-weight: 900;
  z-index: 2;
  pointer-events: none;
}

/* Builder Section */
.builder-section {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
}

.builder-visual {
  background: #0d0d0d;
  position: relative;
  overflow: hidden;
}

.builder-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.builder-doner {
  display: none !important;
}

.builder-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  letter-spacing: -0.04em;
  z-index: 2;
}

.ingredient {
  color: #ffffff;
  background: rgba(20, 20, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-weight: 800;
  letter-spacing: 0.05em;
  z-index: 2;
}

.builder-copy .eyebrow {
  color: var(--yellow);
}

.builder-copy .btn {
  color: #15120d;
  background: var(--yellow);
}

.builder-steps li {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.builder-steps b {
  color: #15120d;
  background: var(--yellow);
}

/* Promos & Delivery Grid */
.promo-card:nth-child(1),
.promo-card:nth-child(2),
.promo-card:nth-child(3),
.delivery-grid article:nth-child(1),
.delivery-grid article:nth-child(2),
.delivery-grid article:nth-child(3),
.delivery-grid article:nth-child(4) {
  color: #ffffff;
  background: #141414;
  border-color: rgba(255, 255, 255, 0.05);
}

.promo-card:nth-child(1) p,
.promo-card:nth-child(2) p,
.promo-card:nth-child(3) p,
.delivery-grid span {
  color: var(--muted) !important;
}

.delivery-intro {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4)), url('images/delivery_bg.png') center/cover no-repeat;
  border-color: rgba(255, 255, 255, 0.06);
}

.delivery-grid strong {
  color: var(--yellow) !important;
}

/* Popular Section */
#popular {
  color: #ffffff;
  background: linear-gradient(180deg, #0d0d0d 0%, #070707 100%);
}

#popular .eyebrow,
#popular .price {
  color: var(--yellow);
}

#popular .section-note,
#popular .product-card p,
#popular .weight {
  color: var(--muted);
}

#popular .product-card {
  background: #141414;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

#popular .product-card:hover {
  background: #181818;
  border-color: rgba(255, 212, 0, 0.35);
}

#popular .badge {
  color: #15120d;
  background: var(--yellow);
}

#popular .btn-secondary {
  color: #ffffff;
  background: #1c1c1c;
  border-color: rgba(255, 255, 255, 0.1);
}

/* Modal and layout adjustments */
.modal-food {
  border-radius: 12px;
}

.food-art-img-wrapper.modal-food {
  position: relative !important;
  width: 100% !important;
  height: 240px !important;
  aspect-ratio: auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.food-art-img-wrapper.modal-food .food-art-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.section-head {
  align-items: end;
}

@media (max-width: 559px) {
  .product-card,
  .hero-products .product-card {
    border-radius: 14px;
  }

  .product-card .btn.small,
  .product-card .qty-control {
    border-radius: 9px;
  }
}

/* --- Follow-up design improvements --- */

/* Fixed modal padding, close button, and total bar */
.product-modal,
.checkout-modal,
.success-modal {
  padding: 24px !important;
  box-sizing: border-box;
}

.modal-close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  margin: 0 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  z-index: 10 !important;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: var(--yellow) !important;
  color: var(--yellow) !important;
  transform: rotate(90deg) !important;
}

.modal-total {
  position: sticky;
  bottom: -24px !important;
  margin: 20px -24px -24px !important;
  padding: 16px 24px !important;
  background: #0d0d0d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-sizing: border-box;
}

/* 2-column grid layout for Standard/Large to align them under same columns as addons below them */
.option-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.option-grid .option-card {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  background: #181818 !important;
  border: 1px solid #282828 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  min-height: 52px !important;
  cursor: pointer !important;
  color: #ffffff !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

.option-grid .option-card:hover {
  border-color: rgba(255, 212, 0, 0.3) !important;
  background: #202020 !important;
}

.option-grid .option-card:has(input:checked) {
  color: #050505 !important;
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
}

.option-grid .option-card span {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: inherit !important;
  margin: 0 !important;
}

.option-grid .option-card strong {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--yellow) !important;
  white-space: nowrap !important;
  margin-left: auto !important;
}

.option-grid .option-card:has(input:checked) strong {
  color: #050505 !important;
}

.option-grid .option-card input {
  display: none !important; /* Hide the radio circle completely */
}

/* Clean grid alignment for checkboxes/addons to prevent wrapping issues */
.addon-card {
  display: grid !important;
  grid-template-columns: 1fr auto 20px !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  background: #181818 !important;
  border: 1px solid #282828 !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  min-height: 52px;
  color: #ffffff !important;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.addon-card:hover {
  border-color: rgba(255, 212, 0, 0.3) !important;
  background: #202020 !important;
}

.addon-card:has(input:checked) {
  color: #050505 !important;
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
}

.addon-card span {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: inherit !important;
  margin: 0 !important;
}

.addon-card strong {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--yellow) !important;
  white-space: nowrap !important;
  margin-left: auto;
}

.addon-card:has(input:checked) strong {
  color: #050505 !important;
}

.addon-card input {
  margin: 0 !important;
  cursor: pointer;
}

/* Clean full-width comment field */
.comment-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 16px 0 !important;
  width: 100% !important;
}

.comment-field span {
  font-size: 13px !important;
  color: var(--muted) !important;
  font-weight: 700 !important;
}

.comment-field textarea {
  width: 100% !important;
  min-height: 72px !important;
  background: #181818 !important;
  border: 1px solid #282828 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  padding: 12px 14px !important;
  outline: none !important;
  resize: none !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-family: inherit !important;
  transition: border-color 0.2s ease !important;
}

.comment-field textarea:focus {
  border-color: var(--yellow) !important;
}

/* Stretch Footer Full Width on PC, centering only content grid */
.footer {
  max-width: none !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  background: #050505 !important;
  padding-left: max(30px, calc((100vw - 1220px) / 2)) !important;
  padding-right: max(30px, calc((100vw - 1220px) / 2)) !important;
  box-sizing: border-box;
}

/* --- Mobile view improvements --- */
@media (max-width: 559px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .product-card {
    display: flex !important;
    flex-direction: column !important;
    padding: 8px !important;
    border-radius: 12px !important;
    background: #151515 !important;
    border: 1px solid #2a2a2a !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
  }

  .product-card .food-art-img-wrapper {
    width: 100% !important;
    aspect-ratio: 1.15 / 1 !important;
    height: auto !important;
    margin-bottom: 6px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .product-card .food-art-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .product-card .product-body {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 4px !important;
    flex-grow: 1 !important;
  }

  .product-card .product-title-row {
    display: block !important;
    width: 100% !important;
  }

  .product-card h3 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    line-height: 1.25 !important;
  }

  .product-card .badge-row {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 10 !important;
    min-height: 0 !important;
  }

  .product-card p {
    font-size: 11px !important;
    color: var(--muted) !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
    min-height: auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .product-card .product-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 6px !important;
  }

  .product-card .price {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--yellow) !important;
  }

  .product-card .weight {
    font-size: 10px !important;
    color: var(--muted) !important;
  }

  .product-card .card-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    width: 100% !important;
    margin-top: auto !important;
  }

  .product-card .btn.small,
  .product-card .qty-control {
    min-height: 34px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    padding: 0 8px !important;
  }

  .product-card .qty-control {
    grid-template-columns: 28px 1fr 28px !important;
  }

  .product-card .qty-control button {
    font-size: 14px !important;
  }
}

/* --- Checkout modal premium styling override --- */

/* Frosted glass backdrop */
.drawer-backdrop,
.modal-backdrop {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Premium Checkout modal */
.checkout-modal {
  background: #090909 !important; /* Sleeker pure dark panel */
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Choice groups (sections like Payment and Time) */
.checkout-modal .choice-group,
.checkout-modal .form-grid {
  background: rgba(255, 255, 255, 0.01) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  padding: 16px !important;
}

/* Header style inside checkout */
.checkout-content h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

/* Label headers (e.g. "Способ оплаты", "Время") */
.checkout-modal .choice-group p {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 800 !important;
  color: #888888 !important;
  margin-bottom: 12px !important;
  border: 0 !important;
  padding: 0 !important;
}

/* Input labels (e.g. "Имя", "Телефон") */
.checkout-modal .form-grid label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 800 !important;
  color: #888888 !important;
}

/* Form fields (Inputs, Textarea) inside checkout */
.checkout-modal input,
.checkout-modal textarea {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  color: #ffffff !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  outline: none !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.checkout-modal input:focus,
.checkout-modal textarea:focus {
  border-color: var(--yellow) !important;
  background: #0a0a0a !important;
  box-shadow: 0 0 10px rgba(255, 212, 0, 0.1) !important;
}

/* Hide default radio circle inputs in the checkout forms */
.checkout-modal .choice-row label input,
.checkout-modal .choice-group label input {
  display: none !important;
}

/* Toggle row (Delivery / Pickup) */
.checkout-modal .choice-row {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 6px !important;
  background: #050505 !important;
  padding: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  margin-bottom: 8px !important;
}

.checkout-modal .choice-row label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #888888 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.checkout-modal .choice-row label:hover {
  color: #ffffff !important;
}

.checkout-modal .choice-row label:has(input:checked) {
  color: #050505 !important;
  background: var(--yellow) !important;
  box-shadow: 0 2px 8px rgba(255, 212, 0, 0.2) !important;
}

/* Choice labels for Payment & Time */
.checkout-modal .choice-group label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  color: #cccccc !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.checkout-modal .choice-group label:hover {
  background: #111111 !important;
  border-color: rgba(255, 212, 0, 0.3) !important;
  color: #ffffff !important;
}

.checkout-modal .choice-group label:has(input:checked) {
  color: #050505 !important;
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
  box-shadow: 0 2px 8px rgba(255, 212, 0, 0.15) !important;
}

/* Order preview card */
.checkout-modal .order-preview {
  background: rgba(255, 255, 255, 0.01) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  padding: 16px !important;
}

.checkout-modal .order-preview h3 {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 800 !important;
  color: #888888 !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
}

.checkout-modal .preview-line {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 13px !important;
  color: #dddddd !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
}

.checkout-modal .preview-line:last-of-type {
  border-bottom: 0 !important;
}

.checkout-modal .preview-line span {
  color: var(--muted) !important;
}

.checkout-modal .preview-line strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.checkout-modal .time-input {
  margin-top: 8px !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Premium matte blur for the header */
.site-header {
  background: rgba(5, 5, 5, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Ensure all active category buttons are yellow and ignore nth-child rainbow overrides */
.category-btn.active {
  color: #050505 !important;
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
}

/* Premium matte blur for the categories quick menu */
.quick-menu {
  background: rgba(5, 5, 5, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Footer payment icons styling (Flat WebP images, no frames/borders) */
.payment-icons {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.pay-logo-img {
  height: 20px !important;
  width: auto !important;
  opacity: 0.65 !important;
  transition: opacity 0.2s ease !important;
  display: block !important;
}

.pay-logo-img:hover {
  opacity: 1 !important;
}

/* Payment logos inside checkout modal choice labels */
.checkout-modal .choice-group label {
  justify-content: space-between !important;
  padding: 0 16px !important;
}

.payment-method-logos {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.pay-logo-img-small {
  height: 14px !important;
  width: auto !important;
  display: block !important;
}

/* Clean up global typography and reduce bold weights */
body {
  font-weight: 500 !important;
}

p,
li,
input,
textarea,
.hero-text,
.product-card p,
.cart-item p,
.promo-card p,
.delivery-intro-text,
.footer-desc,
.section-note,
.preview-line span,
.brand span,
.site-header nav a,
.footer-links a,
.footer-contacts span,
.footer-contacts a {
  font-weight: 500 !important;
}

h1,
h2,
.brand strong {
  font-weight: 600 !important; /* Semi-Bold для главных заголовков и логотипа */
}

h3,
strong,
b,
.header-cart,
.btn,
.product-card .price,
.cart-item-bottom .price,
.totals .total-row.final strong,
.modal-total .total-row.final strong,
.category-btn,
.choice-row label,
.choice-group label,
.option-grid .option-card strong,
.addon-card strong {
  font-weight: 500 !important; /* Все остальные элементы переводим на Medium 500 */
}

/* Стили для товаров "Нет в наличии" */
.product-card.out-of-stock {
  opacity: 0.65 !important;
  border-style: dashed !important;
}

.product-card.out-of-stock .food-art-img {
  filter: grayscale(0.8) contrast(0.9) !important;
}

.product-card.out-of-stock:hover {
  border-color: var(--line) !important;
  transform: none !important;
}

.badge.unavailable-badge {
  background-color: #333333 !important;
  color: var(--red) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Стили для состава ингредиентов в модальном окне */
.ingredients-group {
  margin-top: 14px !important;
  margin-bottom: 12px !important;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px !important;
}





