body,
.menu-categories ul li,
.contact-cta p,
.about-ttf p,
.reviews blockquote {
  font-size: 1rem;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  background: #1a1512;
  color: #eddfa4;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Logo and Header */
.site-logo {
  display: block;
  margin: 22px auto 8px auto;
  max-width: 140px;
  height: auto;
}

.header-main {
  text-align: center;
}
.cafe-title { font-size: 2rem; color: #eddfa4; margin: 0;}
.tagline { font-size: 1rem; color: #fffbe9; letter-spacing: 0.16em; margin: 6px 0 18px 0;}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10vw 14px 10vw;
  background: #221b17;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.nav-links a {
  color: #eddfa4;
  text-decoration: none;
  margin-right: 32px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.2s;
}
.nav-links a:last-child { margin-right: 0; }
.nav-links a:hover { color: #ffe8b9; }

.button-whatsapp {
  border: 2px solid #eddfa4;
  color: #eddfa4;
  background: none;
  border-radius: 8px;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}
.button-whatsapp:hover {
  background: #eddfa4;
  color: #1a1512;
}

/* Menu Section */
.menu-featured {
  margin: 34px 0 40px 0;
  text-align: center;
}
.menu-featured h2 {
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 14px;
  color: #fffbe9;
  letter-spacing: 0.05em;
}
.menu-images {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-image {
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border-radius: 15px;
  background: #fffbe9;
  width: 90vw;
  max-width: 280px;
  height: auto;
  margin-bottom: 15px;
}
.menu-web {
  background: #201a16;
  border-radius: 14px;
  margin: 22px auto 4px auto;
  padding: 18px 32px;
  max-width: 740px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.menu-web h3 {
  font-family: 'Playfair Display', serif;
  color: #efefbf;
  font-size: 1rem;
  margin-bottom: 7px;
}
.menu-categories {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}
.menu-categories div {
  min-width: 180px;
}
.menu-categories h4 {
  margin-bottom: 5px;
  color: #ffe8b9;
  font-size: 1rem;
}
.menu-categories ul {
  margin: 0 0 12px 18px;
  padding: 0;
  color: #eddfa4;
}
.menu-link {
  margin-top: 8px;
}
.menu-link a {
  color: #ffe8b9;
  text-decoration: underline;
  margin: 0 8px;
  font-size: 0.96rem;
}

/* About Section */
.about-ttf {
  max-width: 760px;
  margin: 40px auto 60px auto;
  background: #201a16;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
  color: #ede8c6;
  font-size: 1rem;
  line-height: 1.6;
}
.about-ttf h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #fffbe9;
  text-align: center;
}
.about-ttf strong {
  color: #ffe8b9;
}
.about-ttf ul {
  list-style-type: square;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.about-ttf p:last-child {
  margin-top: 20px;
  font-style: italic;
  font-size: 1.05rem;
  color: #d6cfa1;
  text-align: center;
}

/* Contact Section */
.contact-cta {
  text-align: center;
  margin: 38px 0 48px 0;
}
.contact-cta h2 {
  color: #fffbe9;
  font-family: 'Playfair Display', serif;
  font-size: 1.13rem;
  margin-bottom: 8px;
}
.contact-cta p {
  font-size: 1rem;
  letter-spacing: 0.09em;
  color: #eddfa4;
  margin: 8px 0;
}
.contact-number {
  color: #fffbe9;
  font-size: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
}
.location-link,
.social-link {
  color: #ffe8b9;
  text-decoration: underline;
}
.location-link:hover,
.social-link:hover {
  color: #fffbe9;
}

/* Reviews Section */
.reviews {
  background: #201a16;
  color: #ffe8b9;
  margin: 38px auto 34px auto;
  padding: 18px 20px 8px 20px;
  border-radius: 16px;
  max-width: 680px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
}
.reviews h2 {
  font-size: 1.18rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 14px;
  color: #fffbe9;
}
.reviews blockquote {
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  background: #1a1512;
  margin: 0 auto 12px auto;
  padding: 13px 17px 8px 17px;
  border-left: 4px solid #ffe8b9;
  border-radius: 10px;
  max-width: 420px;
  color: #eddfa4;
}
.reviews blockquote span {
  display: block;
  margin-top: 4px;
  font-size: 0.88em;
  color: #ffe8b9;
  font-style: normal;
  text-align: right;
}

/* Gallery Section */
.gallery-section {
  max-width: 950px;
  margin: 54px auto 60px auto;
  background: #201a16;
  padding: 19px 10px 29px;
  border-radius: 18px;
  box-shadow: 0 6px 30px rgba(0,0,0,0.11);
  color: #ede8c6;
  text-align: center;
}
.gallery-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: 18px;
  color: #fffbe9;
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.gallery-grid img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  background: #f6f3e0;
  transition: transform 0.2s;
}
.gallery-grid img:hover {
  transform: scale(1.065);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 850px) {
  .menu-images {
    flex-direction: column;
    align-items: center;
  }
  .menu-image {
    width: 96vw;
    max-width: 240px;
  }
  .gallery-grid img {
    width: 45vw;
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    padding: 8px 2vw 8px 2vw;
  }
  .nav-links {
    margin-bottom: 5px;
    text-align: center;
  }
  .site-logo {
    max-width: 80px;
  }
  .cafe-title {
    font-size: 1.1rem;
  }
  .gallery-grid img {
    width: 95vw;
    max-width: 150px;
  }
}
