.page--home {
}

.section-heading--left {
  text-align: left;
  align-items: flex-start;
}

.section-heading--left .section-heading__title,
.section-heading--left .section-heading__intro {
  margin-left: 0;
}

.hero__menu-note {
  max-width: 360px;
}

@media (max-width: 600px) {
  .hero__menu-note {
    padding: 0.75rem 1rem;
  }
}

.hall-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 3rem;
  align-items: center;
}

.hall-layout__image-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(209, 189, 164, 0.8);
}

.hall-layout__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hall-layout__tags {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 960px) {
  .hall-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.formats-grid__item {
  min-height: 100%;
}

.timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: flex-start;
}

.timeline-layout__steps {
  margin-top: 1.5rem;
}

.timeline-layout__image-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(209, 189, 164, 0.85);
}

.timeline-layout__image-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .timeline-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.poker-highlight {
  max-width: 760px;
}

.poker-highlight__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hosts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 3rem;
  align-items: center;
}

.hosts-layout__image-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(209, 189, 164, 0.8);
}

.hosts-layout__image-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hosts-grid {
  margin-top: 0.5rem;
}

.hosts-grid__title {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1040px) {
  .hosts-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gallery-strip__frame {
  max-width: var(--max-width-wide);
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  border: 1px solid rgba(209, 189, 164, 0.85);
}

.gallery-strip__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.final-cta__inner {
  text-align: center;
  max-width: 760px;
}

.final-cta__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.final-cta__note {
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .final-cta__actions {
    flex-direction: column;
  }
}
