:root {
  --bg: #050505;
  --panel: rgba(16,16,16,.92);
  --panel-2: rgba(22,22,22,.96);
  --stroke: rgba(255,255,255,.08);
  --soft: #cfcfcf;
  --muted: #a7a7a7;
  --white: #fff;
  --yellow: #ffc61d;
  --orange: #ff8a1d;
  --red: #ff4a3d;
  --blue: #3385ff;
  --radius: 26px;
  --radius-sm: 16px;
  --shadow: 0 24px 64px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 8%, rgba(180,20,12,.45), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(255,126,0,.30), transparent 28%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .06; background-image: radial-gradient(rgba(255,255,255,.8) .4px, transparent .4px); background-size: 6px 6px; mix-blend-mode: soft-light; }
.page-glow { position: fixed; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .18; z-index: 0; }
.glow-left { width: 360px; height: 360px; left: -120px; top: 120px; background: rgba(255, 63, 41, .8); }
.glow-right { width: 420px; height: 420px; right: -140px; top: 80px; background: rgba(255, 157, 0, .75); }

.header { position: sticky; top: 0; z-index: 30; padding: 18px 0; backdrop-filter: blur(16px); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: linear-gradient(180deg, rgba(9,9,9,.94), rgba(9,9,9,.88));
  border: 1px solid rgba(255,190,80,.15);
  border-radius: 24px; padding: 16px 22px; box-shadow: 0 14px 38px rgba(0,0,0,.28);
}
.logo-img { width: 150px; display: block; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: #e8e8e8; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav a:hover { color: var(--yellow); }
.header-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px;
  border-radius: 14px; background: rgba(51,133,255,.13); border: 1px solid rgba(64,130,255,.3); font-size: 14px; font-weight: 800;
}
.header-btn span, .vk-big { display: inline-flex; align-items: center; justify-content: center; background: #2e75ff; color: white; border-radius: 10px; padding: 6px 8px; font-weight: 900; }

main { position: relative; z-index: 1; }
.hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center;
  padding: 26px 0 28px;
}
.hero-content { padding: 12px 0 8px; }
.badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.badge {
  height: 34px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px;
  border: 1px solid rgba(255,104,87,.25); background: rgba(122,18,12,.28); font-size: 11px; font-weight: 800; text-transform: uppercase;
}
.badge.yellow { background: rgba(255,198,29,.14); border-color: rgba(255,198,29,.2); color: var(--yellow); }
.halal-badge { height: 34px; width: auto; display: block; }
.hero-brand { width: 290px; margin-bottom: 14px; }
.hero-kicker { color: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
h1 {
  font-family: Oswald, Arial, sans-serif; font-size: clamp(54px, 6vw, 82px); line-height: .96; text-transform: uppercase;
  margin: 0 0 18px; letter-spacing: -.02em;
}
h1 span { color: var(--yellow); }
.subtitle { max-width: 560px; font-size: 18px; line-height: 1.58; color: #d8d8d8; margin: 0 0 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.hero-meta span, .hero-pills span, .review-steps span, .assortment-pills span {
  display: inline-flex; align-items: center; min-height: 36px; border-radius: 999px; padding: 8px 14px;
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); color: #ededed; font-size: 12px; font-weight: 700;
}
.hero-buttons, .card-buttons, .modal-links { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  height: 48px; padding: 0 18px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; font: inherit; font-size: 14px; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.btn-red { background: linear-gradient(180deg, #ff6149, #e53228); color: white; }
.btn-blue { background: linear-gradient(180deg, #3d94ff, #2375f0); color: white; }
.btn-yellow { background: linear-gradient(180deg, #ffd14b, #ffbc1f); color: #181818; }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.16); }
.btn-outline-light { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: white; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.slogan { margin: 18px 0 0; font-family: Oswald, Arial, sans-serif; font-size: 26px; line-height: 1.02; text-transform: uppercase; max-width: 520px; }

.hero-visual { display: grid; gap: 16px; align-self: stretch; }
.hero-card-main, .mini-panel, .adv-card, .service-card, .assortment-card, .review-card, .footer-grid {
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)), var(--panel);
  box-shadow: var(--shadow);
}
.hero-card-main {
  position: relative; overflow: hidden; border-radius: 30px; padding: 14px;
}
.hero-card-main img { width: 100%; height: 360px; object-fit: cover; object-position: center; border-radius: 22px; display: block; }
.hero-card-badge {
  position: absolute; left: 26px; top: 26px; padding: 14px 16px; background: rgba(15,15,15,.80); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 16px; max-width: 74%;
}
.hero-card-badge strong { display: block; font-family: Oswald, Arial, sans-serif; font-size: 26px; text-transform: uppercase; line-height: 1; }
.hero-card-badge span { color: #d1d1d1; font-size: 13px; }
.hero-photo-labels { position: absolute; left: 24px; bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-photo-labels span { padding: 8px 12px; border-radius: 999px; background: rgba(15,15,15,.76); border: 1px solid rgba(255,255,255,.08); font-size: 12px; font-weight: 800; }
.hero-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mini-panel { overflow: hidden; border-radius: 22px; }
.mini-panel img { width: 100%; height: 158px; display: block; }
.panel-photo img { object-fit: cover; }
.panel-cutout { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)), #101010; }
.panel-cutout img { object-fit: contain; padding: 12px; background: radial-gradient(circle at 50% 10%, rgba(255,196,0,.10), transparent 42%), #101010; }
.mini-panel-copy { padding: 14px 15px 16px; }
.mini-panel-copy strong { display: block; font-family: Oswald, Arial, sans-serif; font-size: 24px; text-transform: uppercase; line-height: 1; margin-bottom: 6px; }
.mini-panel-copy span { color: var(--soft); font-size: 13px; line-height: 1.4; }

.advantage-strip, .service-grid, .assortment-grid, .review-block, .footer-grid { display: grid; gap: 18px; }
.advantage-strip { grid-template-columns: repeat(4, 1fr); padding: 18px 0 10px; }
.adv-card { border-radius: 22px; padding: 20px; }
.adv-icon {
  width: 38px; height: 38px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(255,198,29,.22), rgba(255,106,66,.12)); border: 1px solid rgba(255,198,29,.2); font-weight: 900; margin-bottom: 12px;
}
.adv-card h3, .service-card h3, .footer h3 {
  font-family: Oswald, Arial, sans-serif; text-transform: uppercase; line-height: 1; margin: 0 0 8px;
}
.adv-card h3 { font-size: 32px; }
.adv-card p, .service-card p, .section-subtitle, .assortment-copy p, .review-card p, .footer p { color: var(--muted); }
.section-title { display: flex; align-items: center; gap: 14px; justify-content: center; margin-bottom: 8px; }
.section-title span { width: 72px; height: 2px; background: linear-gradient(90deg, transparent, var(--orange), transparent); }
.section-title h2 { margin: 0; font-family: Oswald, Arial, sans-serif; font-size: clamp(38px, 5vw, 62px); text-transform: uppercase; line-height: .95; }
.section-subtitle { margin: 0 0 20px; text-align: center; font-weight: 800; font-size: 13px; color: var(--yellow); text-transform: uppercase; letter-spacing: .04em; }
.services { padding: 40px 0 26px; }
.compact-grid { grid-template-columns: repeat(4, 1fr); }
.service-card { border-radius: 24px; padding: 22px 18px; min-height: 168px; text-align: center; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover, .assortment-card:hover, .adv-card:hover { transform: translateY(-4px); border-color: rgba(255,182,84,.22); }
.service-icon {
  width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 27px; font-weight: 900; margin-bottom: 14px; color: white;
}
.yandex-icon { background: linear-gradient(180deg, #ff5d4d, #ef2917); }
.gis-icon { background: linear-gradient(180deg, #4fd1ff, #2084ff); }
.google-icon { background: linear-gradient(135deg, #23a7ff, #ffd234 65%, #46c65c); }
.vk-icon { background: linear-gradient(180deg, #3b8cff, #1969ef); font-size: 20px; }
.service-card h3 { font-size: 32px; }
.service-card span { display: inline-block; margin-top: 8px; color: var(--yellow); font-size: 13px; font-weight: 900; }

.assortment { padding: 30px 0 22px; }
.assortment-grid { grid-template-columns: repeat(3, 1fr); }
.assortment-card { border-radius: 26px; overflow: hidden; }
.assortment-media { height: 245px; padding: 16px; background: radial-gradient(circle at 50% 0%, rgba(255,196,0,.10), transparent 38%), #111; }
.assortment-media img { width: 100%; height: 100%; display: block; }
.photo-bg img { object-fit: cover; border-radius: 18px; }
.cutout-bg img { object-fit: contain; }
.assortment-copy { padding: 20px 22px 24px; }
.menu-tag {
  display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px;
}
.hot { background: rgba(255,76,67,.12); color: #ff7d73; border: 1px solid rgba(255,76,67,.18); }
.warm { background: rgba(255,198,29,.10); color: var(--yellow); border: 1px solid rgba(255,198,29,.18); }
.fresh { background: rgba(38,214,150,.12); color: #58e3b5; border: 1px solid rgba(38,214,150,.18); }
.assortment-copy h3, .review-card h2 {
  margin: 0 0 10px; font-family: Oswald, Arial, sans-serif; font-size: 42px; line-height: .95; text-transform: uppercase;
}
.assortment-copy p, .review-card p { font-size: 15px; line-height: 1.55; }
.assortment-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.review-block { grid-template-columns: 1fr 1fr; padding: 34px 0 32px; }
.review-card { border-radius: 28px; padding: 28px; min-height: 280px; position: relative; }
.gift-card { background: linear-gradient(135deg, rgba(255,83,67,.10), rgba(255,196,0,.03)), var(--panel); }
.review-icon { width: 44px; height: 44px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; background: rgba(255,198,29,.14); border: 1px solid rgba(255,198,29,.18); margin-bottom: 16px; }
.review-steps { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; }
.review-steps span { background: rgba(255,255,255,.04); }
.blue { background: linear-gradient(135deg, rgba(44,123,255,.14), rgba(255,255,255,.02)), var(--panel); }
.vk-big { margin-bottom: 16px; width: fit-content; font-size: 26px; }
.vk-card-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 18px; }
.vk-qr { width: 84px; height: 84px; border-radius: 14px; background: #fff; padding: 6px; object-fit: contain; box-shadow: 0 10px 22px rgba(0,0,0,.28); }

.footer { padding: 0 0 24px; }
.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr .9fr; border-radius: 28px; padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)), rgba(11,11,11,.94);
}
.footer-logo { width: 130px; display: block; margin-bottom: 10px; }
.footer p { margin: 8px 0; line-height: 1.5; }
.footer h3 { font-size: 24px; }
.copyright { color: #7d7d7d; font-size: 13px; }

.modal { position: fixed; inset: 0; display: none; z-index: 60; }
.modal.active { display: block; }
.modal-bg { position: absolute; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(6px); }
.modal-box {
  position: relative; width: min(640px, calc(100vw - 26px)); margin: 10vh auto 0; padding: 28px;
  border-radius: 26px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)), #111; border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.5); z-index: 1;
}
.modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 12px; cursor: pointer; background: rgba(255,255,255,.07); color: white; font-size: 24px; }
.modal-box h2 { margin: 0 0 10px; font-family: Oswald, Arial, sans-serif; font-size: 42px; text-transform: uppercase; line-height: .95; }
.modal-box p { color: var(--soft); line-height: 1.55; margin: 0 0 18px; }

.floating-review-btn {
  position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 45; display: none;
  min-width: 220px; height: 50px; border: 0; border-radius: 999px; background: linear-gradient(180deg, #ff6149, #e53228); color: white;
  font: inherit; font-size: 14px; font-weight: 900; box-shadow: 0 14px 36px rgba(0,0,0,.32);
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .subtitle { max-width: 100%; }
  .compact-grid, .assortment-grid, .review-block, .footer-grid { grid-template-columns: 1fr 1fr; }
  .assortment-card:last-child, .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav { display: none; }
  .header-inner { padding: 14px 16px; }
  .logo-img { width: 130px; }
  h1 { font-size: clamp(44px, 11vw, 72px); }
  .slogan { font-size: 22px; }
  .hero-card-badge strong { font-size: 24px; }
  .compact-grid, .advantage-strip, .review-block, .footer-grid { grid-template-columns: 1fr; }
  .assortment-grid { grid-template-columns: 1fr; }
  .hero-mini-grid { grid-template-columns: 1fr; }
  .hero-review-cta { flex-direction: column; align-items: flex-start; }
  .hero-card-main img { height: 300px; }
  .service-card h3, .adv-card h3, .assortment-copy h3, .review-card h2 { font-size: 34px; }
}
@media (max-width: 560px) {
  body { padding-bottom: 78px; }
  .container { width: min(100vw - 18px, 100%); }
  .header { padding: 12px 0; }
  .header-btn { padding: 0 12px; height: 40px; font-size: 12px; }
  .header-btn span { padding: 4px 7px; }
  .hero { padding-top: 14px; gap: 24px; }
  .hero-brand { width: 230px; }
  .hero-card-main { padding: 10px; border-radius: 22px; }
  .hero-card-main img { height: 250px; border-radius: 16px; }
  .hero-card-badge { left: 18px; top: 18px; padding: 10px 12px; }
  .hero-card-badge strong { font-size: 20px; }
  .hero-photo-labels { left: 18px; bottom: 18px; }
  .section-title h2 { font-size: 44px; }
  .service-card, .assortment-card, .review-card, .adv-card { border-radius: 20px; }
  .service-card { min-height: auto; }
  .review-card { padding: 22px; min-height: auto; }
  .modal-box { margin-top: 8vh; padding: 24px 18px; }
  .modal-box h2 { font-size: 34px; }
  .floating-review-btn { display: inline-flex; align-items: center; justify-content: center; }
}


/* assortment showcase image block */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.assortment-showcase-section {
  padding: 36px 0 24px;
}
.assortment-showcase-frame {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)), var(--panel);
  box-shadow: var(--shadow);
}
.assortment-showcase-img {
  width: 100%;
  display: block;
}
@media (max-width: 860px) {
  .assortment-showcase-section { padding: 28px 0 18px; }
  .assortment-showcase-frame { border-radius: 24px; }
}
@media (max-width: 560px) {
  .assortment-showcase-frame { border-radius: 18px; }
}

@media (max-width: 1100px) { .hero-brand { width: 260px; } }

/* v17: clean top hero - remove upper QR/photo block and stretch remaining cards */
.hero-visual-clean {
  display: flex;
  align-items: stretch;
}

.hero-mini-grid-large {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-product-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  overflow: hidden;
}

.hero-product-card img {
  height: 360px;
  object-fit: cover;
}

.hero-product-card.panel-cutout img {
  height: 360px;
  object-fit: contain;
  padding: 24px 16px 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,196,0,.11), transparent 42%),
    #101010;
}

.hero-product-card .mini-panel-copy {
  padding: 24px 24px 26px;
}

.hero-product-card .mini-panel-copy strong {
  font-size: 34px;
}

.hero-product-card .mini-panel-copy span {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .hero-mini-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .hero-product-card {
    min-height: 420px;
  }

  .hero-product-card img,
  .hero-product-card.panel-cutout img {
    height: 280px;
  }
}

@media (max-width: 860px) {
  .hero-mini-grid-large {
    grid-template-columns: 1fr;
  }

  .hero-product-card {
    min-height: auto;
  }

  .hero-product-card img,
  .hero-product-card.panel-cutout img {
    height: 240px;
  }
}

@media (max-width: 560px) {
  .hero-product-card img,
  .hero-product-card.panel-cutout img {
    height: 210px;
  }

  .hero-product-card .mini-panel-copy {
    padding: 18px 18px 20px;
  }

  .hero-product-card .mini-panel-copy strong {
    font-size: 28px;
  }
}


/* v18 top cleanup: no top product cards, clean logo, stronger centered hero */
.hero {
  grid-template-columns: 1fr !important;
  justify-items: center;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 30px;
}
.hero-content {
  width: min(860px, 100%);
  margin: 0 auto;
  padding-top: 0 !important;
}
.logo-img,
.hero-brand,
.footer-logo {
  background: transparent !important;
  object-fit: contain;
}
.hero-brand {
  width: min(360px, 78vw) !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.34));
}
.logo-img { width: 154px; }
.footer-logo { width: 138px; }
.hero-kicker,
.subtitle,
.slogan {
  margin-left: auto;
  margin-right: auto;
}
.subtitle { max-width: 680px; }
.hero-meta,
.hero-buttons,
.hero-pills {
  justify-content: center;
}
.hero-visual,
.hero-visual-clean,
.hero-mini-grid-large {
  display: none !important;
}
.hero-pills {
  margin-bottom: 6px;
}
.slogan {
  max-width: 720px;
  margin-top: 20px;
}
.review-card .btn-outline {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.18);
}
.review-card .btn-outline:hover {
  background: rgba(255,255,255,.11);
}
@media (max-width: 860px) {
  .hero { text-align: left; justify-items: start; }
  .hero-content { width: 100%; }
  .hero-brand,
  .hero-kicker,
  .subtitle,
  .slogan { margin-left: 0; margin-right: 0; }
  .hero-meta,
  .hero-buttons,
  .hero-pills { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .hero { padding-top: 24px; }
  .hero-brand { width: min(280px, 78vw) !important; }
}

/* v19 mobile polish */
.mobile-assortment,
.mobile-action-bar {
  display: none;
}

@media (max-width: 560px) {
  body {
    padding-bottom: 92px;
    background:
      radial-gradient(circle at 12% 0%, rgba(180,20,12,.42), transparent 28%),
      radial-gradient(circle at 90% 0%, rgba(255,126,0,.22), transparent 30%),
      linear-gradient(180deg, #070707 0%, #030303 100%);
  }

  .container {
    width: min(100vw - 20px, 100%);
  }

  .header {
    padding: 8px 0 4px;
  }

  .header-inner {
    min-height: 50px;
    padding: 9px 10px;
    border-radius: 18px;
  }

  .logo-img {
    width: 118px !important;
  }

  .header-btn {
    height: 34px;
    padding: 0 9px;
    border-radius: 12px;
    font-size: 11px;
  }

  .header-btn span {
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 10px;
  }

  .hero {
    text-align: center !important;
    justify-items: center !important;
    padding-top: 18px !important;
    padding-bottom: 14px;
  }

  .hero-content {
    width: 100%;
    padding: 0 !important;
  }

  .hero-brand {
    display: none !important;
  }

  .hero-kicker {
    margin: 0 auto 8px !important;
    max-width: 310px;
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
  }

  h1 {
    margin: 0 auto 12px;
    max-width: 330px;
    font-size: clamp(36px, 11.2vw, 48px) !important;
    line-height: .94;
    text-align: center;
  }

  .subtitle {
    max-width: 318px;
    margin: 0 auto 12px !important;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: 318px;
    margin: 0 auto 12px;
    justify-content: center !important;
  }

  .hero-meta span {
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
    text-align: center;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 318px;
    margin: 0 auto 10px;
    justify-content: center !important;
  }

  .hero-buttons .btn {
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 11px;
  }

  .hero-buttons .btn-red {
    grid-column: 1 / -1;
    height: 46px;
    font-size: 13px;
  }

  .hero-pills {
    display: none !important;
  }

  .slogan {
    max-width: 315px;
    margin: 10px auto 0 !important;
    font-size: 19px;
    line-height: 1.05;
    text-align: center;
  }

  .advantage-strip {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
    padding: 12px 0 20px;
  }

  .adv-card {
    min-height: 112px;
    padding: 14px 12px 13px;
    border-radius: 18px;
  }

  .adv-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .adv-card h3 {
    font-size: 23px !important;
    line-height: .95;
    margin-bottom: 6px;
  }

  .adv-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .services {
    padding: 22px 0 16px;
  }

  .section-title {
    gap: 8px;
    margin-bottom: 4px;
  }

  .section-title span {
    width: 34px;
  }

  .section-title h2 {
    font-size: 35px !important;
    line-height: .94;
    text-align: center;
  }

  .section-subtitle {
    max-width: 310px;
    margin: 0 auto 14px;
    font-size: 10px;
    line-height: 1.35;
  }

  .compact-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }

  .service-card {
    min-height: 148px;
    padding: 16px 10px 14px;
    border-radius: 18px;
  }

  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 27px;
    margin-bottom: 12px;
  }

  .service-icon.vk-icon {
    font-size: 20px;
  }

  .service-card h3 {
    font-size: 23px !important;
    margin-bottom: 6px;
  }

  .service-card p {
    margin: 0 0 4px;
    font-size: 11px;
  }

  .service-card span {
    margin-top: 4px;
    font-size: 11px;
  }

  .assortment-showcase-section {
    padding: 18px 0 18px;
  }

  .assortment-showcase-frame {
    display: none;
  }

  .mobile-assortment {
    display: grid;
    gap: 10px;
  }

  .mobile-only-title {
    margin-bottom: 4px;
  }

  .mobile-product-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,190,90,.10);
    background:
      radial-gradient(circle at 50% -4%, rgba(255,156,39,.16), transparent 44%),
      linear-gradient(180deg, #15110d 0%, #0c0c0d 42%, #09090a 100%);
    box-shadow: 0 16px 34px rgba(0,0,0,.34);
  }

  .mobile-product-copy {
    padding: 14px 14px 10px;
    background: linear-gradient(180deg, rgba(11,11,12,.04), rgba(11,11,12,0));
  }

   .mobile-product-media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    display: block;
    background:
      radial-gradient(circle at 50% 20%, rgba(255,156,39,.18), transparent 42%),
      linear-gradient(180deg, #17120d 0%, #0c0c0d 70%, #0b0b0c 100%);
    box-shadow: inset 0 -26px 34px rgba(8,8,8,.38);
  }

  .mobile-product-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 24%),
      linear-gradient(180deg, rgba(0,0,0,0) 74%, rgba(0,0,0,.28) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .mobile-product-media img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.02) contrast(1.02);
  }

  .mobile-media-corndogs img {
    object-position: center 50%;
  }

  .mobile-media-corn img {
    object-position: center 50%;
  }

  .mobile-media-drinks img {
    object-position: center 50%;
  }

  .mobile-product-copy h3 {
    margin: 6px 0 7px;
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: .95;
  }

  .mobile-product-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.42;
  }

  .mobile-product-copy .menu-tag {
    min-height: 24px;
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 9px;
  }

  .mobile-product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .mobile-product-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    color: #f2f2f2;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }

  .review-block {
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding: 18px 0 18px;
  }

  .review-card {
    padding: 18px;
    border-radius: 20px;
  }

  .review-icon,
  .vk-big {
    margin-bottom: 12px;
  }

  .review-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 24px;
  }

  .review-card h2 {
    font-size: 31px !important;
    line-height: .98;
    margin-bottom: 10px;
  }

  .review-card p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .review-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 10px 0 12px;
  }

  .review-steps span {
    justify-content: center;
    min-height: 30px;
    font-size: 10px;
  }

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

  .card-buttons .btn {
    width: 100%;
    height: 42px;
    min-height: 42px;
    font-size: 11px;
    padding: 0 10px;
  }

  .vk-card-row {
    display: grid;
    grid-template-columns: 1fr 72px;
    align-items: center;
    gap: 12px;
  }

  .vk-card-row .btn {
    width: 100%;
    height: 42px;
    min-height: 42px;
    font-size: 11px;
    padding: 0 10px;
  }

  .vk-qr {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    padding: 5px;
    object-fit: contain;
    background: #fff;
  }

  .footer {
    padding-bottom: 16px;
  }

  .footer-grid {
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .footer-logo {
    width: 118px;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .footer p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.42;
  }

  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(10,10,10,.82);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 44px rgba(0,0,0,.50);
    backdrop-filter: blur(14px);
  }

  .mobile-action-main,
  .mobile-action-gift {
    height: 44px;
    border-radius: 14px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    color: white;
    text-align: center;
    cursor: pointer;
  }

  .mobile-action-main {
    background: linear-gradient(180deg, #ff6149, #e53228);
  }

  .mobile-action-gift {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
  }

  .floating-review-btn {
    display: none !important;
  }
}


/* Final mobile polish */
@media (max-width: 560px) {
  body {
    padding-bottom: 22px;
  }

  .mobile-action-bar,
  .floating-review-btn {
    display: none !important;
  }

  .mobile-product-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 191, 94, .12);
    background:
      radial-gradient(circle at 50% -2%, rgba(255,164,64,.18), transparent 42%),
      linear-gradient(180deg, #16110d 0%, #0d0b0a 44%, #09090a 100%);
    box-shadow: 0 18px 36px rgba(0,0,0,.36);
  }

  .mobile-product-media {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 0;
    padding: 16px 12px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 18%, rgba(255,154,39,.18), transparent 34%),
      radial-gradient(circle at 50% 105%, rgba(255,122,16,.20), transparent 42%),
      linear-gradient(180deg, #17120d 0%, #0c0c0d 72%, #0b0b0c 100%);
    box-shadow: inset 0 -26px 34px rgba(8,8,8,.26);
  }

  .mobile-product-media::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0) 22%),
      linear-gradient(180deg, rgba(0,0,0,0) 72%, rgba(0,0,0,.12) 100%);
  }

  .mobile-product-media::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 8px;
    height: 26px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,142,28,.18) 0%, rgba(255,142,28,0) 72%);
    pointer-events: none;
    filter: blur(10px);
  }

  .mobile-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.34));
  }

  .mobile-media-corndogs img {
    width: 96%;
    height: 94%;
    object-position: center 72%;
  }

  .mobile-media-corn img {
    width: 98%;
    height: 90%;
    object-position: center 72%;
  }

  .mobile-media-drinks img {
    width: 96%;
    height: 92%;
    object-position: center 74%;
  }

  .mobile-product-copy {
    padding: 12px 14px 10px;
    background: linear-gradient(180deg, rgba(9,9,10,.06), rgba(9,9,10,0));
  }
}


