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

body {
  background: #f6f1e7;
  font-family: 'Segoe UI', sans-serif;
  color: #3b2f1d;
}

/* GENEL ALAN */
.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px 60px;
}

/* HEADER */
.menu-header {
  text-align: center;
  margin-bottom: 30px;
}

.menu-header h1 {
  font-size: 32px;
  color: #a67c2d;
  margin-bottom: 8px;
}

.menu-header p {
  color: #7a6a4f;
  font-size: 14px;
}

.kategori-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 25px;
}
.cat-btn {
  border: 1px solid #c9a45c;
  background: #fff;
  color: #a67c2d;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
}

.cat-btn.active {
  background: #c9a45c;
  color: #fff;
}

.cat-btn:hover {
  transform: translateY(-2px);
}



/* GRID */
.menu-grid {
  display: none;
  grid-template-columns: 1fr;
  gap: 18px;
}

.menu-grid.active {
  display: grid;
}

/* KART */
.menu-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  border: 1px solid #f0e4cf;
  transition: 0.3s;
   border: 2px solid #e6d3a3;
}


.menu-card:hover {
  transform: translateY(-4px);
}

/* RESİM */
.menu-image-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.menu-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BODY */
.menu-card-body {
  padding: 16px;
}

/* BAŞLIK + FİYAT */
.menu-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.menu-title-row h3 {
  font-size: 18px;
  font-weight: 600;
}

.price {
  color: #c9a45c;
  font-weight: bold;
  font-size: 18px;
}

/* AÇIKLAMA */
.menu-card p {
  font-size: 14px;
  color: #7a6a4f;
  line-height: 1.4;
}

/* MASAÜSTÜ */
@media (min-width: 768px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-card {
  border-top: 3px solid #c9a45c;
}
.price {
  background: #f6f1e7;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 16px;
}
.cat-btn {
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.menu-title-row h3 {
  font-size: 21px;
  font-weight: 700;
  color: #8c6724;
  line-height: 1.25;
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  letter-spacing: 0.4px;
  position: relative;
}

.menu-title-row h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(to right, #c9a45c, transparent);
}
.menu-grid{
  display: none;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

.menu-grid:first-of-type{
  margin-top: 0;
}

.menu-grid.active{
  display: grid;
}
.menu-section-title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #8b5e1a;
  margin: 8px 4px 18px;
  padding: 0 4px 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.2;
  border-bottom: 1px solid rgba(201, 161, 74, 0.35);
}

.menu-section-title::before{
  content: "";
  width: 8px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e4c26a 0%, #b9852f 100%);
  box-shadow: 0 4px 10px rgba(185, 133, 47, 0.25);
}

.menu-section-title::after{
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,161,74,0.55), rgba(201,161,74,0));
}
.menu-footer {
  background: #0f0f0f;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.footer-contact.whatsapp {
  background: #25D366;
}

.footer-contact.instagram {
  background: linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
}

.footer-contact.map {
  background: #333;
}

.footer-contact:hover {
  transform: scale(1.03);
}

.footer-map-box {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.footer-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.footer-map-box {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
}

.footer-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}