* {
  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-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;
}

.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;
  margin-bottom: 22px;
  color: #d8a15d;
  text-decoration: none;
  font-size: 17px;
}

.back-link:hover {
  color: #ffcf86;
}

.menu-heading {
  margin-bottom: 30px;
}

.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);
  max-height: min(86vh, 760px);
  display: grid;
  grid-template-rows: auto minmax(320px, 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: 320px;
  overflow: hidden;
  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: 520px;
  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;
}

.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;
}

.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);
}

.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;
  }

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

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

  .category-layout {
    min-height: 100vh;
    min-height: 100svh;
  }

  .category-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    align-items: stretch;
    padding: 8px;
    overflow: visible;
    border-bottom: 1px solid rgba(216, 161, 93, 0.28);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78)),
      url('images/icon/logo_panel_bg.jpg') center top / cover repeat-y;
  }

  .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;
    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.active {
    box-shadow:
      inset 0 -3px 0 #d8a15d,
      0 8px 18px rgba(0, 0, 0, 0.34);
  }

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

  .category-content {
    min-height: auto;
    padding: 14px 8px 28px;
  }

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

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

  .heading-line {
    height: 12px;
  }

  .back-link {
    min-height: 28px;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
  }

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

  .menu-cover {
    width: 100%;
    margin-top: 4px;
    padding: 6px;
    border-radius: 6px;
  }

  .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;
  }

  .reviews-panel {
    padding: 10px;
  }

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

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

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

  .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: minmax(0, 1fr) auto;
    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 {
    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) auto;
    gap: 9px;
    padding: 11px 10px;
  }

  .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 {
    right: 12px;
    bottom: 10px;
  }

  .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;
  }

  .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;
  }
}
