.dining-hero {
  align-items: flex-end;
}

.dining-hero__inner {
  max-width: 640px;
  padding-bottom: var(--space-20);
}

.dining-hero__perex {
  font-size: var(--font-size-lg);
}

.dining-hero__actions {
  margin-top: var(--space-6);
}

.dining-hero__meta {
  margin-top: var(--space-6);
}

.dining-image-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.dining-image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(200, 164, 90, 0.22), transparent 60%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.dining-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dining-signature__highlights,
.dining-wine__list,
.dining-private__grid,
.dining-team__highlights {
  margin-top: var(--space-6);
}

.dining-subheading {
  font-family: var(--font-heading);
  font-size: var(--font-size-lg);
  color: var(--color-heading);
}

.dining-wine__note ul,
.dining-signature__card ul,
.dining-reservations__tips ul {
  margin-top: var(--space-4);
}

.dining-reservations__tips {
  margin-top: var(--space-4);
}

.dining-summary__inner {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .dining-hero__inner {
    padding-bottom: var(--space-16);
  }

  .dining-hero__actions {
    flex-direction: column;
  }

  .dining-summary__actions {
    flex-direction: column;
  }
}
