﻿.premium-menu {
  background: #160f0e;
  color: #fff7ef;
}

.premium-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  padding: 24px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(22, 15, 14, 0.88), rgba(22, 15, 14, 0.62) 44%, rgba(22, 15, 14, 0.86)),
    linear-gradient(180deg, rgba(22, 15, 14, 0.18), rgba(22, 15, 14, 0.96)),
    url("../../assets/menu/steak.jpg") center / cover no-repeat,
    linear-gradient(135deg, #4d1115, #160f0e);
}

.premium-top {
  position: absolute;
  top: 24px;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-weight: 900;
}

.premium-hero .language-switcher {
  top: 24px;
}

.premium-intro {
  max-width: 860px;
}

.premium-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 16px;
}

.premium-business-logo {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 247, 239, 0.28);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255, 247, 239, 0.08);
  backdrop-filter: blur(12px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.premium-profile h1 {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 8vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.premium-profile p {
  margin: 0;
  color: rgba(255, 247, 239, 0.72);
  font-size: clamp(0.98rem, 2vw, 1.2rem);
}

.premium-lead {
  max-width: 620px;
  color: rgba(255, 247, 239, 0.76);
  font-size: 1.18rem;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-actions a,
.premium-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 247, 239, 0.22);
  border-radius: 999px;
  color: rgba(255, 247, 239, 0.9);
  background: rgba(255, 247, 239, 0.1);
  backdrop-filter: blur(10px);
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.premium-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-actions a:hover,
.premium-info-button:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 164, 49, 0.54);
  background: rgba(240, 164, 49, 0.15);
}

.premium-shell {
  width: min(1100px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0 0 62px;
}

.premium-category-nav {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin: -22px 0 48px;
  padding: 12px;
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: 8px;
  background: rgba(20, 13, 12, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  scrollbar-width: none;
}

.premium-category-nav::-webkit-scrollbar {
  display: none;
}

.premium-category-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: 8px;
  color: rgba(255, 247, 239, 0.82);
  background: rgba(255, 247, 239, 0.06);
  font-size: 0.86rem;
  font-weight: 850;
}

.chef-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  margin-bottom: 64px;
}

.premium-photo {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  min-height: 430px;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.chef-choice h2,
.premium-category h2 {
  color: #fff7ef;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.chef-choice p {
  color: rgba(255, 247, 239, 0.72);
}

.chef-choice strong {
  color: var(--gold);
  font-size: 1.4rem;
}

.premium-category {
  scroll-margin-top: 82px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 247, 239, 0.16);
}

.premium-category h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1.75rem, 4vw, 3rem);
}

.premium-category h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 164, 49, 0.38), transparent);
}

.premium-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 247, 239, 0.12);
}

.premium-item.with-photo {
  grid-template-columns: 86px 1fr auto;
  align-items: center;
}

.premium-item.with-photo img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.premium-item h3 {
  color: #fff7ef;
}

.premium-item p {
  margin: 0;
  color: rgba(255, 247, 239, 0.64);
}

.premium-item strong {
  color: var(--gold);
  white-space: nowrap;
}

.premium-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 30px clamp(18px, 5vw, 64px) 34px;
  color: #fff7ef;
  text-align: center;
  background: #0c0808;
}

.premium-footer a {
  color: rgba(255, 247, 239, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
}

.business-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.business-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.business-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 6, 0.68);
  backdrop-filter: blur(8px);
}

.business-modal__panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(255, 247, 239, 0.16);
  border-radius: 8px;
  color: #fff7ef;
  background: #1c1210;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.business-modal__panel h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
}

.business-info-list {
  display: grid;
  gap: 10px;
}

.business-info-list article {
  display: grid;
  gap: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 247, 239, 0.12);
}

.business-info-list span {
  color: rgba(255, 247, 239, 0.54);
  font-size: 0.82rem;
}

.business-info-list strong,
.business-info-list a {
  color: #fff7ef;
  font-size: 0.98rem;
  font-weight: 850;
}

.wifi-row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wifi-row button,
.business-modal__close {
  border: 0;
  border-radius: 8px;
  color: #160f0e;
  background: var(--gold);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.wifi-row button {
  padding: 8px 10px;
  font-size: 0.82rem;
}

.business-modal__close {
  width: 100%;
  margin-top: 18px;
  padding: 12px 16px;
}

@media (max-width: 760px) {
  .premium-hero {
    min-height: 640px;
    padding-bottom: 54px;
  }

  .premium-profile {
    align-items: flex-start;
  }

  .premium-business-logo {
    width: 62px;
    height: 62px;
    font-size: 1.1rem;
  }

  .chef-choice,
  .premium-item {
    grid-template-columns: 1fr;
  }

  .premium-item.with-photo {
    grid-template-columns: 68px 1fr;
  }

  .premium-item.with-photo img {
    width: 68px;
    height: 68px;
  }

  .premium-item.with-photo strong {
    grid-column: 2;
  }

  .premium-photo {
    min-height: 300px;
  }

  .premium-footer {
    display: grid;
  }
}


