body {
  background-color: var(--color-background);
}
.page-main :is(h1, h2, h3, h4, h5, h6, p) {
  max-width: none;
}
.home-hero-layout {
  position: relative;
  min-width: 0;
}
.home-hero-layout > *,
.home-hero-layout .hero-card,
.home-hero-layout .hero-card-header > * {
  min-width: 0;
}
.home-hero-layout .hero-overlay-card {
  width: 100%;
  max-width: 100%;
}
.hero-meta-block {
  flex: 0 0 clamp(300px, 32vw, 330px);
  width: clamp(300px, 32vw, 330px);
  min-width: 300px;
  max-width: 330px;
}
.hero-meta-block .badge-age {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding-inline: clamp(var(--space-4), 3vw, var(--space-6));
  font-size: clamp(0.5rem, 2.8vw, var(--font-size-xs));
  letter-spacing: clamp(0.06em, 0.8vw, 0.14em);
  white-space: nowrap;
}
.hero-meta-block .hero-meta,
.home-hero-layout .meta-value,
.home-hero-layout .hero-note {
  overflow-wrap: anywhere;
}
.hero-meta-grid {
  display: grid;
  gap: var(--space-8);
}
@media (min-width: 720px) {
  .hero-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .home-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-hero-layout .hero-image-panel {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 560px;
  }
  .home-hero-layout .hero-overlay-card {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    width: min(680px, calc(100% - var(--space-40)));
    max-width: 680px;
    margin: var(--space-20);
  }
}
.home-image-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: var(--color-card);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--color-border-subtle);
}
.image-rounded-shadow {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-atmosphere-grid,
.cocktail-grid,
.poker-grid,
.chef-grid,
.location-grid {
  align-items: center;
}
.order-mobile-last {
  order: 2;
}
@media (min-width: 768px) {
  .order-mobile-last {
    order: 0;
  }
}
.events-grid {
  align-items: stretch;
}
.testimonials-grid {
  align-items: stretch;
}
.section-header.text-center .section-header-subtitle {
  margin-inline: auto;
}
.responsible-card {
  border-radius: var(--radius-xl);
}
.align-center {
  align-items: center;
}
@media (max-width: 1040px) {
  .home-hero-layout .hero-card-header {
    flex-direction: column;
  }
  .home-hero-layout .hero-meta-block {
    flex: 0 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  .home-hero-layout .hero-meta-block .badge-age {
    width: min(100%, 330px);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-block: var(--space-24);
  }
  .home-hero-layout .hero-meta-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 479px) {
  .home-hero-layout .hero-card {
    padding: var(--space-10);
  }
  .home-hero-layout .hero-title {
    font-size: clamp(1.65rem, 9vw, 2rem);
  }
  .home-hero-layout .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .home-hero-layout .hero-actions .btn,
  .home-hero-layout .hero-actions .link-inline {
    width: 100%;
    max-width: 100%;
  }
  .home-hero-layout .hero-actions .link-inline {
    justify-content: flex-start;
    white-space: normal;
  }
}
