/* =============================
   MANTE RESTAURANT – ENTERPRISE CSS
   Version: 1.0.0
   Objective: Premium, scalable, production-ready styling
   ============================= */

/* ----------- CSS RESET ----------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  background-color: #f5f5f5;
  color: #2b2b2b;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

/* ----------- GLOBAL UTILITIES ----------- */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section {
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 2px;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #c9a961;
  display: block;
  margin: 15px auto 0;
}

/* ----------- HEADER ----------- */
header {
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}

header h1 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

header p {
  font-size: 1.2rem;
  margin-top: 10px;
  opacity: 0.9;
}

/* ----------- NAVIGATION ----------- */
nav {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

nav a {
  padding: 18px 30px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

nav a:hover {
  background-color: #c9a961;
  color: #fff;
}

/* ----------- HERO SECTION ----------- */
.hero {
  height: 600px;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
              url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1600&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* ----------- MENU ----------- */
.menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 20px;
}

.card p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #c9a961;
  padding: 0 20px 25px;
}

/* ----------- ABOUT ----------- */
#about {
  background-color: #ffffff;
}

#about p {
  max-width: 900px;
  margin: auto;
  font-size: 1.15rem;
  text-align: center;
  color: #555;
}

/* ----------- CONTACT ----------- */
#contact {
  background-color: #fdfdfd;
  max-width: 800px;
  margin: auto;
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

#contact h3 {
  margin-top: 20px;
  font-size: 1.2rem;
}

.email-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.email-form input,
.email-form textarea {
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.email-form input:focus,
.email-form textarea:focus {
  border-color: #c9a961;
  outline: none;
}

.submit-button {
  background-color: #c9a961;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.submit-button:hover {
  background-color: #b0924e;
  transform: translateY(-2px);
}

/* ----------- WORKING HOURS ----------- */
.working-hours {
  background: #ffffff;
  max-width: 700px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.working-hours table {
  width: 100%;
  border-collapse: collapse;
}

.working-hours th,
.working-hours td {
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center;
}

.working-hours th {
  background-color: #f1f1f1;
  font-weight: 600;
}

/* ----------- FOOTER ----------- */
footer {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 2rem;
    display:block;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin-top: 20px;
}

.social-links{
    display:block;
}
.social-links p{
    margin-bottom:5px;
    font-size:1rem;
    color:#ccc;
    text-align:center;
    letter-spacing:1px;
}

.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
}

.social-icons a img{
    width:40px;
    height:auto;
    aspect-ratio:1/1;
    border-radius:50%;
    margin-left:40px;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 768px) {
  header h1 {
    font-size: 2.5rem;
  }

  .hero {
    font-size: 2.5rem;
    height: 350px;
    letter-spacing: 3px;
  }

  nav a {
    padding: 14px 18px;
  }
}
