/* Reset & Base */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { scroll-behavior: smooth; font-family: Arial, sans-serif; background:#f5f5f5; color:#333; }

/* Hero */
.hero {
  height: 60vh;
  min-height: 320px;
  background: url('images/hero-banner.jpg') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center; position: relative; text-align: center; color: #fff;
}
.hero-overlay {
  background: rgba(0,0,0,0.35);
  padding: 24px 28px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}
.hero-overlay h1 { font-size: 2.8rem; text-shadow: 2px 2px 6px rgba(0,0,0,0.7); }
.hero-tagline { margin-top: 8px; font-size: 1.2rem; text-shadow: 1px 1px 4px rgba(0,0,0,0.6); }

/* Sticky Nav (never vertical; scrolls horizontally if needed) */
.main-nav {
  position: sticky; top: 0;
  display: flex; justify-content: center; align-items: center;
  gap: 24px; padding: 10px 12px;
  background: rgba(0,128,128,0.96);
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  z-index: 1000;
  overflow-x: auto; /* allow horizontal scroll on tiny devices */
  white-space: nowrap; /* keep links on one line */
}
.main-nav a {
  color: #fff; font-weight: 700;
  padding: 8px 14px; border-radius: 6px;
  display: inline-block;
}
.main-nav a:hover { background: rgba(255,255,255,0.18); }

/* Sections */
section { max-width: 1100px; margin: 40px auto; padding: 22px; background:#fdf6e3; border-radius: 10px; }
h2 { color:#008080; text-align:center; margin-bottom: 16px; }
.section-img { width:100%; max-height: 280px; object-fit: cover; border-radius: 8px; margin-bottom: 14px; }

/* Menu Cards */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 20px;
}
.menu-card {
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex; flex-direction: column;
}
.img-wrap { position: relative; }
.img-wrap img { width: 100%; height: 190px; object-fit: cover; display: block; }

.price-badge {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,128,128,0.92); color: #fff;
  padding: 5px 10px; border-radius: 8px;
  font-size: 0.92rem; font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.card-content { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-content h3 { color:#222; }
.card-content p { color:#444; line-height: 1.45; flex: 1; }
.order-button {
  align-self: center;
  background:#008080; color:#fff; border:none;
  padding:10px 16px; border-radius: 8px; font-weight:700; cursor:pointer;
  transition: background .2s ease-in-out;
}
.order-button:hover { background:#006666; }

/* Catering CTA */
.cta {
  display:inline-block; margin-top: 10px;
  background:#008080; color:#fff; padding:10px 16px; border-radius: 8px; font-weight:700;
}
.cta:hover{ background:#006666; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; align-items: start;
}
.contact-form label { font-weight: 700; margin-top: 8px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 10px; border:1px solid #ccc; border-radius: 8px; margin-top: 4px;
}
.contact-form button {
  margin-top: 12px; background:#008080; color:#fff; border:none; padding: 10px 16px; border-radius: 8px; font-weight:700; cursor:pointer;
}
.contact-form button:hover { background:#006666; }
.map-wrap { width: 100%; height: 320px; border-radius: 8px; overflow: hidden; }
.contact-meta { text-align:center; margin-top: 14px; }

/* Footer */
footer { text-align:center; color:#fff; background:#008080; padding:18px; border-top-left-radius:10px; border-top-right-radius:10px; }

/* Floating Buttons */
.floating-order {
  position: fixed; right: 20px; bottom: 80px;
  background:#008080; color:#fff; padding:12px 18px; border-radius: 999px; font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000;
}
.floating-order:hover { background:#006666; }

#backToTop {
  position: fixed; right: 20px; bottom: 20px; display:none;
  width:44px; height:44px; border-radius:50%; border:none; background:#008080; color:#fff; font-size:18px; cursor:pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index:1000;
}
#backToTop:hover { background:#006666; }

/* Responsive */
@media (max-width: 900px){
  .contact-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 260px; }
}
@media (max-width: 520px){
  .hero-overlay h1 { font-size: 2.1rem; }
  .hero-tagline { font-size: 1rem; }
  .main-nav { gap: 12px; padding: 8px 10px; }
  .main-nav a { padding: 8px 10px; }
}
/* Notice bar + footer line */
.notice-bar{
  background:#fff;
  border-top:1px solid #e5e1d6;
  border-bottom:1px solid #e5e1d6;
  color:#555;
  text-align:center;
  padding:8px 12px;
  font-size:.95rem;
}
.notice-line{
  border-top:1px solid #e5e1d6;
  margin:8px auto 10px;
  padding-top:8px;
  max-width:1100px;
  color:#e9f5f5;
  opacity:.9;
}

/* Allergen box */
#allergen .allergen-box{
  background:#fff;
  border-left:5px solid #008080;
  border-radius:10px;
  padding:12px 14px;
  box-shadow:0 3px 10px rgba(0,0,0,0.06);
}

/* Headings in forms on subpages */
section h3 { color:#008080; margin-top:10px; }