.gasztro-main {
  padding-top: var(--navbar-height);
}

.hero-gasztro {
  position: relative;
}

.hero-gasztro-figure {
  max-height: 320px;
}

.hero-vip-note {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
  max-width: 48ch;
}

.gasztro-intro-grid {
  align-items: center;
}

.gasztro-intro-figure {
  max-height: 420px;
}

.casino-lounge-section {
  position: relative;
}

.casino-lounge-grid {
  align-items: center;
}

.gasztro-tabs-header h2 {
  margin-bottom: var(--space-2);
}

.gasztro-menu-grid {
  margin-bottom: var(--space-6);
}

.menu-item h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-2);
}

.menu-meta {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.menu-meta span {
  color: var(--gray-100);
}

.gasztro-meta-row {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.gasztro-extra-grid {
  align-items: stretch;
}

.gasztro-allergen ul {
  columns: 2;
  column-gap: var(--space-6);
}

.gasztro-live-grid {
  align-items: center;
}

.gasztro-gallery-section {
  padding-bottom: var(--space-16);
}

.gasztro-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-rows: minmax(140px, auto);
  gap: var(--space-4);
}

.gasztro-gallery-grid figure:nth-child(1) {
  grid-row: 1 / 3;
}

.gasztro-gallery-grid figure:nth-child(2),
.gasztro-gallery-grid figure:nth-child(3) {
  min-height: 160px;
}

@media (max-width: 960px) {
  .gasztro-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gasztro-allergen ul {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .hero-vip-note {
    max-width: 100%;
  }

  .gasztro-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
