* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #020202;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #020202;
  color: #f5dfbc;
  font-family: Georgia, 'Times New Roman', serif;
}

.category-page {
  min-height: 100vh;
  padding: 22px;
  background: #020202;
}

.category-mobile-header,
.category-mobile-bottom {
  display: none;
}

@media (min-width: 641px) {
  .category-page {
    padding: 16px;
  }

  .category-page .category-layout {
    max-width: 1600px;
    min-height: calc(100vh - 104px);
    display: block;
    margin: 0 auto;
  }

  .category-page .category-content {
    min-height: calc(100vh - 104px);
  }

  .category-page .category-mobile-header {
    max-width: 1600px;
    height: 72px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 16px;
    margin: 0 auto 12px;
    padding: 8px 14px;
    border: 1px solid rgba(216, 161, 93, 0.32);
    border-radius: 12px;
    background: #080503;
  }

  .category-page .category-mobile-header > a {
    display: grid;
    place-items: center;
    color: #d8a15d;
    font: 34px/1 Georgia, serif;
    text-decoration: none;
  }

  .category-page .category-mobile-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .category-page .category-mobile-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }

  .category-page .category-mobile-brand span,
  .category-page .category-mobile-brand strong {
    display: block;
    color: #d8a15d;
    text-transform: uppercase;
  }

  .category-page .category-mobile-brand span {
    font: 12px/1.1 Arial, sans-serif;
    letter-spacing: .12em;
  }

  .category-page .category-mobile-brand strong {
    font: 23px/1.1 Georgia, serif;
  }
}

.category-layout {
  min-height: calc(100vh - 44px);
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(216, 161, 93, 0.26);
  border-radius: 16px;
  background: rgba(4, 4, 4, 0.78);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.72);
}

.category-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 26px;
  overflow: hidden;
  border-right: 1px solid rgba(216, 161, 93, 0.26);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.86)),
    url('images/icon/logo_panel_bg.jpg') center top / cover repeat-y;
}

.category-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 86%, rgba(0,0,0,0.48) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.02) 0, rgba(0,0,0,0.28) 360px, transparent 520px);
  z-index: 0;
  pointer-events: none;
}

.category-sidebar::after {
  content: "";
  width: 190px;
  height: 74px;
  margin: 28px auto 0;
  background: url('images/icon/decor_bottom.png') center / contain no-repeat;
  opacity: 0.92;
  position: relative;
  z-index: 1;
}

.category-sidebar > * {
  position: relative;
  z-index: 1;
}

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

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

.category-links {
  display: contents;
}

.sidebar-logo {
  width: calc(100% + 12px);
  height: auto;
  margin: 0;
  display: block;
  transform: translateX(-6px);
  border-radius: 0;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.7));
  border-bottom: 1px solid rgba(216, 161, 93, 0.18);
}

.category-sidebar h2 {
  display: none;
  margin: 0;
  padding: 0;
  color: #d8a15d;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(216, 161, 93, 0.32);
}

.category-sidebar a {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 13px 34px;
  color: #f2d2a2;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  border: 0;
  border-top: 1px solid rgba(216, 161, 93, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.46);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(20, 13, 8, 0.72), rgba(4, 3, 2, 0.62)),
    rgba(6, 4, 3, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 215, 150, 0.035);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.sidebar-logo + h2 + a,
.sidebar-logo + h2 {
  margin-top: 0;
}

.category-sidebar a:hover,
.category-sidebar a.active {
  color: #ffcf86;
  border-color: rgba(216, 161, 93, 0.34);
  background:
    linear-gradient(90deg, rgba(104, 67, 33, 0.78), rgba(31, 20, 11, 0.62) 62%, rgba(8, 5, 3, 0.56)),
    rgba(22, 14, 8, 0.88);
}

.category-sidebar a:hover {
  transform: none;
}

.category-sidebar a.active {
  box-shadow:
    inset 5px 0 0 #d8a15d,
    inset 0 1px 0 rgba(255, 215, 150, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.34);
}

.category-sidebar a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7));
}

.category-sidebar a span {
  display: block;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.85);
}

.category-content {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - 44px);
  padding: 48px 54px 58px;
  overflow: hidden;
  background: #020202;
}

.category-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/icon/background_full.jpg') center / cover no-repeat;
  opacity: 0.24;
  z-index: 0;
}

.category-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.58)),
    radial-gradient(circle at 30% 18%, rgba(216,161,93,0.1), transparent 34%);
  z-index: 0;
}

