#preloader.hidden,
#scrollTop,
.lightbox-overlay {
  opacity: 0;
  visibility: hidden;
}
#scrollTop,
.cat-btn,
.gallery-item,
.menu-card,
.nl-btn {
  cursor: pointer;
}
#footer,
.accordion-item,
.blog-card,
.blog-card-image,
.faq-card,
.featured-post-image,
.gallery-item,
.map-frame,
.menu-card,
.menu-card .img-wrap,
.menu-page-card,
.menu-page-card .img-wrap,
.offer-banner,
.wave-divider,
body.lightbox-open {
  overflow: hidden;
}
.cat-btn-menu,
.category-badge,
.newsletter-btn,
.price-tag {
  white-space: nowrap;
}
:root {
  --primary: #7c4a2d;
  --secondary: #c08b5c;
  --accent: #fff7ed;
  --dark: #2d1b12;
  --light: #fffbf7;
  --cream: #f5e6d3;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, sans-serif;
  background: var(--light);
  color: var(--dark);
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}
#preloader {
  position: fixed;
  inset: 0;
  background: #fff7ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s, visibility 0.6s;
}
.btn-outline,
.btn-primary {
  font-weight: 500;
  align-items: center;
}
.fixed {
  background-color: rgba(255, 247, 237, 0.88);
}
.coffee-loader {
  width: 60px;
  height: 70px;
  position: relative;
}
.cup,
.cup::before,
.gallery-item::after,
.nav-link::after,
.offer-banner::before,
.steam {
  position: absolute;
}
.cup {
  width: 50px;
  height: 40px;
  border: 3px solid var(--primary);
  border-radius: 0 0 18px 18px;
  bottom: 0;
  left: 5px;
}
.cup::before {
  content: "";
  right: -14px;
  top: 6px;
  width: 12px;
  height: 20px;
  border: 3px solid var(--primary);
  border-left: none;
  border-radius: 0 12px 12px 0;
}
.steam {
  top: 0;
  display: flex;
  gap: 6px;
  left: 8px;
}
.gallery-item,
.hero-section,
.nav-link,
.offer-banner {
  position: relative;
}
.steam span {
  width: 3px;
  height: 14px;
  background: var(--secondary);
  border-radius: 4px;
  animation: 1.2s ease-in-out infinite steam;
}
.steam span:nth-child(2) {
  animation-delay: 0.2s;
}
.steam span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes steam {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-8px) scaleY(1.3);
    opacity: 0.3;
  }
}
.preloader-text {
  margin-top: 24px;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: var(--primary);
  letter-spacing: 0.15em;
  animation: 1.5s ease-in-out infinite pulse;
}
.btn-outline,
.btn-primary,
.section-label {
  font-family: Inter, sans-serif;
}
.btn-outline,
.btn-primary,
.btn-white {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.glass-navbar {
  backdrop-filter: blur(16px);
  background: rgba(255, 247, 237, 0.88);
  border-bottom: 1px solid rgba(124, 74, 45, 0.12);
  box-shadow: 0 2px 20px rgba(45, 27, 18, 0.08);
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
}
.btn-primary:hover {
  background: #5a3320;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 74, 45, 0.35);
}
.btn-outline {
  background: 0 0;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 11px 28px;
  border-radius: 10px;
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.accordion-header:hover h4,
.blog-card-author strong,
.btn-white,
.nav-link:hover {
  color: var(--primary);
}
.btn-white {
  background: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  align-items: center;
}
.hero-badge,
.lightbox-close {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-white:hover {
  background: var(--cream);
  transform: translateY(-2px);
}
.hero-section {
  min-height: 100vh;
  background: linear-gradient(
      135deg,
      rgba(45, 27, 18, 0.82) 0,
      rgba(124, 74, 45, 0.55) 60%,
      rgba(192, 139, 92, 0.3) 100%
    ),
    url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?w=1600&q=80")
      center/cover no-repeat;
  display: flex;
  align-items: center;
}
.blog-hero,
.faq-hero,
.policy-hero,
.terms-hero {
  min-height: 400px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: #c08b5c;
  border-radius: 50%;
  animation: 1.5s infinite blink;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.blog-content,
.faq-content,
.policy-content,
.section-padding,
.terms-content {
  padding: 90px 0;
}
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--secondary);
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  color: var(--dark);
}
.menu-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(45, 27, 18, 0.08);
  transition: 0.35s;
}
.menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 45px rgba(124, 74, 45, 0.18);
}
.menu-card .img-wrap {
  height: 200px;
}
.blog-card-image img,
.gallery-item img,
.menu-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.menu-card:hover .img-wrap img,
.menu-page-card:hover .img-wrap img {
  transform: scale(1.08);
}
.gallery-item {
  border-radius: 16px;
}
.blog-card:hover .blog-card-image img,
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 27, 18, 0.7) 0, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}
#mobileMenu,
#scrollTop {
  transition: 0.3s;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.gallery-item::after {
  content: "🔍";
  top: 12px;
  right: 12px;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(-8px);
  transition: 0.3s;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}