/* v32: mobile assortment styled closer to desktop cards */
@media (max-width: 560px) {
  .mobile-only-title {
    margin-bottom: 8px;
  }
  .mobile-assortment {
    gap: 14px;
  }
  .mobile-product-card {
    position: relative;
    min-height: 338px;
    border-radius: 24px;
    border: 1px solid rgba(255, 193, 73, .26);
    background:
      radial-gradient(circle at 30% 12%, rgba(255,173,55,.16), transparent 30%),
      radial-gradient(circle at 70% 86%, rgba(255,120,30,.10), transparent 26%),
      linear-gradient(180deg, #17120d 0%, #0e0c0b 44%, #090909 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.04),
      0 18px 34px rgba(0,0,0,.34);
  }
  .mobile-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255,207,102,.48), rgba(255,207,102,0.06) 18%, rgba(255,255,255,0) 46%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: .7;
  }
  .mobile-product-media {
    position: relative;
    aspect-ratio: auto;
    height: 338px;
    min-height: 338px;
    border-radius: inherit;
    overflow: hidden;
    padding: 0 8px 8px 42%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background:
      radial-gradient(circle at 50% 12%, rgba(255,175,50,.18), transparent 30%),
      radial-gradient(circle at 50% 100%, rgba(255,140,30,.18), transparent 30%),
      linear-gradient(180deg, #16110d 0%, #0e0c0b 48%, #090909 100%);
    box-shadow: inset 0 -34px 38px rgba(0,0,0,.24);
  }
  .mobile-product-media::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 20%),
      radial-gradient(circle at 52% 74%, rgba(255,155,35,.11), transparent 28%);
    z-index: 0;
  }
  .mobile-product-media::after {
    content: "";
    position: absolute;
    left: 42%;
    right: 6%;
    bottom: 10px;
    height: 34px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,155,35,.18) 0%, rgba(255,155,35,0) 72%);
    filter: blur(12px);
    pointer-events: none;
  }
  .mobile-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 16px 18px rgba(0,0,0,.42));
  }
  .mobile-media-corndogs img {
    width: 102%;
    height: 92%;
    object-position: 86% 82%;
  }
  .mobile-media-corn {
    padding-left: 38%;
  }
  .mobile-media-corn img {
    width: 102%;
    height: 86%;
    object-position: 86% 80%;
  }
  .mobile-media-drinks {
    padding-left: 30%;
  }
  .mobile-media-drinks img {
    width: 100%;
    height: 86%;
    object-position: 74% 84%;
  }
  .mobile-product-copy {
    position: absolute;
    inset: 14px 14px 14px 14px;
    z-index: 2;
    width: 42%;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mobile-media-drinks + .mobile-product-copy {
    width: 38%;
  }
  .mobile-product-copy .menu-tag {
    min-height: 18px;
    padding: 3px 7px;
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: .08em;
  }
  .mobile-product-copy h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: .96;
    letter-spacing: .01em;
    text-wrap: balance;
  }
  .mobile-product-copy p {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.38;
    color: rgba(255,255,255,.78);
    max-width: 100%;
  }
  .mobile-product-pills {
    margin-top: auto;
    gap: 5px;
    width: 100%;
  }
  .mobile-product-pills span {
    min-height: 22px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(17,17,18,.82);
    border: 1px solid rgba(255,191,68,.42);
    color: #f2f2f2;
    font-size: 8px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
}