.category-content > * {
  position: relative;
  z-index: 2;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  width: fit-content;
  min-height: 34px;
  padding: 7px 12px 7px 10px;
  color: rgba(245, 223, 188, 0.78);
  border: 1px solid rgba(216, 161, 93, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(16, 10, 5, 0.62), rgba(0, 0, 0, 0.28)),
    rgba(0, 0, 0, 0.18);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.back-link::before {
  content: "←";
  color: #d8a15d;
  font-size: 16px;
  line-height: 1;
}

.back-link:hover {
  color: #ffcf86;
  border-color: rgba(216, 161, 93, 0.48);
  background:
    linear-gradient(180deg, rgba(38, 22, 10, 0.78), rgba(8, 5, 3, 0.42)),
    rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 26px;
  margin-bottom: 30px;
}

.menu-heading-title {
  min-width: 0;
}

.category-content h1 {
  margin: 0;
  color: #d8a15d;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.75);
}

.heading-line {
  width: min(100%, 980px);
  height: 28px;
  margin-top: 4px;
  background: linear-gradient(90deg, rgba(216, 161, 93, 0.85), rgba(216, 161, 93, 0.08) 78%, transparent);
  -webkit-mask-image: linear-gradient(90deg, black, transparent);
  mask-image: linear-gradient(90deg, black, transparent);
  opacity: 0.85;
}

.empty-category {
  max-width: 560px;
  padding: 24px;
  color: #d6c2a5;
  font-size: 20px;
  line-height: 1.45;
  border: 1px solid rgba(216, 161, 93, 0.35);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.76);
}

.menu-cover {
  width: min(100%, 760px);
  margin: 8px auto 0;
  padding: 12px;
  border: 1px solid rgba(216, 161, 93, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 134, 0.08), rgba(0, 0, 0, 0.22)),
    rgba(5, 3, 2, 0.72);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.62);
}

.menu-cover img {
  width: 100%;
  max-height: calc(100vh - 190px);
  display: block;
  object-fit: contain;
  border-radius: 5px;
}

.menu-gallery-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 5px;
  background: #050403;
}

.menu-cover .gallery-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  max-height: none;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.menu-cover .gallery-slide.active {
  opacity: 1;
  transform: scale(1);
}

.gallery-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: #ffcf86;
  border: 1px solid rgba(216, 161, 93, 0.42);
  border-radius: 6px;
  background: rgba(5, 4, 3, 0.68);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.gallery-btn:hover {
  color: #ffe0a8;
  border-color: rgba(255, 207, 134, 0.72);
  background: rgba(20, 12, 6, 0.82);
}

.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

.gallery-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: #f5dfbc;
  border: 1px solid rgba(216, 161, 93, 0.34);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.74);
  font-size: 15px;
  line-height: 1;
  z-index: 2;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(216, 161, 93, 0.6);
  border-radius: 50%;
  background: rgba(216, 161, 93, 0.16);
  cursor: pointer;
}

.gallery-dot.active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe0a8, #d8a15d);
}

.reservation-card {
  width: min(100%, 760px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(216, 161, 93, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(70, 43, 20, 0.74), rgba(7, 5, 3, 0.82)),
    rgba(8, 6, 4, 0.84);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.5);
}

.reservation-card span {
  color: #f5dfbc;
  font-size: 24px;
  font-weight: 700;
}

.reservation-card a {
  color: #ffcf86;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.reservation-card a:hover {
  color: #ffe0a8;
}

.address-card {
  width: min(100%, 760px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px auto 0;
  padding: 17px 22px;
  border: 1px solid rgba(216, 161, 93, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.88), rgba(58, 34, 15, 0.64)),
    rgba(8, 6, 4, 0.82);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.44);
}

.address-card span {
  color: #d8c4a5;
  font-size: 22px;
  font-weight: 700;
}

.address-card strong {
  color: #ffcf86;
  font-size: 27px;
  line-height: 1.12;
  text-align: right;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.58);
}

.reviews-open {
  width: min(100%, 760px);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px auto 0;
  padding: 17px 22px;
  color: #f5dfbc;
  border: 1px solid rgba(216, 161, 93, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(66, 39, 18, 0.78), rgba(8, 6, 4, 0.86)),
    rgba(8, 6, 4, 0.84);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.44);
  cursor: pointer;
}

.reviews-open span {
  color: #f5dfbc;
  font-size: 22px;
  font-weight: 700;
}

.reviews-open strong {
  color: #ffcf86;
  font-size: 24px;
  line-height: 1;
}

.reviews-open:hover {
  border-color: rgba(255, 207, 134, 0.72);
  background:
    linear-gradient(90deg, rgba(84, 50, 21, 0.86), rgba(11, 8, 5, 0.9)),
    rgba(8, 6, 4, 0.86);
}

.reviews-panel {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  z-index: 60;
}

.reviews-panel.active {
  display: flex;
}

