.restaurante-hero {
  background: radial-gradient(circle at top left, rgba(232, 154, 111, 0.28), transparent 55%), radial-gradient(circle at bottom right, rgba(16, 36, 51, 0.12), transparent 55%);
}

.restaurante-hero__grid {
  align-items: center;
  gap: var(--space-24);
}

.restaurante-hero__content {
  max-width: 620px;
}

.restaurante-hero__image {
  max-width: 520px;
  margin-left: auto;
}

.restaurante-hero__annotation {
  max-width: 360px;
}

.restaurante-ambiente__card,
.restaurante-huerta__highlights,
.restaurante-mariscos__card,
.restaurante-arroces__card,
.restaurante-bebidas__card,
.restaurante-encuentro__card,
.restaurante-equipo__card {
  align-self: stretch;
}

.restaurante-list {
  display: grid;
  gap: var(--space-4);
  padding-left: var(--space-6);
}

.restaurante-list li {
  position: relative;
  padding-left: var(--space-6);
  color: var(--color-text-soft);
}

.restaurante-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-terracotta), var(--color-brass));
}

.restaurante-tapas__image,
.restaurante-terraza__image,
.restaurante-card-lounge__image {
  max-width: 520px;
}

.restaurante-terraza__grid,
.restaurante-card-lounge__grid {
  align-items: center;
}

.restaurante-journey__header {
  max-width: 720px;
  margin-inline: auto;
}

.section--soft {
  background-color: var(--color-bg-soft);
}

@media (max-width: 960px) {
  .restaurante-hero__image,
  .restaurante-tapas__image,
  .restaurante-terraza__image,
  .restaurante-card-lounge__image {
    max-width: 100%;
    margin: 0 auto;
  }

  .restaurante-hero__content {
    order: -1;
  }
}

@media (max-width: 640px) {
  .restaurante-hero__grid {
    gap: var(--space-16);
  }

  .timeline-ceramic__item {
    min-width: 160px;
  }
}
