 .restaurant-intro {
  align-items: center;
}

.restaurant-table-image img {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.restaurant-menu-grid .card h3 {
  margin-bottom: var(--space-4);
}

.lounge-section {
  align-items: center;
  gap: var(--space-16);
}

.lounge-image img {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-medium);
}

.restaurant-service-grid .card__title {
  max-width: 18rem;
}

.location-section {
  align-items: flex-start;
  gap: var(--space-16);
}

.location-card {
  height: 100%;
}

@media (max-width: 960px) {
  .restaurant-intro,
  .lounge-section,
  .location-section {
    gap: var(--space-10);
  }

  .location-card {
    margin-top: var(--space-4);
  }
}