.reviews-dialog {
  position: relative;
  width: min(100%, 900px);
  height: min(88vh, 820px);
  max-height: 88vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(216, 161, 93, 0.38);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 207, 134, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(28, 16, 8, 0.96), rgba(5, 4, 3, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.reviews-dialog h2 {
  margin: 0;
  color: #ffcf86;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}

.reviews-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  color: #d8a15d;
  border: 1px solid rgba(216, 161, 93, 0.36);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.reviews-frame {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(216, 161, 93, 0.22);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.28);
}

.reviews-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 760px;
  display: block;
  border: 0;
}

.reviews-frame p {
  margin: 0;
  padding: 24px;
  color: #d8c4a5;
  font-size: 18px;
}

.reviews-link {
  width: fit-content;
  color: #ffcf86;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.bonus-open {
  width: min(100%, 760px);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 14px auto 0;
  padding: 13px 18px;
  color: #f5dfbc;
  border: 1px solid rgba(216, 161, 93, 0.34);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(32, 20, 11, 0.88), rgba(6, 4, 3, 0.94)),
    rgba(8, 5, 3, 0.86);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 215, 150, 0.08);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.bonus-open span,
.bonus-open strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.78);
}

.bonus-open span {
  color: #f5dfbc;
  font-size: 20px;
}

.bonus-open strong {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  color: #ffcf86;
  border: 1px solid rgba(216, 161, 93, 0.32);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.26);
  font-size: 12px;
  letter-spacing: 0;
}

.bonus-open:hover {
  color: #ffcf86;
  border-color: rgba(216, 161, 93, 0.58);
  background:
    linear-gradient(180deg, rgba(48, 30, 15, 0.9), rgba(10, 6, 4, 0.96)),
    rgba(8, 5, 3, 0.9);
  transform: translateY(-1px);
}

.bonus-menu-top {
  width: min(100%, 360px);
  min-width: 0;
  min-height: 54px;
  margin: 0 0 8px auto;
  padding: 13px 16px;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 215, 150, 0.08);
}

.bonus-menu-top span {
  font-size: 20px;
}

.bonus-menu-top strong {
  font-size: 12px;
}

.bonus-check-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.88)),
    url('images/icon/background_full.jpg') center / cover no-repeat,
    #020202;
  scroll-margin-top: 0;
}

.bonus-check-section::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(216, 161, 93, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 207, 134, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(38, 21, 10, 0.72), rgba(0, 0, 0, 0.56));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
  pointer-events: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.bonus-check-section--focus::before {
  border-color: rgba(255, 207, 134, 0.72);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(216, 161, 93, 0.18);
}

#viking-bonus-widget {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  min-height: 280px;
  padding: 28px;
  color: #f5dfbc;
  border: 1px solid rgba(255, 207, 134, 0.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 207, 134, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(32, 18, 8, 0.98), rgba(5, 4, 3, 0.99) 68%);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 230, 180, 0.08);
  font-family: Georgia, 'Times New Roman', serif;
}

#viking-bonus-widget:empty::before {
  content: "Загрузка бонусного виджета...";
  display: block;
  color: #ffcf86;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 700;
  line-height: 1.18;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.76);
}

#viking-bonus-widget input,
#viking-bonus-widget select,
#viking-bonus-widget textarea {
  max-width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  color: #f5dfbc;
  border-color: rgba(216, 161, 93, 0.38);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.34);
  font-family: Georgia, 'Times New Roman', serif;
}

#viking-bonus-widget button,
#viking-bonus-widget input[type="submit"] {
  max-width: 100%;
  min-height: 48px;
  padding: 10px 18px;
  color: #1d1207;
  border: 1px solid rgba(255, 224, 168, 0.72);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe0a8, #d8a15d 58%, #b57535);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 236, 196, 0.4);
  cursor: pointer;
}

.bonus-page {
  min-height: 100vh;
  background: #020202;
}

.bonus-page .bonus-check-section {
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-start;
  padding: 28px;
}

.bonus-page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.bonus-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.bonus-page-title {
  display: grid;
  gap: 8px;
}

.bonus-page-title span {
  color: rgba(245, 223, 188, 0.72);
  font-size: 18px;
  font-weight: 700;
}

.bonus-page-title h1 {
  margin: 0;
  color: #d8a15d;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.75);
}

.bonus-page-note {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 223, 188, 0.82);
  font-size: 20px;
  line-height: 1.4;
}

.bonus-page #viking-bonus-widget {
  width: 100%;
}

.schedule-card {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 14px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(216, 161, 93, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 207, 134, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(25, 14, 7, 0.86), rgba(5, 4, 3, 0.9)),
    rgba(8, 6, 4, 0.84);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.48);
}

