body {
  background: radial-gradient(circle at top, rgba(255, 48, 85, 0.18), transparent 55%), radial-gradient(circle at bottom, rgba(47, 123, 255, 0.18), transparent 55%), var(--mk-color-bg);
}
.hero-restaurant {
  position: relative;
}
.hero-restaurant::before {
  opacity: 0.9;
}
.hero-grid-restaurant {
  align-items: center;
}
.hero-copy {
  min-width: 0;
}
.hero-card-restaurant {
  min-width: 0;
}
.hero-actions-restaurant .btn {
  max-width: 100%;
}
.hero-meta-restaurant {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: var(--mk-space-md);
}
.hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: var(--mk-space-2xs);
  min-width: 0;
}
.hero-meta-label {
  font-size: var(--mk-font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mk-color-text-muted);
}
.hero-meta-value {
  font-size: var(--mk-font-size-sm);
  color: var(--mk-color-text-soft);
}
.section-layout {
  position: relative;
}
.section-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 48, 85, 0.16), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}
.section-layout .container {
  position: relative;
  z-index: 1;
}
.layout-row {
  align-items: stretch;
}
.layout-text {
  min-width: 0;
}
.layout-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mk-space-xs);
}
.layout-chip {
  background: rgba(255, 255, 255, 0.02);
}
.layout-columns {
  display: grid;
  gap: var(--mk-space-lg);
}
.layout-column h3 {
  margin-bottom: var(--mk-space-xs);
}
.layout-highlights {
  display: grid;
  gap: var(--mk-space-md);
  margin-top: var(--mk-space-md);
}
.layout-highlight {
  padding: var(--mk-space-md);
  border-radius: var(--mk-radius-md);
  background: radial-gradient(circle at top left, rgba(47, 123, 255, 0.18), transparent 60%), var(--mk-color-surface-glass-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.layout-highlight-label {
  display: block;
  font-size: var(--mk-font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mk-color-text-soft);
  margin-bottom: var(--mk-space-xs);
}
.layout-media {
  border-radius: var(--mk-radius-xl);
  overflow: hidden;
  box-shadow: var(--mk-shadow-soft);
}
.layout-figure {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout-figcaption {
  padding: var(--mk-space-md);
  font-size: var(--mk-font-size-sm);
  color: var(--mk-color-text-soft);
  background: linear-gradient(to top, rgba(5, 5, 9, 0.96), rgba(5, 5, 9, 0.8));
}
.section-gastro {
  position: relative;
}
.section-gastro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, rgba(47, 123, 255, 0.18), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}
.section-gastro .container {
  position: relative;
  z-index: 1;
}
.gastro-row {
  align-items: stretch;
}
.gastro-media {
  border-radius: var(--mk-radius-xl);
  overflow: hidden;
  box-shadow: var(--mk-shadow-soft);
}
.gastro-figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gastro-figcaption {
  padding: var(--mk-space-md);
  font-size: var(--mk-font-size-sm);
  color: var(--mk-color-text-soft);
  background: linear-gradient(to top, rgba(5, 5, 9, 0.96), rgba(5, 5, 9, 0.8));
}
.gastro-text {
  min-width: 0;
}
.gastro-columns {
  display: grid;
  gap: var(--mk-space-lg);
}
.gastro-column h3 {
  margin-bottom: var(--mk-space-xs);
}
.gastro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mk-space-xs);
}
.gastro-chip {
  background: rgba(255, 255, 255, 0.02);
}
.gastro-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mk-space-sm);
}
.gastro-cta-row .btn {
  max-width: 100%;
}
.section-gallery {
  position: relative;
}
.section-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255, 214, 92, 0.16), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}
.section-gallery .container {
  position: relative;
  z-index: 1;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--mk-space-2xl);
}
.gallery-card {
  position: relative;
  border-radius: var(--mk-radius-card);
  overflow: hidden;
  background: var(--mk-color-surface-glass);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--mk-shadow-soft);
  transform: translateY(0) scale(1);
  transition: transform var(--mk-transition-slow) var(--mk-ease-soft), box-shadow var(--mk-transition-slow) var(--mk-ease-soft), border-color var(--mk-transition-base) var(--mk-ease-soft);
}
.gallery-media {
  position: relative;
  overflow: hidden;
}
.gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform var(--mk-transition-slow) var(--mk-ease-soft), filter var(--mk-transition-slow) var(--mk-ease-soft);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 9, 0.96), rgba(5, 5, 9, 0.1));
  display: flex;
  align-items: flex-end;
  padding: var(--mk-space-xl);
}
.gallery-overlay-inner {
  max-width: 32rem;
  transform: translateY(0);
  opacity: 0.96;
  transition: transform var(--mk-transition-slow) var(--mk-ease-soft), opacity var(--mk-transition-slow) var(--mk-ease-soft);
}
.gallery-title {
  margin-bottom: var(--mk-space-xs);
}
.gallery-text {
  font-size: var(--mk-font-size-sm);
  color: var(--mk-color-text-soft);
}
.gallery-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.95);
  border-color: rgba(255, 214, 92, 0.7);
}
.gallery-card:hover .gallery-media img {
  transform: scale(1.06);
  filter: brightness(1.05);
}
.gallery-card:hover .gallery-overlay-inner {
  transform: translateY(-4px);
  opacity: 1;
}
.gallery-footer {
  margin-top: var(--mk-space-3xl);
}
.gallery-footer-card {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mk-space-xl);
  padding: var(--mk-space-2xl);
  border-radius: var(--mk-radius-xl);
  box-shadow: var(--mk-shadow-soft);
}
.gallery-footer-content {
  flex: 1 1 260px;
  min-width: 0;
}
.gallery-footer-content h3 {
  margin-bottom: var(--mk-space-sm);
}
.gallery-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mk-space-sm);
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 220px;
}
.gallery-footer-actions .btn {
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 767.98px) {
  .gallery-footer-card {
    padding: var(--mk-space-xl);
  }
  .gallery-footer-actions {
    justify-content: flex-start;
  }
  .gastro-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions-restaurant {
    flex-direction: column;
    align-items: stretch;
  }
}
