/* Ürün detay sayfası — SEO + düzen */

.dish-page-body {
  min-height: 100vh;
  background: #060606;
}

.dish-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.5rem 1.25rem 4rem;
}

.dish-bc {
  margin-bottom: 1.25rem;
}
.dish-bc__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.35);
}
.dish-bc__list li:not(:last-child)::after {
  content: '/';
  margin-left: 0.5rem;
  opacity: 0.4;
}
.dish-bc__list a {
  color: rgba(196, 30, 30, 0.85);
  transition: color 0.2s;
}
.dish-bc__list a:hover {
  color: #f87171;
}

.dish-article {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, #121212 0%, #0a0a0a 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.dish-hero {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dish-hero {
    grid-template-columns: 1.05fr 1fr;
    min-height: min(78vh, 720px);
  }
}

.dish-hero__visual {
  position: relative;
  min-height: 280px;
  background: #141008;
}
@media (min-width: 900px) {
  .dish-hero__visual {
    min-height: 100%;
  }
}
.dish-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dish-hero__panel {
  padding: 1.75rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
}
@media (min-width: 900px) {
  .dish-hero__panel {
    padding: 2.5rem 2.25rem;
  }
}

.dish-hero__cat {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(196, 30, 30, 0.75);
  margin: 0;
}

.dish-hero__title {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.06em;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.dish-hero__note {
  font-size: 0.95rem;
  color: rgba(245, 245, 245, 0.45);
  line-height: 1.55;
  margin: 0;
}

.dish-price {
  margin: 0.5rem 0 0;
}
.dish-price__val {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(2.25rem, 5vw, 3rem);
  letter-spacing: 0.03em;
  color: #f87171;
}
.dish-price__cur {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(248, 113, 113, 0.9);
  margin-left: 0.15rem;
}
.dish-price__hint {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.28);
  margin-top: 0.25rem;
}

.dish-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 480px) {
  .dish-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.btn-dish-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff !important;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-dish-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
}

.btn-dish-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(196, 30, 30, 0.4);
  color: rgba(245, 245, 245, 0.85);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-dish-sec:hover {
  background: rgba(196, 30, 30, 0.1);
  border-color: rgba(196, 30, 30, 0.55);
}

.dish-legal {
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(245, 245, 245, 0.32);
  margin: 0.75rem 0 0;
}

.dish-seo-block {
  padding: 1.75rem 1.5rem 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 900px) {
  .dish-seo-block {
    padding: 2rem 2.25rem 2.5rem;
  }
}
.dish-seo-block__title {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 245, 0.55);
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.dish-seo-block__text {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.42);
  margin: 0 0 1rem;
  max-width: 65ch;
}
.dish-seo-block__text:last-child {
  margin-bottom: 0;
}
.dish-seo-block__text a {
  color: rgba(196, 30, 30, 0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dish-seo-block__text a:hover {
  color: #f87171;
}