.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.stat-card {
  background: linear-gradient(135deg, var(--primary), #5a3320);
  color: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
}
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(45, 27, 18, 0.08);
  border-left: 4px solid var(--secondary);
}
.form-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8d5c0;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  background: #fff;
  color: var(--dark);
  transition: border-color 0.2s;
  outline: 0;
}
.form-input:focus {
  border-color: var(--secondary);
}
#scrollTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(124, 74, 45, 0.35);
  z-index: 1000;
}
#scrollTop.visible,
.lightbox-close.active,
.lightbox-counter.active,
.lightbox-nav.active,
.lightbox-overlay.active,
.lightbox-overlay.active ~ .lightbox-close,
.lightbox-overlay.active ~ .lightbox-counter,
.lightbox-overlay.active ~ .lightbox-nav {
  opacity: 1;
  visibility: visible;
}
#scrollTop:hover {
  background: #5a3320;
  transform: translateY(-3px);
}
.offer-banner {
  background: linear-gradient(135deg, var(--primary), #9b5e38);
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
}
.offer-banner::before {
  content: "☕";
  right: 24px;
  bottom: 16px;
  font-size: 5rem;
  opacity: 0.12;
}
.blog-card {
  box-shadow: 0 4px 20px rgba(45, 27, 18, 0.07);
}
.ornament {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.ornament::after,
.ornament::before {
  content: "";
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--secondary);
  opacity: 0.5;
}
.counter-num {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
}
.wave-divider {
  line-height: 0;
}
.nav-link {
  color: var(--dark);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.nav-link::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary);
  transition: width 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}
.cat-btn {
  padding: 10px 24px;
  border-radius: 10px;
  border: 2px solid #e8d5c0;
  background: 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--dark);
  transition: 0.25s;
}
.cat-btn.active,
.cat-btn:hover,
.category-badge.active,
.category-badge:hover,
.category-filter.active,
.category-filter:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.slider-track {
  transition: transform 0.5s;
}
.footer-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  margin-bottom: 8px;
}
.nl-btn,
.nl-input {
  color: #fff;
  font-size: 0.85rem;
}
.footer-link:hover {
  color: var(--secondary);
}
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark);
  padding: 12px 20px;
  display: none;
  justify-content: center;
  gap: 12px;
  z-index: 900;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .mobile-cta-bar {
    display: flex;
  }
}
.nl-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px 0 0 50px;
  padding: 12px 20px;
  outline: 0;
  flex: 1;
}
.nl-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.nl-btn {
  background: var(--secondary);
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 12px 24px;
  font-weight: 600;
  transition: background 0.2s;
}
.nl-btn:hover {
  background: var(--primary);
}
.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
}
.map-frame {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(45, 27, 18, 0.12);
}
.blog-card,
.blog-filters,
.faq-card,
.faq-search,
.policy-toc,
.terms-card,
.terms-toc {
  box-shadow: 0 4px 20px rgba(45, 27, 18, 0.08);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s, visibility 0.35s;
  cursor: pointer;
}
.lightbox-close,
.lightbox-nav {
  background: rgba(255, 255, 255, 0.12);
  transition: 0.25s;
}
.lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  user-select: none;
  -webkit-user-drag: none;
}
.lightbox-overlay.active .lightbox-content img {
  transform: scale(1);
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 10002;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  font-family: Inter, sans-serif;
}
.lightbox-counter,
.lightbox-nav {
  position: fixed;
  z-index: 10001;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  font-family: Inter, sans-serif;
}
.lightbox-nav,
.policy-hero {
  align-items: center;
  display: flex;
}
.lightbox-close:hover {
  transform: scale(1.08);
}
.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  user-select: none;
}
.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
@media (max-width: 640px) {
  .lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}
