* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f6f1ea;
  color: #2e241b;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.app {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.hero {
  padding: 40px 0 24px;
}

.eyebrow {
  color: #8b5e3c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.summary {
  color: #6c5b4a;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.menu {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.menu-item {
  align-items: center;
  background: #fffaf4;
  border: 1px solid #ead9c7;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  padding: 18px 20px;
  text-align: left;
}

.cart {
  background: #fffaf4;
  border: 1px solid #ead9c7;
  border-radius: 8px;
  padding: 18px 20px;
}

.cart p {
  color: #6c5b4a;
  margin: 8px 0 16px;
}

.order-button {
  background: #6f4426;
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
}
