body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

header {
  background: #000;
  color: white;
  text-align: center;
  padding: 25px 10px;
}

header h1 {
  margin: 0;
  font-weight: 600;
}

.coming-soon {
  margin-top: 8px;
  font-size: 14px;
  color: #d4a373;
  font-weight: 500;
}

.hero {
  background: url('images/fruit-bg.jpg') center/cover no-repeat;
  height: 85vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
}

.bottom-overlay {
  background: rgba(0,0,0,0.55);
  color: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
}

.bottom-overlay h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.about, .contact {
  padding: 50px 20px;
  text-align: center;
}

.menu {
  padding: 50px 20px;
  text-align: center;
}

.menu-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
}

.card h3 {
  margin: 10px 0;
}

.contact a {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  color: #2c7a7b;
  text-decoration: none;
  font-weight: 500;
}

footer {
  background: #000;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
