.page--etterem {
  background: radial-gradient(circle at top, rgba(15, 58, 109, 0.4), transparent 55%), radial-gradient(circle at bottom, rgba(217, 179, 108, 0.16), transparent 55%), linear-gradient(135deg, #050814 0%, #050814 45%, #02030a 100%);
}
.hero--etterem {
  position: relative;
}
.hero-grid {
  align-items: center;
}
.hero-copy {
  min-width: 0;
}
.hero-media {
  min-width: 0;
}
.hero-media-frame {
  max-width: 540px;
  margin-left: auto;
}
.hero-image {
  object-position: center;
}
.hero-meta--etterem {
  margin-top: var(--space-md);
}
.hero-meta--etterem .chip {
  background: rgba(12, 19, 40, 0.9);
}
.section--gasztro {
  position: relative;
}
.section--gasztro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0, rgba(217, 179, 108, 0.12), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}
.section--gasztro > .container {
  position: relative;
  z-index: var(--z-base);
}
.gasztro-grid .grid-item {
  min-width: 0;
}
.gasztro-media img {
  object-position: center;
}
.gasztro-card {
  height: 100%;
}
.gasztro-list {
  margin-bottom: var(--space-md);
}
.section--tarsas {
  position: relative;
}
.section--tarsas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 0, rgba(15, 58, 109, 0.3), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}
.section--tarsas > .container {
  position: relative;
  z-index: var(--z-base);
}
.tarsas-grid .grid-item {
  min-width: 0;
}
.tarsas-card {
  height: 100%;
}
.tarsas-cta {
  margin-top: var(--space-md);
}
.tarsas-media img {
  object-position: center;
}
.section--poker {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.poker-card {
  overflow: hidden;
}
.poker-grid .grid-item {
  min-width: 0;
}
.poker-media img {
  object-position: center;
}
.poker-list {
  margin-bottom: var(--space-md);
}
.poker-alert {
  border-color: rgba(217, 179, 108, 0.7);
  background: linear-gradient(135deg, rgba(12, 19, 40, 0.9), rgba(5, 8, 20, 0.96));
}
.section--gallery {
  position: relative;
}
.section--gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(217, 179, 108, 0.18), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}
.section--gallery > .container {
  position: relative;
  z-index: var(--z-base);
}
.gallery-grid .grid-item {
  min-width: 0;
}
.gallery-media {
  height: 100%;
}
.gallery-media img {
  max-height: 320px;
  object-fit: cover;
}
.gallery-media figcaption {
  padding: var(--space-sm) var(--space-md);
}
.gallery-cta .btn-group {
  justify-content: center;
}
.btn,
.btn-group .btn {
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .hero-media-frame {
    max-width: 100%;
    margin-top: var(--space-lg);
  }
  .section--poker {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
}
@media (max-width: 767.98px) {
  .hero-inner {
    text-align: left;
  }
  .hero-media-frame {
    margin-left: 0;
  }
  .tarsas-card,
  .poker-card {
    padding: var(--space-md);
  }
  .gallery-media img {
    max-height: 260px;
  }
}
@media (max-width: 479.98px) {
  .hero-cta .btn-group,
  .gallery-cta .btn-group {
    width: 100%;
  }
}