/* v33: mobile assortment refined to match desktop style more closely */
@media (max-width: 560px) {
  .mobile-only-title {
    margin-bottom: 2px;
  }

  .mobile-only-subtitle {
    display: block;
    margin: 0 0 14px;
    text-align: center;
    color: rgba(255,255,255,.70);
    font-size: 12px;
    line-height: 1.35;
  }

  .mobile-assortment {
    gap: 16px;
  }

  .mobile-product-card {
    position: relative;
    display: block;
    min-height: 340px;
    border-radius: 26px;
    border: 1px solid rgba(255, 191, 68, .20);
    background:
      radial-gradient(circle at 50% 12%, rgba(255,163,42,.14), transparent 32%),
      radial-gradient(circle at 50% 88%, rgba(255,112,20,.10), transparent 28%),
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.04),
      0 18px 36px rgba(0,0,0,.34);
    overflow: hidden;
  }

  .mobile-product-card::before {
    opacity: .85;
  }

  .mobile-product-media {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 340px;
    padding: 0 10px 8px 42%;
    border-radius: inherit;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.16), transparent 24%),
      radial-gradient(circle at 66% 76%, rgba(255,141,28,.12), transparent 22%),
      linear-gradient(180deg, rgba(22,17,13,.10), rgba(22,17,13,0));
    box-shadow: inset 0 -34px 38px rgba(0,0,0,.20);
  }

  .mobile-product-media::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 20%),
      radial-gradient(circle at 60% 72%, rgba(255,155,35,.12), transparent 24%);
    z-index: 0;
  }

  .mobile-product-media::after {
    content: "";
    position: absolute;
    left: 44%;
    right: 8%;
    bottom: 10px;
    height: 30px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,152,34,.22) 0%, rgba(255,152,34,0) 72%);
    filter: blur(12px);
    pointer-events: none;
  }

  .mobile-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 16px 20px rgba(0,0,0,.42));
  }

  .mobile-media-corndogs img {
    width: 116%;
    height: 94%;
    object-position: 88% 86%;
  }

  .mobile-media-corn {
    padding-left: 38%;
  }

  .mobile-media-corn img {
    width: 114%;
    height: 88%;
    object-position: 86% 84%;
  }

  .mobile-media-drinks {
    padding-left: 34%;
  }

  .mobile-media-drinks img {
    width: 110%;
    height: 88%;
    object-position: 72% 86%;
  }

  .mobile-product-copy {
    position: absolute;
    inset: 18px auto 18px 16px;
    z-index: 2;
    width: 41%;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mobile-media-drinks + .mobile-product-copy {
    width: 38%;
  }

  .mobile-product-copy .menu-tag {
    min-height: 19px;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: .08em;
  }

  .mobile-product-copy h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: .98;
    letter-spacing: .01em;
    text-wrap: balance;
  }

  .mobile-product-copy p {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255,255,255,.80);
    max-width: 100%;
  }

  .mobile-product-pills {
    margin-top: auto;
    gap: 6px;
    width: 100%;
  }

  .mobile-product-pills span {
    min-height: 23px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(15,15,16,.84);
    border: 1px solid rgba(255,191,68,.40);
    color: #f2f2f2;
    font-size: 8px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
}

