body {
  background: radial-gradient(circle at top, rgba(209, 168, 91, 0.08), transparent 55%), var(--color-bg);
}

.hero-restaurant {
  padding-top: var(--space-12);
}

.hero-restaurant-grid {
  align-items: center;
  gap: var(--space-8);
}

.hero-restaurant-content {
  max-width: 34rem;
}

.hero-restaurant-media {
  order: -1;
}

.hero-restaurant-image {
  min-height: 260px;
}

.hero-restaurant-overlay-title {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-1);
}

.hero-restaurant-overlay-text {
  font-size: var(--font-size-sm);
  color: #e5e7eb;
}

.hero-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-philosophy-grid,
.section-service-grid,
.section-atmosphere-grid,
.section-chef-grid,
.section-community-grid {
  align-items: center;
  gap: var(--space-8);
}

.section-highlight-card,
.section-service-card,
.section-community-card {
  height: 100%;
}

.service-list {
  padding-left: 1.1rem;
}

.service-list li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.service-list li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-gold));
}

.section-atmosphere-copy p + p,
.section-chef-grid p + p {
  margin-top: var(--space-3);
}

.review-card {
  display: flex;
  flex-direction: column;
}

.review-card .card-body {
  font-size: var(--font-size-sm);
}

.section-cta .hero-actions {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hero-restaurant-media {
    order: 0;
  }

  .hero-restaurant-image {
    min-height: 340px;
  }
}

@media (min-width: 960px) {
  .hero-restaurant-grid {
    gap: var(--space-10);
  }

  .hero-restaurant-content {
    max-width: 36rem;
  }
}