.schedule-label {
  display: block;
  margin-bottom: 12px;
  color: #ffcf86;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.schedule-list {
  display: grid;
  gap: 8px;
}

.schedule-list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(216, 161, 93, 0.18);
  color: #f5dfbc;
  font-size: 20px;
}

.schedule-list p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.schedule-list b {
  color: #d8c4a5;
  font-weight: 700;
}

.schedule-list span {
  color: #ffe0a8;
  font-weight: 700;
  white-space: nowrap;
}

.schedule-card small {
  color: #bfa98a;
  font-size: 15px;
  line-height: 1.35;
}

.price-menu {
  max-width: 980px;
  display: grid;
  gap: 22px;
}

.price-section {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(216, 161, 93, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 207, 134, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(25, 14, 7, 0.84), rgba(5, 4, 3, 0.88)),
    rgba(8, 6, 4, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.52);
}

.price-section::before,
.price-section::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(255, 207, 134, 0.38);
  pointer-events: none;
}

.price-section::before {
  left: 14px;
  border-left: 1px solid rgba(255, 207, 134, 0.38);
}

.price-section::after {
  right: 14px;
  border-right: 1px solid rgba(255, 207, 134, 0.38);
}

.price-section h2 {
  position: relative;
  margin: 0 0 20px;
  color: #ffcf86;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.72);
}

.price-section h2::after {
  content: "";
  width: min(260px, 72%);
  height: 1px;
  display: block;
  margin: 13px auto 0;
  background: linear-gradient(90deg, transparent, rgba(216, 161, 93, 0.78), transparent);
}

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

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

.price-item {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(216, 161, 93, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 207, 134, 0.055), transparent 48%),
    rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 225, 170, 0.07);
}

.price-item::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 161, 93, 0.34), transparent 45%, rgba(216, 161, 93, 0.34));
  opacity: 0.56;
}

.price-item h3 {
  margin: 0 0 8px;
  color: #f6d9a4;
  font-size: 24px;
  line-height: 1.08;
}

.price-item p {
  margin: 0;
  color: #d8c4a5;
  font-size: 17px;
  line-height: 1.34;
}

.price-item strong,
.price-note strong {
  color: #ffcf86;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.price-item.wide-price {
  grid-column: 1 / -1;
}

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

.coffee-row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(120px, auto) minmax(120px, auto);
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(216, 161, 93, 0.18);
  color: #f1d3a2;
  font-size: 20px;
}

.coffee-row span {
  font-size: 22px;
  font-weight: 700;
}

.coffee-row b {
  color: #f5dfbc;
  font-weight: 700;
  white-space: nowrap;
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(216, 161, 93, 0.24);
  border-radius: 6px;
  color: #f1d3a2;
  background: rgba(216, 161, 93, 0.08);
  font-size: 22px;
  font-weight: 700;
}

.product-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.price-menu + .product-grid {
  margin-top: 34px;
}

.product-grid::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  border: 1px solid rgba(216, 161, 93, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 161, 93, 0.12), transparent 28%),
    radial-gradient(circle at 82% 35%, rgba(216, 161, 93, 0.08), transparent 30%),
    rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.featured-products {
  max-width: 460px;
  margin-bottom: 28px;
}

.smoker-intro {
  position: relative;
  width: min(980px, 100%);
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(216, 161, 93, 0.42);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 213, 145, 0.04);
}

.smoker-intro img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.smoker-intro span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 18px;
  color: #ffcf86;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(216, 161, 93, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(45, 27, 12, 0.94), rgba(8, 5, 3, 0.96)),
    rgba(0, 0, 0, 0.86);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.58);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.dessert-showcase,
.feature-showcase {
  position: relative;
  width: min(980px, 100%);
  margin: 0 0 14px;
  display: grid;
  place-items: center;
}

.dessert-showcase::before,
.feature-showcase::before {
  content: "";
  position: absolute;
  inset: -14px 0 -12px;
  z-index: -1;
  border: 1px solid rgba(216, 161, 93, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 207, 134, 0.18), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(216, 161, 93, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(216, 161, 93, 0.1), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.dessert-feature-card {
  width: min(520px, 100%);
  padding-bottom: 50px;
  border-color: rgba(255, 207, 134, 0.62);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.72),
    0 0 38px rgba(216, 161, 93, 0.14);
}

.dessert-feature-card::after {
  bottom: 31px;
}

.dessert-feature-card .dish-price {
  bottom: 8px;
}

.product-card {
  position: relative;
  display: block;
  overflow: visible;
  padding-bottom: 42px;
  border: 1px solid rgba(216, 161, 93, 0.46);
  border-radius: 8px;
  background: transparent;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 213, 145, 0.045);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card::before,
.product-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(216, 161, 93, 0.42), transparent);
  pointer-events: none;
}