/* v36: mobile assortment rebuilt with user banner images and blended backgrounds */
@media (max-width: 560px) {
  .mobile-assortment {
    gap: 18px;
  }

  .mobile-product-card {
    min-height: 360px;
    border-radius: 26px;
    border: 1px solid rgba(255, 189, 67, .24);
    background:
      radial-gradient(circle at 50% 16%, rgba(255,163,42,.13), transparent 28%),
      radial-gradient(circle at 50% 88%, rgba(255,120,20,.10), transparent 24%),
      linear-gradient(180deg, #16110d 0%, #0e0c0b 48%, #090909 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.04),
      0 18px 36px rgba(0,0,0,.34);
  }

  .mobile-product-card::before {
    opacity: .88;
  }

  .mobile-product-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
    padding: 0;
    border-radius: inherit;
    overflow: hidden;
    display: block;
    background: none;
    box-shadow: none;
  }

  .mobile-product-media::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 20%),
      radial-gradient(circle at 60% 74%, rgba(255,155,35,.12), transparent 26%);
    z-index: 0;
  }

  .mobile-product-media::after {
    content: "";
    position: absolute;
    left: 40%;
    right: 8%;
    bottom: 12px;
    height: 34px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,150,34,.18) 0%, rgba(255,150,34,0) 72%);
    filter: blur(12px);
    pointer-events: none;
  }

  .mobile-product-media img {
    display: none;
  }

  .mobile-media-corndogs {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-corndogs-banner-user.png') no-repeat 118% 82% / 88% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }

  .mobile-media-corn {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-corn-banner-user.png') no-repeat 118% 82% / 90% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }

  .mobile-media-drinks {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-drinks-banner-user.png') no-repeat 108% 84% / 92% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }

  .mobile-product-copy {
    position: absolute;
    inset: 18px auto 18px 16px;
    z-index: 2;
    width: 40%;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mobile-media-drinks + .mobile-product-copy {
    width: 38%;
  }

  .mobile-product-copy .menu-tag {
    min-height: 20px;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: .08em;
  }

  .mobile-product-copy h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: .98;
    letter-spacing: .01em;
    text-wrap: balance;
  }

  .mobile-product-copy p {
    margin: 0;
    font-size: 11px;
    line-height: 1.42;
    color: rgba(255,255,255,.80);
    max-width: 100%;
  }

  .mobile-product-pills {
    margin-top: auto;
    gap: 6px;
    width: 100%;
  }

  .mobile-product-pills span {
    min-height: 23px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(15,15,16,.86);
    border: 1px solid rgba(255,191,68,.42);
    color: #f2f2f2;
    font-size: 8px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
}

@media (max-width: 430px) {
  .mobile-product-card {
    min-height: 350px;
  }

  .mobile-product-media {
    min-height: 350px;
  }

  .mobile-media-corndogs {
    background-position: 124% 82%, 62% 78%, 124% 82%, 0 0;
    background-size: auto, auto, 90% auto, auto;
  }

  .mobile-media-corn {
    background-position: 58% 18%, 62% 78%, 121% 82%, 0 0;
    background-size: auto, auto, 92% auto, auto;
  }

  .mobile-media-drinks {
    background-position: 58% 18%, 62% 78%, 112% 84%, 0 0;
    background-size: auto, auto, 98% auto, auto;
  }

  .mobile-product-copy {
    width: 41%;
  }

  .mobile-media-drinks + .mobile-product-copy {
    width: 39%;
  }
}

@media (max-width: 430px) {
  .mobile-media-corndogs {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-corndogs-banner-user.png') no-repeat 124% 82% / 90% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }

  .mobile-media-corn {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-corn-banner-user.png') no-repeat 121% 82% / 92% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }

  .mobile-media-drinks {
    background:
      radial-gradient(circle at 58% 18%, rgba(255,170,45,.14), transparent 24%),
      radial-gradient(circle at 62% 78%, rgba(255,141,28,.10), transparent 24%),
      url('img/mobile-drinks-banner-user.png') no-repeat 112% 84% / 98% auto,
      linear-gradient(180deg, #16110d 0%, #0d0b0a 46%, #090909 100%);
  }
}

/* v37: smoother mobile assortment block with unified card background */
@media (max-width: 560px) {
  .mobile-assortment {
    gap: 20px;
  }

  .mobile-product-card {
    min-height: 368px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }

  .mobile-product-media {
    inset: 0;
    min-height: 368px;
    border-radius: inherit;
  }

  .mobile-product-media::before,
  .mobile-product-media::after {
    display: none;
  }

  .mobile-product-copy {
    inset: 0;
    width: 100%;
    padding: 18px 18px 14px;
    background:
      linear-gradient(180deg,
        rgba(8,8,8,.92) 0%,
        rgba(8,8,8,.88) 18%,
        rgba(8,8,8,.76) 34%,
        rgba(8,8,8,.28) 56%,
        rgba(8,8,8,.06) 69%,
        rgba(8,8,8,.16) 82%,
        rgba(8,8,8,.55) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
  }

  .mobile-product-copy h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .mobile-product-copy p {
    max-width: 56%;
    font-size: 11px;
    line-height: 1.42;
  }

  .mobile-media-drinks + .mobile-product-copy p {
    max-width: 58%;
  }

  .mobile-product-pills {
    margin-top: auto;
    max-width: 58%;
    gap: 6px;
  }

  .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    max-width: 60%;
  }

  .mobile-media-corndogs {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-corndogs-banner-user.png') no-repeat 118% 79% / 83% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }

  .mobile-media-corn {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-corn-banner-user.png') no-repeat 112% 82% / 88% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }

  .mobile-media-drinks {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-drinks-banner-user.png') no-repeat 105% 84% / 86% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }
}

@media (max-width: 430px) {
  .mobile-product-card,
  .mobile-product-media {
    min-height: 350px;
  }

  .mobile-product-copy {
    padding: 16px 16px 14px;
  }

  .mobile-product-copy p {
    max-width: 54%;
  }

  .mobile-media-drinks + .mobile-product-copy p {
    max-width: 56%;
  }

  .mobile-product-pills {
    max-width: 56%;
  }

  .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    max-width: 58%;
  }

  .mobile-media-corndogs {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-corndogs-banner-user.png') no-repeat 126% 80% / 90% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }

  .mobile-media-corn {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-corn-banner-user.png') no-repeat 118% 82% / 93% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }

  .mobile-media-drinks {
    background:
      radial-gradient(circle at 50% 14%, rgba(255,167,40,.16), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,133,28,.12), transparent 22%),
      url('img/mobile-drinks-banner-user.png') no-repeat 110% 84% / 92% auto,
      linear-gradient(180deg, #15110d 0%, #0d0b0a 48%, #090909 100%);
  }
}

/* v38: mobile assortment - text separated on top, full image inside card */
@media (max-width: 560px) {
  .mobile-product-card {
    min-height: 402px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 14%, rgba(255,158,38,.14), transparent 24%),
      radial-gradient(circle at 50% 92%, rgba(255,132,26,.10), transparent 20%),
      linear-gradient(180deg, #15110d 0%, #0f0c0b 48%, #090909 100%);
  }

  .mobile-product-media {
    top: 148px;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0;
    height: auto;
    border-radius: 0 0 26px 26px;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  .mobile-product-copy {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 156px;
    padding: 18px 18px 10px;
    background:
      linear-gradient(180deg,
        rgba(8,8,8,.95) 0%,
        rgba(8,8,8,.88) 58%,
        rgba(8,8,8,.46) 84%,
        rgba(8,8,8,0) 100%);
    justify-content: flex-start;
    gap: 0;
  }

  .mobile-product-copy p,
  .mobile-media-drinks + .mobile-product-copy p {
    max-width: 58%;
    font-size: 11px;
    line-height: 1.4;
  }

  .mobile-product-pills,
  .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    margin-top: 12px;
    max-width: 62%;
    width: auto;
    gap: 6px;
  }

  .mobile-product-pills span {
    background: rgba(13,13,13,.82);
  }

  .mobile-media-corndogs {
    background-image: url('img/mobile-corndogs-banner-user.png');
    background-position: center 100%;
    background-size: 92% auto;
  }

  .mobile-media-corn {
    background-image: url('img/mobile-corn-banner-user.png');
    background-position: center 100%;
    background-size: 92% auto;
  }

  .mobile-media-drinks {
    background-image: url('img/mobile-drinks-banner-user.png');
    background-position: center 100%;
    background-size: 90% auto;
  }
}

@media (max-width: 430px) {
  .mobile-product-card {
    min-height: 392px;
  }

  .mobile-product-media {
    top: 146px;
  }

  .mobile-product-copy {
    height: 154px;
    padding: 16px 16px 10px;
  }

  .mobile-product-copy h3 {
    font-size: 18px;
  }

  .mobile-product-copy p,
  .mobile-media-drinks + .mobile-product-copy p {
    max-width: 56%;
  }

  .mobile-product-pills,
  .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    max-width: 60%;
  }

  .mobile-media-corndogs {
    background-size: 94% auto;
  }

  .mobile-media-corn {
    background-size: 94% auto;
  }

  .mobile-media-drinks {
    background-size: 92% auto;
  }
}

/* v39 final mobile assortment cleanup: text top, framed image block below */
@media (max-width: 560px) {
  .mobile-assortment {
    gap: 20px;
  }

  .mobile-product-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: auto;
    padding: 18px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 8%, rgba(255,160,35,.12), transparent 26%),
      linear-gradient(180deg, #11100f 0%, #090909 100%);
  }

  .mobile-product-card::before {
    opacity: .38;
  }

  .mobile-product-copy {
    position: relative;
    order: 1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    z-index: 2;
  }

  .mobile-product-copy h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 1.02;
  }

  .mobile-product-copy p,
  .mobile-media-drinks + .mobile-product-copy p {
    max-width: none;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.42;
    color: rgba(255,255,255,.85);
  }

  .mobile-product-pills,
  .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    margin-top: 12px;
    max-width: none;
    width: 100%;
    gap: 8px;
  }

  .mobile-product-pills span {
    background: rgba(14,14,14,.88);
  }

  .mobile-product-media {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 230px;
    min-height: 230px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 187, 59, 0.18);
    background:
      radial-gradient(circle at 50% 30%, rgba(255,149,38,.24), transparent 34%),
      linear-gradient(180deg, #100d0b 0%, #090909 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.04),
      inset 0 0 28px rgba(255,140,0,.10);
  }

  .mobile-product-media::before,
  .mobile-product-media::after {
    display: none;
  }

  .mobile-media-corndogs,
  .mobile-media-corn,
  .mobile-media-drinks {
    background-image: none !important;
    background-color: transparent !important;
  }

  .mobile-product-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 10px 12px 10px;
    background: transparent;
    filter: none;
  }

  .mobile-media-corndogs img {
    padding: 8px 8px 4px;
  }

  .mobile-media-corn img {
    padding: 12px 10px 6px;
  }

  .mobile-media-drinks {
    height: 250px;
    min-height: 250px;
  }

  .mobile-media-drinks img {
    padding: 10px 10px 4px;
  }
}

@media (max-width: 430px) {
  .mobile-product-card {
    padding: 16px;
  }

  .mobile-product-media {
    height: 220px;
    min-height: 220px;
  }

  .mobile-media-drinks {
    height: 238px;
    min-height: 238px;
  }
}

/* v40 final assortment polish: unified framed images, smooth backgrounds, new corndogs photo */
@media (max-width: 560px) {
  .mobile-assortment {
    gap: 18px;
  }

  .mobile-product-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 50% 10%, rgba(255,154,36,.10), transparent 28%),
      linear-gradient(180deg, #0d0d0d 0%, #090909 100%);
  }

  .mobile-product-copy {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 2;
  }

  .mobile-product-copy h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 1.02;
  }

  .mobile-product-copy p {
    margin: 0;
    max-width: none;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255,255,255,.87);
  }

  .mobile-product-pills {
    margin-top: 12px;
    gap: 8px;
  }

  .mobile-product-pills span {
    background: rgba(12,12,12,.88);
  }

  .mobile-product-media,
  .mobile-media-corndogs,
  .mobile-media-corn,
  .mobile-media-drinks {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 228px;
    min-height: 228px;
    border-radius: 20px;
    overflow: hidden;
    background-image: none !important;
    background:
      radial-gradient(circle at 50% 34%, rgba(255,147,32,.23), transparent 36%),
      linear-gradient(180deg, #100d0a 0%, #080808 100%) !important;
    border: 1px solid rgba(255, 188, 62, 0.16);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.03),
      inset 0 0 36px rgba(255,140,0,.10),
      0 10px 30px rgba(0,0,0,.22);
  }

  .mobile-product-media::before,
  .mobile-product-media::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
  }

  .mobile-product-media::before {
    background: radial-gradient(circle at 50% 38%, transparent 42%, rgba(0,0,0,.18) 100%);
    z-index: 1;
  }

  .mobile-product-media::after {
    box-shadow: inset 0 0 42px rgba(0,0,0,.34);
    z-index: 2;
  }

  .mobile-product-media img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 12px;
    background: transparent;
    filter: none;
  }

  .mobile-media-corndogs img {
    padding: 8px 8px 10px;
  }

  .mobile-media-corn img {
    padding: 10px 10px 8px;
  }

  .mobile-media-drinks {
    height: 240px;
    min-height: 240px;
  }

  .mobile-media-drinks img {
    padding: 10px 10px 6px;
  }
}

