body.table-page-active {
  background-color: var(--color-bg);
}

.table-hero {
  position: relative;
}

.table-hero .hero-title {
  max-width: 18ch;
  margin-inline: auto;
}

.table-hero .hero-description {
  max-width: 60ch;
}

.table-format-showcase {
  align-items: stretch;
}

.table-format-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.table-format-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.table-format-list,
.table-safe-list,
.table-prep-list,
.table-games-list,
.table-sequence-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.table-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--color-accent-cyan) 0, transparent 70%);
  flex-shrink: 0;
}

.table-format-list li,
.table-safe-list li,
.table-prep-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.table-sequence-steps li {
  padding-block: var(--space-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.table-sequence-steps li:last-child {
  border-bottom: none;
}

.table-sequence-steps h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-1);
}

.table-sequence-visual {
  overflow: hidden;
}

.table-sequence-image {
  max-height: 480px;
}

.table-cp-header,
.table-gallery-header,
.table-community-header {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--space-8);
}

.table-cp-grid .table-cp-card {
  padding-block: var(--space-6);
}

.table-gallery {
  padding-top: var(--space-10);
}

.table-safe-experience {
  align-items: stretch;
}

.table-safe-design .table-design-image-frame {
  margin-top: var(--space-4);
}

.table-design-image {
  max-height: 320px;
}

.table-preparation .table-prep-panel {
  align-self: stretch;
}

.table-games-list li {
  margin-bottom: var(--space-3);
}

.table-games-list .badge-soft {
  margin-bottom: var(--space-2);
}

.table-community-grid {
  align-items: stretch;
}

.table-community-panel {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.table-comment-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.table-contact-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.table-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.table-contact-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: var(--space-4);
}

@media (min-width: 960px) {
  .table-contact-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .table-contact-copy {
    max-width: 60%;
  }

  .table-contact-meta {
    border-top: none;
    padding-top: 0;
    padding-left: var(--space-6);
    max-width: 40%;
  }
}

@media (max-width: 767.98px) {
  .hero-title,
  .hero-description {
    text-align: center;
  }

  .table-format-showcase,
  .table-evening-flow,
  .table-corporate-private,
  .table-safe-experience,
  .table-preparation,
  .table-community {
    gap: var(--space-6);
  }

  .table-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