.lightbox-counter {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.55);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: 0.3s;
  pointer-events: none;
}
#footer,
.blog-hero,
.faq-hero,
.policy-hero,
.terms-hero {
  position: relative;
}
.blog-card-category,
.faq-category-badge,
.featured-badge {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.policy-hero {
  background: linear-gradient(
      135deg,
      rgba(45, 27, 18, 0.82) 0,
      rgba(124, 74, 45, 0.55) 60%,
      rgba(192, 139, 92, 0.3) 100%
    ),
    url("https://images.unsplash.com/photo-1554224311-beee415c15c7?w=1600&q=80")
      center/cover no-repeat;
}
.policy-toc,
.terms-toc {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 40px;
}
.policy-toc h3,
.terms-toc h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 20px;
}
.policy-toc ul,
.terms-toc ul {
  list-style: none;
  padding: 0;
}
.policy-toc li,
.terms-toc li {
  margin-bottom: 12px;
}
.policy-toc a,
.terms-toc a {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy-toc a:hover,
.terms-toc a:hover {
  color: var(--secondary);
  padding-left: 6px;
}
.policy-section,
.terms-section {
  margin-bottom: 50px;
  scroll-margin-top: 100px;
}
.policy-section h2,
.terms-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(124, 74, 45, 0.2);
}
.policy-section h3,
.terms-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 12px;
}
.blog-search input,
.category-badge {
  font-family: Inter, sans-serif;
  transition: 0.3s;
}
.policy-section p,
.terms-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.policy-section ul,
.terms-section ul {
  margin-left: 24px;
  margin-bottom: 16px;
}
.policy-section li,
.terms-section li {
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.policy-highlight,
.terms-highlight {
  background: rgba(192, 139, 92, 0.08);
  border-left: 4px solid var(--secondary);
  padding: 18px 24px;
  border-radius: 8px;
  margin: 24px 0;
}
.policy-highlight p,
.terms-highlight p {
  margin: 0;
  color: var(--dark);
  font-weight: 500;
}
.footer-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer-nav-link:last-child,
.hours-row:last-child {
  border-bottom: none;
}
.blog-hero {
  background: linear-gradient(
      135deg,
      rgba(45, 27, 18, 0.82) 0,
      rgba(124, 74, 45, 0.55) 60%,
      rgba(192, 139, 92, 0.3) 100%
    ),
    url("https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=1600&q=80")
      center/cover no-repeat;
  display: flex;
  align-items: center;
}
.blog-filters {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.blog-search {
  flex: 1;
  min-width: 200px;
}
.blog-search input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8d5c0;
  border-radius: 50px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--dark);
  outline: 0;
}
.blog-search input:focus,
.faq-search input:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(192, 139, 92, 0.1);
}
.blog-search input::placeholder {
  color: #999;
}
.category-badge {
  padding: 8px 18px;
  border-radius: 50px;
  border: 2px solid #e8d5c0;
  background: 0 0;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--dark);
}
.blog-card-title,
.featured-post-content h2,
.newsletter-section h3 {
  font-family: "Playfair Display", serif;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 50px;
}
.blog-card {
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 1px solid #f0e8e0;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 14px 40px rgba(124, 74, 45, 0.14);
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(124, 74, 45, 0.15);
  border-color: var(--secondary);
}
.blog-card-image {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, var(--accent), #f0e8e0);
}
.blog-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e8e0;
}
.blog-card-category,
.blog-card-title {
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: 600;
}
.blog-card-category {
  display: inline-block;
  background: rgba(192, 139, 92, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
}
.blog-card-title {
  font-size: 1.3rem;
  line-height: 1.4;
  flex: 1;
}
.blog-card-excerpt {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
#footer {
  background: #120a05;
}
.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #f0e8e0;
}
.blog-card-author {
  font-size: 0.8rem;
  color: #666;
}
.read-more {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.read-more:hover {
  gap: 10px;
  color: var(--secondary);
}
.featured-post {
  background: linear-gradient(
    135deg,
    rgba(124, 74, 45, 0.08),
    rgba(192, 139, 92, 0.08)
  );
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  border: 2px solid rgba(124, 74, 45, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.featured-post-image {
  border-radius: 16px;
  height: 350px;
}
.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-post-content h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.3;
}
.featured-post-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.featured-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 16px;
  margin-right: 8px;
}
.newsletter-section {
  background: linear-gradient(135deg, var(--primary), #5a3320);
  color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  margin: 50px 0;
}
.newsletter-section h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.newsletter-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
  font-size: 0.95rem;
}
.newsletter-form {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: none;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  outline: 0;
}
.newsletter-form input::placeholder {
  color: #ccc;
}
.newsletter-form button {
  padding: 14px 28px;
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-family: Inter, sans-serif;
  white-space: nowrap;
}
.newsletter-form button:hover {
  background: #a87344;
  transform: translateY(-2px);
}
.no-posts,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}
.no-posts h3,
.no-results h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 10px;
}
.category-filter,
.faq-search input,
.pagination a,
.pagination button {
  color: var(--dark);
  font-family: Inter, sans-serif;
  transition: 0.3s;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination button {
  padding: 10px 14px;
  border: 2px solid #e8d5c0;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}
.pagination a:hover,
.pagination button:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(124, 74, 45, 0.05);
}
.pagination button.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.faq-hero {
  background: linear-gradient(
    135deg,
    rgba(45, 27, 18, 0.82) 0,
    rgba(124, 74, 45, 0.55) 60%,
    rgba(192, 139, 92, 0.6) 100%
  );
  display: flex;
  align-items: center;
}
.faq-search {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 60px;
}
.faq-search input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e8d5c0;
  border-radius: 50px;
  font-size: 1rem;
  background: #fff;
  outline: 0;
}
.faq-search input::placeholder {
  color: #999;
}
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.category-filter {
  padding: 8px 18px;
  border-radius: 50px;
  border: 2px solid #e8d5c0;
  background: 0 0;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
}
.accordion-header h4,
.article-content h2,
.article-content h3,
.article-title,
.contact-box h3,
.contact-cta h3,
.faq-card-title,
.faq-highlight-box h3,
.terms-card h4 {
  font-family: "Playfair Display", serif;
}
.faq-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.faq-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0e8e0;
  transition: 0.3s;
  margin-top: 20px;
}
.faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(124, 74, 45, 0.15);
  border-color: var(--secondary);
}
.faq-card-header {
  background: linear-gradient(
    135deg,
    rgba(124, 74, 45, 0.08),
    rgba(192, 139, 92, 0.08)
  );
  padding: 20px;
  border-bottom: 2px solid rgba(124, 74, 45, 0.1);
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  transition: 0.3s;
}
.faq-card:hover .faq-card-header {
  background: linear-gradient(
    135deg,
    rgba(124, 74, 45, 0.12),
    rgba(192, 139, 92, 0.12)
  );
}
.faq-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0;
  flex: 1;
}
.faq-card-icon {
  width: 28px;
  height: 28px;
  color: var(--primary);
  flex-shrink: 0;
  font-size: 1.3rem;
  transition: transform 0.3s;
}
.accordion-item.active .accordion-icon,
.faq-card.active .faq-card-icon {
  transform: rotate(180deg);
}
.accordion-content,
.faq-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 0 20px;
}
.faq-card.active .faq-card-content {
  max-height: 400px;
  padding: 20px;
}
.faq-card-content p {
  color: #555;
  line-height: 1.8;
  margin: 0 0 12px;
  font-size: 0.95rem;
}
.faq-card-content p:last-child {
  margin-bottom: 0;
}
.faq-card-content ul {
  margin: 12px 0 12px 20px;
}
.faq-card-content li {
  color: #555;
  line-height: 1.7;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.faq-category-badge {
  display: inline-block;
  background: rgba(192, 139, 92, 0.15);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-highlight-box {
  background: linear-gradient(
    135deg,
    rgba(124, 74, 45, 0.08),
    rgba(192, 139, 92, 0.08)
  );
  border-left: 4px solid var(--secondary);
  border-radius: 12px;
  padding: 24px;
  margin: 40px 0;
}
.faq-highlight-box h3 {
  font-size: 1.2rem;
  color: var(--primary);
  margin-bottom: 12px;
}
.faq-highlight-box p {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95rem;
}
.contact-box,
.contact-cta {
  background: linear-gradient(135deg, var(--primary), #5a3320);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin: 50px 0;
}
.contact-box h3,
.contact-cta h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.contact-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-size: 0.95rem;
}
.contact-box a,
.contact-cta a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s;
}
.contact-box a:hover,
.contact-cta a:hover {
  opacity: 0.8;
}
.terms-hero {
  background: linear-gradient(
    135deg,
    rgba(45, 27, 18, 0.82) 0,
    rgba(124, 74, 45, 0.65) 60%,
    rgba(192, 139, 92, 0.6) 100%
  );
  display: flex;
  align-items: center;
}
.terms-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin: 24px 0;
  border-left: 4px solid var(--primary);
}
.terms-card h4 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 12px;
}
.terms-card p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}
.contact-box p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}
.accordion-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8d5c0;
  margin-bottom: 16px;
}
.accordion-header {
  padding: 20px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  user-select: none;
}
.accordion-header:hover {
  background: #faf6f2;
  color: var(--primary);
}
.accordion-header h4 {
  font-size: 1rem;
  color: var(--dark);
  margin: 0;
  transition: color 0.3s;
}
.accordion-icon {
  width: 24px;
  height: 24px;
  color: var(--primary);
  transition: transform 0.3s;
  font-size: 1.2rem;
}
.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 20px 20px;
}
.accordion-content p {
  color: #555;
  line-height: 1.8;
  margin: 0;
  font-size: 0.95rem;
}
.blog-detail-container {
  max-width: 1300px;
  margin: 50px auto;
  padding: 40px 20px 60px;
}
.article-header,
.back-link {
  margin-bottom: 30px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7c4a2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.back-link:hover,
.contact-link:hover,
.holiday-time {
  color: #c08b5c;
}
.article-category {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c08b5c;
  margin-bottom: 12px;
}
.article-title {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  color: #2d1b12;
  margin: 0 0 15px;
  font-weight: 700;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #e0d6c8;
  padding-bottom: 20px;
}
.article-meta span,
.author-box {
  align-items: center;
  display: flex;
}
.article-meta span {
  gap: 4px;
}
.featured-image {
  width: 100%;
  border-radius: 20px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(45, 27, 18, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
.article-content {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #3a3a3a;
}
.article-content h2 {
  font-size: 1.8rem;
  color: #5a3320;
  margin: 35px 0 15px;
  font-weight: 700;
}
.article-content h3 {
  font-size: 1.4rem;
  color: #7c4a2d;
  margin: 25px 0 12px;
  font-weight: 600;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content ol,
.article-content ul {
  margin-bottom: 20px;
  padding-left: 25px;
}
.article-content li {
  margin-bottom: 8px;
}
.article-content blockquote {
  border-left: 4px solid #c08b5c;
  padding: 15px 25px;
  margin: 30px 0;
  background: #fff7ed;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #5a3320;
}
.article-content img {
  max-width: 100%;
  border-radius: 16px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.author-box {
  gap: 15px;
  margin-top: 40px;
  padding: 25px;
  background: #fff7ed;
  border-radius: 16px;
  border: 1px solid rgba(124, 74, 45, 0.1);
}
.author-avatar {
  width: 60px;
  height: 60px;
  background: #7c4a2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.author-name {
  font-weight: 600;
  font-size: 1rem;
  color: #2d1b12;
}
.author-role {
  font-size: 0.85rem;
  color: #777;
}
.share-buttons {
  display: flex;
  gap: 10px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.share-btn {
  background: #7c4a2d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}
.share-btn:hover {
  background: #5a3320;
}
@media (max-width: 600px) {
  .blog-detail-container {
    padding: 20px 16px 40px;
  }
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.footer-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(124, 74, 45, 0.18) 0,
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(192, 139, 92, 0.1) 0,
      transparent 45%
    );
  pointer-events: none;
}
.footer-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(192, 139, 92, 0.5),
    transparent
  );
}
.newsletter-banner {
  background: linear-gradient(90deg, #2d1b12, #4a2c17, #2d1b12);
  border-bottom: 1px solid rgba(192, 139, 92, 0.15);
}
.newsletter-subtitle {
  color: #c08b5c;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.brand-subtitle,
.social-title {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.newsletter-description {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  margin-top: 6px;
}
.newsletter-btn,
.newsletter-input {
  color: #fff;
  font-family: Inter, sans-serif;
}
.newsletter-form {
  max-width: 460px;
  width: 100%;
}
.newsletter-input {
  flex: 1;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(192, 139, 92, 0.3);
  border-right: none;
  border-radius: 50px 0 0 50px;
  font-size: 0.875rem;
  outline: 0;
}
.brand-icon,
.brand-wrap {
  display: flex;
  align-items: center;
}
.newsletter-btn {
  background: linear-gradient(135deg, #c08b5c, #7c4a2d);
  border: none;
  padding: 14px 28px;
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.newsletter-btn:hover {
  opacity: 0.88;
}
.brand-wrap {
  gap: 12px;
  margin-bottom: 18px;
}
.brand-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #7c4a2d, #c08b5c);
  border-radius: 12px;
  justify-content: center;
  flex-shrink: 0;
}
.brand-title {
  font-size: 1.5rem;
  line-height: 1;
}
.brand-subtitle {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  margin-top: 2px;
}
.brand-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 320px;
}
.review-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(192, 139, 92, 0.12);
  border: 1px solid rgba(192, 139, 92, 0.22);
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 22px;
}
.review-stars {
  display: flex;
  gap: 2px;
}
.review-stars span {
  color: #f59e0b;
  font-size: 0.9rem;
}
.review-rating {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}
.review-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.68rem;
}
.social-title {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  margin-bottom: 12px;
}
.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-link {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: 0.25s;
}
.social-link:hover {
  background: rgba(192, 139, 92, 0.2);
  border-color: rgba(192, 139, 92, 0.5);
  color: #c08b5c;
}
.footer-heading {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(192, 139, 92, 0.2);
}
.footer-nav-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  text-decoration: none;
  padding: 9px 0;
  transition: 0.2s;
}
.footer-nav-link:hover {
  padding-left: 6px;
  color: #c08b5c;
  transform: translateX(4px);
}
.open-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 20px;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.open-dot {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: 1.5s infinite pulse;
}
.open-text {
  color: #4ade80;
  font-size: 0.72rem;
  font-weight: 600;
}
.hours-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hours-day {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.hours-time {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-weight: 500;
}
.kitchen-box {
  margin-top: 14px;
  background: rgba(192, 139, 92, 0.08);
  border: 1px solid rgba(192, 139, 92, 0.15);
  border-radius: 10px;
  padding: 10px 14px;
}
.kitchen-title {
  color: #c08b5c;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.kitchen-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-icon,
.reservation-btn {
  align-items: center;
  display: flex;
}
.contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(124, 74, 45, 0.25);
  border-radius: 9px;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.contact-label {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 2px;
}
.contact-link,
.contact-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s;
}
.reservation-btn {
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #7c4a2d, #c08b5c);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 0.83rem;
  font-weight: 600;
  transition: opacity 0.2s;
  font-family: Inter, sans-serif;
}
.reservation-btn:hover {
  opacity: 0.85;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}
.menu-hero {
  background: linear-gradient(
      135deg,
      rgba(45, 27, 18, 0.85) 0,
      rgba(74, 44, 23, 0.75) 50%,
      rgba(124, 74, 45, 0.7) 100%
    ),
    url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?w=1400&q=80")
      center/cover no-repeat;
  min-height: 72vh;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, #fffbf7, transparent);
  z-index: 1;
}
.menu-hero-content {
  position: relative;
  z-index: 2;
}
.menu-page-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(45, 27, 18, 0.06);
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}
.badge-bestseller,
.badge-veg {
  letter-spacing: 0.02em;
  display: inline-flex;
  gap: 3px;
  border-radius: 999px;
}
.menu-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(45, 27, 18, 0.13);
}
.menu-page-card .img-wrap {
  height: 210px;
  position: relative;
  flex-shrink: 0;
}
.menu-page-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
}
.menu-page-card .card-body {
  padding: 1.25rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.menu-page-card .card-body .desc {
  flex-grow: 1;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
}
.badge-bestseller,
.badge-veg,
.menu-page-card.featured::before {
  font-size: 0.65rem;
  font-weight: 600;
}
.badge-veg {
  background: #dcfce7;
  color: #166534;
  padding: 0.15rem 0.5rem;
  align-items: center;
}
.badge-bestseller {
  background: #fef3c7;
  color: #92400e;
  padding: 0.15rem 0.55rem;
  align-items: center;
}
.price-tag {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #7c4a2d;
  font-size: 1.15rem;
}
.cat-btn-menu {
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #4b5563;
  cursor: pointer;
  transition: 0.25s;
  font-family: Inter, sans-serif;
}
.cat-btn-menu:hover {
  border-color: #c08b5c;
  color: #7c4a2d;
  background: #fffbf7;
}
.cat-btn-menu.active {
  background: #7c4a2d;
  color: #fff;
  border-color: #7c4a2d;
  box-shadow: 0 4px 14px rgba(124, 74, 45, 0.3);
}
.section-subtitle-menu {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}
.menu-page-card.featured {
  border: 2px solid #f5e6d3;
}
.menu-page-card.featured::before {
  content: "★ Featured";
  position: absolute;
  top: 12px;
  right: 12px;
  background: #7c4a2d;
  color: #fff;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  z-index: 3;
  font-family: Inter, sans-serif;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}