@media (max-width: 430px) {
  .mobile-product-card {
    padding: 16px;
  }

  .mobile-product-media,
  .mobile-media-corndogs,
  .mobile-media-corn {
    height: 216px;
    min-height: 216px;
  }

  .mobile-media-drinks {
    height: 228px;
    min-height: 228px;
  }
}

/* v41 mobile assortment full redesign */
@media (max-width: 560px) {
  .mobile-assortment {
    gap: 22px !important;
    margin-top: 18px !important;
  }

  .mobile-assortment .mobile-product-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 18px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 149, 31, 0.10), transparent 34%),
      linear-gradient(180deg, #0c0c0c 0%, #090909 100%) !important;
    border: 1px solid rgba(240, 171, 34, 0.42) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.03),
      0 14px 36px rgba(0,0,0,.22) !important;
  }

  .mobile-assortment .mobile-product-card::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 18%) !important;
  }

  .mobile-assortment .mobile-product-copy {
    position: static !important;
    order: 1 !important;
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
    z-index: 2 !important;
  }

  .mobile-assortment .mobile-product-copy .menu-tag {
    margin: 0 0 12px !important;
  }

  .mobile-assortment .mobile-product-copy h3 {
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: .2px !important;
  }

  .mobile-assortment .mobile-product-copy p,
  .mobile-assortment .mobile-media-drinks + .mobile-product-copy p {
    margin: 0 !important;
    max-width: none !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
    color: rgba(255,255,255,.88) !important;
  }

  .mobile-assortment .mobile-product-pills,
  .mobile-assortment .mobile-media-drinks + .mobile-product-copy .mobile-product-pills {
    margin-top: 12px !important;
    gap: 8px !important;
    justify-content: flex-start !important;
  }

  .mobile-assortment .mobile-product-pills span {
    background: rgba(10,10,10,.96) !important;
    border-color: rgba(238, 173, 39, 0.72) !important;
  }

  .mobile-assortment .mobile-product-media,
  .mobile-assortment .mobile-media-corndogs,
  .mobile-assortment .mobile-media-corn,
  .mobile-assortment .mobile-media-drinks {
    position: static !important;
    order: 2 !important;
    width: 100% !important;
    height: 236px !important;
    min-height: 236px !important;
    margin: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #070707 !important;
    border: 1px solid rgba(240, 171, 34, 0.16) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.02),
      inset 0 0 28px rgba(255, 140, 0, 0.07),
      0 10px 28px rgba(0,0,0,.25) !important;
  }

  .mobile-assortment .mobile-product-media::before,
  .mobile-assortment .mobile-product-media::after {
    content: none !important;
    display: none !important;
  }

  .mobile-assortment .mobile-product-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-assortment .mobile-media-corndogs img { object-position: center 58% !important; }
  .mobile-assortment .mobile-media-corn img { object-position: center 58% !important; }
  .mobile-assortment .mobile-media-drinks img { object-position: center 56% !important; }
}