.product-card::before {
  top: -8px;
}

.product-card::after {
  bottom: 28px;
}

.product-card:hover {
  transform: translateY(-5px) scale(1.01);
  border-color: #d8a15d;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.72),
    0 0 28px rgba(216, 161, 93, 0.12);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 7px;
  filter: saturate(1.04) contrast(1.02);
  opacity: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(216, 161, 93, 0.16), transparent 42%),
    #090604;
  transition: opacity 0.18s ease;
}

.product-card img.is-loaded {
  opacity: 1;
}

.product-card[data-custom-product] img {
  object-fit: contain;
  background: #090604;
}

.product-card h3 {
  display: none;
}

.dish-price {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  z-index: 3;
  min-width: 104px;
  padding: 7px 18px;
  color: #ffcf86;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(216, 161, 93, 0.74);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(45, 27, 12, 0.94), rgba(8, 5, 3, 0.96)),
    rgba(0, 0, 0, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 222, 160, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.58);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.dish-price::before,
.dish-price::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 161, 93, 0.62));
}

.dish-price::before {
  right: calc(100% + 12px);
  transform: translateY(-50%);
}

.dish-price::after {
  left: calc(100% + 12px);
  transform: translateY(-50%) scaleX(-1);
}

.dish-price[hidden] {
  display: none;
}

.beer-menu {
  max-width: 1080px;
}

.beer-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0, rgba(255, 207, 134, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(26, 17, 8, 0.94), rgba(4, 4, 3, 0.96) 58%),
    rgba(8, 6, 4, 0.9);
}

.beer-section::before,
.beer-section::after {
  width: 58px;
  height: 58px;
}

.beer-intro {
  max-width: 680px;
  margin: -6px auto 22px;
  color: #d8c4a5;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.beer-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(216, 161, 93, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 207, 134, 0.06), transparent 12%, transparent 88%, rgba(255, 207, 134, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 34px),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.72);
}

.beer-card {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(216, 161, 93, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 207, 134, 0.05), transparent 60%),
    rgba(6, 5, 4, 0.74);
}

.beer-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 161, 93, 0.44), transparent);
  opacity: 0.72;
}

.beer-number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #120a03;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe0a8, #d8a15d);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.42);
}

.beer-card h3 {
  margin: 0;
  color: #f6d9a4;
  font-size: 23px;
  line-height: 1.08;
}

.beer-card p {
  margin: 5px 0 0;
  color: #bfa98a;
  font-size: 15px;
  line-height: 1.2;
}

.editable-price {
  min-width: 74px;
  padding: 7px 12px;
  color: #ffcf86;
  border: 1px solid rgba(216, 161, 93, 0.48);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0, rgba(255, 207, 134, 0.16), rgba(0, 0, 0, 0.36) 70%);
  font-size: 24px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.editable-price[hidden] {
  display: none;
}

.alcohol-menu {
  max-width: 1120px;
}

.alcohol-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(165, 35, 42, 0.18), transparent 24%),
    radial-gradient(circle at 88% 0, rgba(255, 207, 134, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(28, 10, 8, 0.94), rgba(5, 4, 3, 0.97) 58%),
    rgba(7, 5, 4, 0.94);
}

.alcohol-section::before,
.alcohol-section::after {
  width: 64px;
  height: 64px;
  border-color: rgba(255, 207, 134, 0.46);
}

.alcohol-intro {
  max-width: 660px;
  margin: -6px auto 24px;
  color: #d8c4a5;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

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

.cocktail-card {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 10px 16px;
  padding: 18px;
  border: 1px solid rgba(216, 161, 93, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 207, 134, 0.07), transparent 46%),
    linear-gradient(135deg, rgba(90, 22, 18, 0.18), rgba(0, 0, 0, 0.18)),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 225, 170, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.34);
}

.cocktail-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(216, 161, 93, 0.12);
  border-radius: 6px;
  pointer-events: none;
}

.cocktail-card::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 20px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 161, 93, 0.44), transparent);
  pointer-events: none;
}

.cocktail-card.featured {
  grid-column: 1 / -1;
  min-height: 136px;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 207, 134, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(105, 27, 18, 0.22), rgba(0, 0, 0, 0.26)),
    rgba(0, 0, 0, 0.36);
}

.cocktail-mark {
  grid-row: 1 / 4;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #140803;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe0a8, #d8a15d);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.48);
}

.cocktail-copy h3 {
  margin: 0 0 8px;
  color: #ffcf86;
  font-size: 25px;
  line-height: 1.05;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
}

.cocktail-copy p {
  margin: 0;
  color: #dec5a0;
  font-size: 16px;
  line-height: 1.34;
}

