.page-head h1 {
  max-width: none;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 9.5vw, 3.75rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.page-head h2,
.route-card h2,
.category-card h2 {
  font-family: var(--serif);
  font-size: clamp(1.58rem, 6.3vw, 2rem);
  font-weight: 500;
  line-height: 1.02;
}

.item-card h3 {
  font-family: var(--serif);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.18;
}

.item-card p {
  font-size: 0.875rem;
  line-height: 1.52;
}

.price {
  font-size: 0.94rem;
}

.route-card.home-menu-card.photo-card {
  min-height: 11rem;
  background-color: #000;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    var(--card-image) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  background-position: center;
}
