body {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  background: #f8f3e8;
  color: #222;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffef;
  border-bottom: 1px solid #eadfcb;
  backdrop-filter: blur(4px);
}

.top-nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 26px;
  color: #b22222;
  text-decoration: none;
  font-weight: bold;
}

.nav-links a {
  margin-left: 14px;
  color: #1f7a3b;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  min-height: 56vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px;
}

.hero h1 {
  font-size: 46px;
  margin: 0 0 10px;
}

.hero p {
  font-size: 20px;
  margin: 0;
}

.btn {
  display: inline-block;
  margin-top: 14px;
  background: #1f7a3b;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
}

.btn-order {
  background: #1f7a3b;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 22px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.btn-order:hover {
  background: #17602f;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px 40px;
}

.headline {
  color: #b22222;
  margin-bottom: 12px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eadfcb;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.card-content {
  padding: 14px;
}

.article {
  margin-top: 26px;
  background: #fff;
  border: 1px solid #eadfcb;
  border-radius: 12px;
  padding: 20px;
}

.article h2 {
  color: #b22222;
  margin-top: 0;
}

.article h3 {
  color: #1f7a3b;
  margin-bottom: 6px;
}

.article p {
  line-height: 1.65;
}

.site-footer {
  background: rgb(254, 210, 85);
  color: #1f1f1f;
  margin-top: 20px;
}

.site-footer a {
  color: #1f1f1f;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 20px 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.footer-title {
  margin: 0 0 6px;
  font-size: 16px;
}

.footer-text {
  margin: 0;
  line-height: 1.5;
}

.footer-link {
  color: #1f1f1f;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  opacity: 0.9;
  text-align: center;
}

.meal4u-logo-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.meal4u-logo {
  height: 36px;
  width: auto;
  display: block;
}