.cocktail-volume {
  width: fit-content;
  align-self: end;
  padding: 5px 10px;
  color: #d8c4a5;
  border: 1px solid rgba(216, 161, 93, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.26);
  font-size: 15px;
  line-height: 1;
}

.cocktail-card .editable-price {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 1;
}

@media (min-width: 1500px) {
  .category-layout {
    grid-template-columns: 400px minmax(0, 1fr);
  }

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

@media (max-width: 1100px) {
  .category-page {
    padding: 0;
  }

  .category-layout {
    min-height: 100vh;
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
  }

  .category-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(216, 161, 93, 0.26);
  }

  .category-sidebar::after {
    display: none;
  }

  .sidebar-logo {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .category-sidebar h2 {
    display: none;
  }

  .category-sidebar a {
    min-height: 48px;
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
  }

  .category-content {
    padding: 30px 18px 38px;
  }

  .menu-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .bonus-menu-top {
    width: min(100%, 760px);
    min-width: 0;
    margin: 0 auto;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

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

  .category-page {
    padding: 0;
    padding-bottom: 86px;
    background:
      radial-gradient(circle at 50% -10%, rgba(167, 101, 35, 0.14), transparent 30%),
      #050403;
  }

  .category-mobile-header {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 70px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-bottom: 1px solid rgba(216, 161, 93, 0.3);
    background: rgba(5, 4, 3, 0.96);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(12px);
  }

  .category-mobile-header > a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #dca65d;
    border: 1px solid rgba(216, 161, 93, 0.38);
    border-radius: 9px;
    background: rgba(24, 14, 7, 0.74);
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
  }

  .category-mobile-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .category-mobile-brand img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.7));
  }

  .category-mobile-brand span,
  .category-mobile-brand strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-mobile-brand span {
    color: #b47a38;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .category-mobile-brand strong {
    margin-top: 3px;
    color: #f3dfbd;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
  }

  .category-mobile-bottom {
    position: fixed;
    right: 10px;
    bottom: 8px;
    left: 10px;
    z-index: 35;
    min-height: 72px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    padding: 6px 5px;
    border: 1px solid rgba(216, 161, 93, 0.25);
    border-radius: 26px;
    background: rgba(9, 7, 5, 0.96);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(12px);
  }

  .category-mobile-bottom a {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #9f9588;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
  }

  .category-mobile-bottom a.active {
    color: #e6a54a;
  }

  .category-mobile-bottom svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .category-mobile-bottom .category-mobile-logo {
    width: 58px;
    height: 58px;
    margin-top: -18px;
    border: 1px solid rgba(216, 161, 93, 0.5);
    border-radius: 50%;
    background: #090604;
    object-fit: cover;
  }

  .category-layout {
    min-height: 100vh;
    min-height: 100svh;
    display: block;
    background: transparent;
  }

  .category-sidebar {
    display: none;
  }

  .category-page .category-sidebar {
    display: none;
  }

  .category-sidebar::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.46));
  }

  .category-sidebar::after {
    display: none;
  }

  .sidebar-logo {
    grid-column: 1 / -1;
    width: 76px;
    justify-self: center;
    transform: none;
    border-bottom: 0;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.72));
  }

  .category-sidebar a {
    min-width: 0;
    min-height: 34px;
    justify-content: center;
    gap: 0;
    padding: 7px 5px;
    font-size: 11.5px;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    border: 1px solid rgba(216, 161, 93, 0.2);
    border-radius: 4px;
    background:
      linear-gradient(180deg, rgba(48, 30, 15, 0.72), rgba(8, 5, 3, 0.84)),
      rgba(6, 4, 3, 0.72);
  }

  .category-sidebar a img {
    display: none;
  }

  .menu-section .category-sidebar {
    display: block;
    padding: 10px 0 12px;
    overflow: hidden;
  }

  .menu-section .sidebar-logo,
  .menu-section .category-sidebar > h2 {
    display: none;
  }

  .mobile-menu-brand {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 58px 10px 12px;
  }

  .mobile-menu-brand img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(216, 161, 93, 0.34);
    border-radius: 5px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.58);
  }

  .mobile-menu-brand div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .mobile-menu-brand span {
    color: #c79a62;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-menu-brand strong {
    color: #f5dfbc;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-category-toggle {
    width: calc(100% - 24px);
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 12px;
    padding: 9px 13px;
    color: #f5dfbc;
    border: 1px solid rgba(216, 161, 93, 0.4);
    border-radius: 6px;
    background:
      linear-gradient(135deg, rgba(82, 51, 24, 0.82), rgba(12, 7, 4, 0.94) 72%),
      rgba(6, 4, 3, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 215, 150, 0.08),
      0 10px 24px rgba(0, 0, 0, 0.4);
    font-family: Georgia, 'Times New Roman', serif;
    text-align: left;
  }

  .mobile-category-toggle span {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mobile-category-toggle strong {
    color: #f5dfbc;
    font-size: 17px;
  }

  .mobile-category-toggle small {
    color: #a99170;
    font-size: 11px;
  }

  .mobile-category-toggle b {
    color: #ffcf86;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-3px);
    transition: transform 0.18s ease;
  }

  .mobile-category-toggle.is-open b {
    transform: translateY(3px) rotate(180deg);
  }

  .category-links {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 12px 0;
  }

  .category-links.is-open {
    display: grid;
  }

  .category-links a {
    min-width: 0;
    min-height: 48px;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 10px;
    font-size: 12.5px;
    line-height: 1.08;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    border: 1px solid rgba(216, 161, 93, 0.26);
    border-radius: 5px;
    background:
      linear-gradient(180deg, rgba(54, 34, 17, 0.76), rgba(8, 5, 3, 0.9)),
      rgba(6, 4, 3, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 215, 150, 0.06);
  }

  .category-sidebar a.active {
    box-shadow:
      inset 0 -3px 0 #d8a15d,
      0 8px 18px rgba(0, 0, 0, 0.34);
  }

  .category-links a img {
    width: 22px;
    height: 22px;
    display: block;
    flex: 0 0 22px;
    opacity: 0.88;
  }

  .category-links a:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .category-content {
    min-height: auto;
    padding: 18px 10px 34px;
  }

  .menu-heading {
    margin-bottom: 14px;
    gap: 12px;
  }

  .menu-section .menu-heading-title {
    display: none;
  }

  .menu-section .category-content h1 {
    font-size: clamp(28px, 9.5vw, 36px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .heading-line {
    height: 12px;
  }

  .bonus-menu-top {
    position: relative;
    min-height: 56px;
    padding: 12px 44px 12px 14px;
    border-color: rgba(216, 161, 93, 0.48);
    background:
      linear-gradient(135deg, rgba(90, 56, 26, 0.84), rgba(17, 10, 5, 0.96) 66%),
      rgba(8, 5, 3, 0.9);
  }

  .bonus-menu-top::after {
    content: "\203A";
    position: absolute;
    right: 15px;
    top: 50%;
    color: #ffcf86;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-54%);
  }

  .bonus-menu-top strong {
    display: none;
  }

  .back-link {
    display: none;
  }

  .empty-category {
    max-width: none;
    padding: 16px;
    font-size: 17px;
  }

  .menu-cover {
    width: 100%;
    margin-top: 6px;
    padding: 4px;
    border-color: rgba(216, 161, 93, 0.32);
    border-radius: 7px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
  }

  .menu-cover img {
    max-height: none;
  }

  .menu-gallery-frame {
    aspect-ratio: 4 / 5;
  }

  .gallery-btn {
    width: 36px;
    height: 46px;
    font-size: 34px;
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }

  .gallery-counter {
    right: 10px;
    bottom: 10px;
    padding: 6px 9px;
    font-size: 13px;
  }

  .gallery-dots {
    padding-top: 10px;
  }

  .reservation-card {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding: 14px 12px;
    text-align: center;
  }

  .reservation-card span {
    font-size: 19px;
  }

  .reservation-card a {
    font-size: 25px;
  }

  .address-card {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding: 14px 12px;
    text-align: center;
  }

  .address-card span {
    font-size: 19px;
  }

  .address-card strong {
    font-size: 22px;
    text-align: center;
  }

  .reviews-open {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding: 14px 12px;
    text-align: center;
  }

  .reviews-open span {
    font-size: 19px;
  }

  .reviews-open strong {
    font-size: 22px;
  }

  .bonus-open {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding: 11px 12px;
    text-align: left;
  }

  .bonus-open span {
    font-size: 16px;
  }

  .bonus-open strong {
    min-height: 24px;
    padding: 5px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .reviews-panel {
    padding: 10px;
  }

  .reviews-dialog {
    height: 94vh;
    max-height: 94vh;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: 16px 12px 12px;
  }

  .reviews-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .reviews-frame iframe {
    min-height: 780px;
  }

  .bonus-check-section {
    min-height: 100svh;
    padding: 28px 10px;
  }

  .bonus-check-section::before {
    inset: 8px;
    border-radius: 7px;
  }

  #viking-bonus-widget {
    min-height: 240px;
    padding: 20px 12px 16px;
    border-radius: 7px;
  }

  #viking-bonus-widget:empty::before {
    font-size: 25px;
  }

  .bonus-page .bonus-check-section {
    padding: 16px 10px;
  }

  .bonus-page-shell {
    gap: 14px;
    padding-top: 0;
  }

  .bonus-page-top {
    margin-bottom: 0;
  }

  .bonus-page-title span {
    font-size: 15px;
  }

  .bonus-page-title h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .bonus-page-note {
    font-size: 17px;
  }

  .schedule-card {
    margin-top: 12px;
    padding: 14px 12px;
  }

  .schedule-label {
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
  }

  .schedule-list p {
    font-size: 17px;
  }

  .schedule-card small {
    font-size: 13px;
    text-align: center;
  }

  .price-menu {
    gap: 12px;
  }

  .price-section {
    padding: 14px 10px;
    border-radius: 6px;
  }

  .price-section::before,
  .price-section::after {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .price-section::before {
    left: 8px;
  }

  .price-section::after {
    right: 8px;
  }

  .price-section h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .price-section h2::after {
    margin-top: 9px;
  }

  .price-list,
  .price-list.compact {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding: 12px;
    gap: 10px;
  }

  .price-item::before {
    left: 12px;
    right: 12px;
    bottom: 7px;
  }

  .price-item h3 {
    font-size: 20px;
  }

  .price-item p {
    font-size: 15px;
  }

  .price-item strong,
  .price-note strong {
    justify-self: start;
    max-width: 100%;
    padding: 5px 8px;
    border: 1px solid rgba(216, 161, 93, 0.25);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.24);
    font-size: 22px;
  }

  .beer-intro {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .beer-board {
    grid-template-columns: 1fr;
    padding: 8px;
    gap: 8px;
  }

  .beer-card {
    min-height: 74px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    padding: 11px 10px;
  }

  .beer-card .editable-price {
    grid-column: 2;
    justify-self: start;
  }

  .beer-number {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .beer-card h3 {
    font-size: 18px;
  }

  .beer-card p {
    font-size: 13px;
  }

  .editable-price {
    min-width: 62px;
    padding: 6px 9px;
    font-size: 19px;
  }

  .alcohol-intro {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .cocktail-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cocktail-card,
  .cocktail-card.featured {
    grid-column: auto;
    min-height: 132px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 11px;
    padding: 13px;
  }

  .cocktail-card::after {
    left: 58px;
    right: 14px;
    bottom: 14px;
  }

  .cocktail-mark {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .cocktail-copy h3 {
    font-size: 20px;
  }

  .cocktail-copy p {
    font-size: 14px;
  }

  .cocktail-volume {
    font-size: 13px;
  }

  .cocktail-card .editable-price {
    position: static;
    grid-column: 2;
    justify-self: start;
  }

  .price-item.wide-price {
    grid-column: auto;
  }

  .coffee-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
    padding: 11px 10px;
    font-size: 16px;
  }

  .coffee-row span {
    grid-column: 1 / -1;
    font-size: 20px;
  }

  .coffee-row b {
    white-space: normal;
  }

  .price-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    font-size: 18px;
  }

  .price-note strong {
    line-height: 1.25;
    white-space: normal;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-grid::before {
    inset: -10px -4px;
    border-radius: 8px;
  }

  .featured-products {
    max-width: none;
    margin-bottom: 16px;
  }

  .smoker-intro {
    margin-bottom: 18px;
    border-radius: 6px;
  }

  .smoker-intro img {
    aspect-ratio: 4 / 3;
  }

  .smoker-intro span {
    right: 10px;
    bottom: 10px;
    padding: 6px 12px;
    font-size: 16px;
  }

  .dessert-showcase,
  .feature-showcase {
    width: 100%;
    margin-top: 18px;
  }

  .dessert-showcase::before,
  .feature-showcase::before {
    inset: -10px -4px;
    border-radius: 8px;
  }

  .product-card {
    overflow: visible;
    padding-bottom: 42px;
    border: 1px solid rgba(216, 161, 93, 0.42);
    border-radius: 6px;
    background: transparent;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.58);
  }

  .product-card::before {
    top: -6px;
  }

  .product-card::after {
    bottom: 27px;
  }

  .product-card img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    border: 0;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
  }

  .dish-price {
    bottom: 6px;
    min-width: 86px;
    padding: 6px 14px;
    font-size: 17px;
  }

  .dish-price::before,
  .dish-price::after {
    width: 54px;
  }

  .product-card:hover {
    transform: none;
  }
}

@media (min-width: 680px) and (max-width: 1100px) {
  .category-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    padding-top: 18px;
  }

  .sidebar-logo {
    grid-column: 1 / -1;
  }

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

@media (max-width: 360px) {
  .category-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-sidebar a {
    font-size: 11.5px;
  }
}
