main {
  background: radial-gradient(circle at top left, rgba(234, 216, 193, 0.32), transparent 55%), radial-gradient(circle at bottom right, rgba(217, 180, 136, 0.32), transparent 55%);
}
.hero-shell {
  border-bottom: 1px solid rgba(205, 184, 159, 0.7);
}
.hero-grid {
  align-items: center;
}
.hero-copy {
  max-width: 34rem;
}
.hero-title {
  letter-spacing: 0.03em;
}
.hero-lede {
  font-size: var(--text-lg);
}
.menu-grid > aside {
  position: sticky;
  top: 90px;
}
@media (max-width: 960px) {
  .menu-grid > aside {
    position: static;
  }
}
.beverages-grid {
  align-items: stretch;
}
.beverages-copy {
  align-self: center;
}
.beverage-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}
.beverage-list li {
  display: flex;
  gap: var(--space-3);
  align-items: center;
  font-size: var(--text-sm);
}
.ingredients-grid {
  align-items: flex-start;
}
.ingredients-figure {
  padding: var(--space-4);
}
.ingredients-caption {
  margin-top: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}
.download-grid {
  align-items: stretch;
}
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}
@media (max-width: 640px) {
  .download-actions {
    flex-direction: column;
  }
}
