.info-hero {
  align-items: center;
}

.info-hero__content {
  max-width: 640px;
}

.info-hero__cta {
  flex-wrap: wrap;
  margin-top: var(--space-4);
}

.info-hero__image-wrap {
  display: flex;
  justify-content: center;
}

.info-hero__image {
  max-width: 480px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
}

.info-section {
  gap: var(--space-8);
}

.info-menu-highlights,
.info-bullets {
  list-style: disc;
  padding-left: 1.25rem;
}

.info-menu-highlights li,
.info-bullets li {
  color: var(--color-text-muted);
  margin-bottom: 0.4rem;
}

.info-steps {
  list-style: decimal;
  padding-left: 1.5rem;
}

.info-steps li {
  color: var(--color-text-muted);
  margin-bottom: 0.45rem;
}

.info-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.info-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-faq {
  display: grid;
  gap: var(--space-3);
  max-width: 800px;
}

.info-faq__item {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-surface);
  padding: var(--space-4);
}

.info-faq__item summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

.info-faq__item[open] {
  background-color: var(--color-surface-alt);
}

.info-faq__item p {
  margin-top: var(--space-3);
}

.info-section--gallery {
  align-items: start;
}

.info-section--reservation {
  align-items: start;
}

@media (max-width: 768px) {
  .info-hero {
    text-align: left;
  }

  .info-hero__image {
    max-width: 360px;
  }
}
