.hero-fullscreen__content {
  padding-top: var(--space-96);
  padding-bottom: var(--space-96);
}

.hero-fullscreen__inner {
  max-width: 760px;
}

.hero-title {
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.9);
}

.hero-subtitle {
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.85);
}

.gastronomy-grid {
  align-items: stretch;
}

.gastronomy-list,
.poker-list,
.reservation-notes {
  list-style: none;
  margin-top: var(--space-16);
}

.gastronomy-list li,
.poker-list li,
.reservation-notes li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: var(--space-8);
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.gastronomy-list li::before,
.poker-list li::before,
.reservation-notes li::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-burgundy));
}

.gastronomy-highlight {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gastronomy-meta {
  font-size: var(--font-size-sm);
}

.poker-split .split-screen__panel {
  min-height: 360px;
}

.poker-text-panel .card {
  height: 100%;
}

.team-grid .team-role {
  margin-top: var(--space-8);
  margin-bottom: var(--space-16);
  font-size: var(--font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.faq {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(10, 12, 16, 0.9);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: var(--space-16) var(--space-20);
  box-shadow: var(--shadow-subtle);
  margin-bottom: var(--space-16);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

.faq-item[open] summary {
  color: var(--color-accent-gold);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: var(--space-12);
}

.contact-card p {
  margin-bottom: var(--space-8);
}

.legal-links {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: var(--space-24);
}

.legal-intro {
  max-width: 520px;
}

.legal-links-list a {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

@media (max-width: 1024px) {
  .hero-fullscreen__content {
    padding-top: var(--space-80);
    padding-bottom: var(--space-80);
  }
}

@media (max-width: 768px) {
  .hero-fullscreen__content {
    padding-top: var(--space-64);
    padding-bottom: var(--space-64);
  }

  .testimonials-nav {
    position: static;
    margin-top: var(--space-16);
    justify-content: center;
  }

  .legal-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
