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

.restaurant-hero__grid {
  align-items: center;
  gap: var(--space-6);
}

.restaurant-hero__content {
  max-width: 32rem;
}

.hero__surface--restaurant {
  background: linear-gradient(135deg, rgba(24, 164, 184, 0.92), rgba(165, 199, 255, 0.9));
  position: relative;
}

.hero__surface--restaurant::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0, rgba(255, 234, 167, 0.35), transparent 55%),
              radial-gradient(circle at 90% 100%, rgba(255, 111, 97, 0.28), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.hero__surface--restaurant > * {
  position: relative;
}

.restaurant-hero__image {
  max-height: 420px;
}

.restaurant-hero__cta {
  margin-top: var(--space-3);
}

.restaurant-section-header p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.restaurant-concept__grid {
  gap: var(--space-6);
}

.restaurant-concept__meta {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.restaurant-concept__links {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

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

.restaurant-premium__highlights {
  margin-top: var(--space-4);
  gap: var(--space-4);
}

.restaurant-premium__cta {
  margin-top: var(--space-4);
}

.restaurant-interior__intro {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.restaurant-interior__grid {
  gap: var(--space-6);
}

.restaurant-interior__card {
  min-height: 100%;
}

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

.restaurant-team__grid {
  margin-top: var(--space-4);
  gap: var(--space-4);
}

.restaurant-open-kitchen__links {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.restaurant-evening__header {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.restaurant-evening__grid {
  gap: var(--space-6);
}

.restaurant-cta {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.restaurant-cta__actions {
  margin-top: var(--space-4);
}

.restaurant-floating-reservation {
  box-shadow: var(--shadow-md);
}

@media (max-width: 767.98px) {
  .restaurant-hero {
    padding-top: var(--space-10);
  }

  .restaurant-hero__content {
    max-width: 100%;
  }

  .restaurant-hero__image {
    margin-top: var(--space-4);
    max-height: 320px;
  }

  .restaurant-premium__grid,
  .restaurant-open-kitchen__grid {
    gap: var(--space-6);
  }

  .restaurant-floating-reservation {
    right: var(--space-3);
    left: var(--space-3);
    bottom: var(--space-3);
    justify-content: center;
  }
}