@media (max-width: 430px) {
  .mobile-assortment .mobile-product-card {
    padding: 16px !important;
    gap: 14px !important;
    border-radius: 26px !important;
  }

  .mobile-assortment .mobile-product-media,
  .mobile-assortment .mobile-media-corndogs,
  .mobile-assortment .mobile-media-corn,
  .mobile-assortment .mobile-media-drinks {
    height: 210px !important;
    min-height: 210px !important;
    border-radius: 20px !important;
  }

  .mobile-assortment .mobile-product-copy h3 {
    font-size: 18px !important;
  }
}

/* v42: show corndog image in original aspect ratio on mobile */
@media (max-width: 560px) {
  .mobile-assortment .mobile-media-corndogs {
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 145, 0, 0.18), transparent 38%),
      #070707 !important;
  }

  .mobile-assortment .mobile-media-corndogs img {
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px 8px !important;
    background: transparent !important;
  }
}

@media (max-width: 430px) {
  .mobile-assortment .mobile-media-corndogs img {
    padding: 8px 6px !important;
  }
}


/* v45: Google Maps button in review modal */
.btn-google {
  background: linear-gradient(135deg, #34a853 0%, #fbbc05 42%, #ea4335 72%, #4285f4 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 10px 24px rgba(66, 133, 244, .18);
}

.btn-google:hover {
  filter: brightness(1.06);
}


/* v46: cleaner colors for review modal buttons */
.modal-links {
  gap: 12px;
}

.modal-links .btn {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}

.modal-links .btn-yellow {
  background: linear-gradient(180deg, #161b1f 0%, #0f1215 100%);
  color: #fff;
  border-color: rgba(0, 194, 255, .38);
}

.modal-links .btn-yellow:hover {
  border-color: rgba(0, 194, 255, .62);
  box-shadow: 0 10px 24px rgba(0, 194, 255, .14);
}

.modal-links .btn-google {
  background: linear-gradient(180deg, #171717 0%, #101010 100%);
  color: #fff;
  border-color: rgba(255, 193, 43, .34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 10px 22px rgba(0,0,0,.22);
}

.modal-links .btn-google:hover {
  border-color: rgba(255, 193, 43, .62);
  box-shadow: 0 10px 24px rgba(255, 193, 43, .12);
}

.modal-links .btn-google::before {
  content: "G";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1;
  background: linear-gradient(135deg, #4285f4 0%, #34a853 34%, #fbbc05 66%, #ea4335 100%);
  color: #fff;
}

.modal-links .btn-red {
  background: linear-gradient(180deg, #ff493f 0%, #ed2f28 100%);
}

.modal-links .btn-blue {
  background: linear-gradient(180deg, #2f8fff 0%, #1675e6 100%);
}

@media (max-width: 560px) {
  .modal-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .modal-links .btn {
    width: 100%;
    justify-content: center;
  }
}
