:root {
  --primary-color: #228B22;
  --primary-color-dark: #17631a;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #fefefe;
  color: #333;
}

.welcome-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fdf8;
}

.welcome-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 48px 24px 40px 24px;
  border-radius: 22px;
  box-shadow: 0 2px 18px rgba(34,139,34,0.07);
  max-width: 400px;
  width: 95%;
  margin: 48px auto 0 auto;
}
.welcome-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #f6f6f6;
  box-shadow: 0 1px 8px rgba(34,139,34,0.06);
}
.welcome-container h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 10px 0;
  color: #1b4d3e;
  text-align: center;
}
.subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}
.enter-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 10px 24px;
  background-color: forestgreen;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(34,139,34,0.08);
  font-weight: 600;
  display: inline-block;
}
.enter-btn:hover, .enter-btn:focus {
  background-color: #14532d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  outline: none;
}
.welcome-heading {
  font-size: 2.2rem;
  color: var(--primary-color, #228B22);
  margin: 0 0 18px 0;
  text-align: center;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  letter-spacing: 0.5px;
}
.welcome-subtitle {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 36px;
  text-align: center;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.welcome-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--primary-color, #228B22);
  color: #fff;
  font-size: 1.15rem;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  padding: 14px 38px;
  border: none;
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(34,139,34,0.08);
  transition: background 0.18s, box-shadow 0.18s, transform 0.13s;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.welcome-btn:hover {
  background: #17631a;
  box-shadow: 0 4px 16px rgba(34,139,34,0.13);
  transform: translateY(-2px) scale(1.03);
}
  
  .logo {
    width: 150px;
    margin-bottom: 20px;
  }
  
  button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .menu-page {
    padding: 20px;
  }
  
  .title {
    text-align: center;
    font-size: 32px;
    color: #ff6600;
  }
  
  .section {
    margin: 30px 0;
  }
  
  .menu-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s;
  }
  
  .menu-item:hover {
    background-color: #f0f0f0;
  }
  
  .menu-item img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .details {
    display: none;
    margin-left: 120px;
    margin-top: 5px;
    font-style: italic;
  }
  
  h1, h2 {
    color: var(--primary-color);
  }
  
  button:hover {
    background-color: var(--primary-color-dark);
  }
  
/* Banner image */
.banner-image {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.main-heading {
  text-align: center;
  font-size: 2.5rem;
  margin: 24px 0 16px 0;
  color: var(--primary-color);
}

.menu-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.filter-btn {
  background: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 20px;
  padding: 8px 22px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.filter-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.menu-outer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 18px 48px 18px;
  background: #f9fdf8;
  border-radius: 28px;
  box-shadow: 0 4px 32px rgba(34,139,34,0.06);
}
.menu-section-title {
  text-align: center;
  font-size: 2.7rem;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  color: var(--primary-color);
  margin: 0 0 38px 0;
  letter-spacing: 0.5px;
}
.category-title {
  text-align: center;
  font-size: 1.45rem;
  color: var(--primary-color);
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  margin: 38px 0 22px 0;
  letter-spacing: 0.2px;
}
.section {
  margin: 0 0 36px 0;
}
/* === Immersive Full-Width Menu Card Layout for Category Pages === */
.menu-container {
  padding: 0 16px;
}
.card-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.menu-card {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0;
}
.menu-card:hover, .menu-card:focus {
  transform: scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.menu-card img, .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  margin: 0;
  background: #f6f6f6;
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
@media (hover: hover) and (pointer: fine) {
  .menu-card:hover img, .menu-card:focus img {
    transform: scale(1.05);
  }
}
.menu-card .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 54px;
  padding: 14px 15px 12px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 80%, rgba(0,0,0,0.3) 100%, transparent 120%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
}
.menu-card .overlay .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 2px 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  letter-spacing: 0.1px;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
}
.menu-card .overlay .card-price {
  font-size: 1.02rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  font-family: 'Segoe UI', Arial, sans-serif;
}
@media (max-width: 600px) {
  .menu-card .overlay {
    min-height: 38px;
    padding: 10px 8px 8px 10px;
  }
  .menu-card .overlay .card-title {
    font-size: 0.98rem;
  }
  .menu-card .overlay .card-price {
    font-size: 0.92rem;
  }
}
.menu-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(34,139,34,0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 22px 16px 22px 16px;
  min-width: 0;
  transition: box-shadow 0.18s, transform 0.13s;
}
.menu-card:hover {
  box-shadow: 0 8px 32px rgba(34,139,34,0.13);
  transform: translateY(-3px) scale(1.025);
}
.card-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto 18px auto;
  border-radius: 14px;
  background: #f6f6f6;
  box-shadow: 0 1px 8px rgba(34,139,34,0.04);
}
.card-title {
  font-size: 1.22rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
  text-align: center;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  letter-spacing: 0.1px;
}
.card-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 8px;
}
.card-price {
  font-size: 1.05rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0;
  text-align: right;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.1px;
}
@media (max-width: 600px) {
  .card-footer {
    padding-top: 4px;
  }
  .card-price {
    font-size: 0.98rem;
  }
}
@media (max-width: 900px) {
  .menu-outer {
    padding: 18px 2vw 32px 2vw;
    border-radius: 18px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
  .title {
    font-size: 24px;
  }
  .section {
    margin: 18px 0;
  }
  .menu-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
  }
  .menu-item img {
    width: 90vw;
    max-width: 300px;
    height: auto;
    margin: 0 0 10px 0;
  }
  .details {
    margin-left: 0;
    font-size: 14px;
  }
  button {
    width: 100%;
    font-size: 18px;
    padding: 14px 0;
  }
  .logo {
    width: 90px;
  }
  h1, h2, h3 {
    font-size: 1.2em;
  }
  .main-heading {
    font-size: 1.6rem;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .card-img {
    width: 100%;
    max-width: 320px;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .menu-card {
    padding: 12px 2px 14px 2px;
    border-radius: 10px;
  }
  .card-title {
    font-size: 1rem;
  }
  .card-price {
    font-size: 0.98rem;
  }
  .welcome-container {
    padding: 28px 6px 24px 6px;
    border-radius: 14px;
    max-width: 98vw;
  }
  .welcome-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .welcome-container h1 {
    font-size: 20px;
    margin: 8px 0;
  }
  .subtitle {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .enter-btn {
    font-size: 13px;
    padding: 9px 16px;
    border-radius: 7px;
  }
}
  
.menu-categories-container {
  max-width: 420px;
  margin: 48px auto 0 auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 18px rgba(34,139,34,0.07);
  padding: 36px 18px 32px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin-top: 32px;
}
.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f9fdf8;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(34,139,34,0.08);
  text-decoration: none;
  color: var(--primary-color);
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 32px 0 28px 0;
  transition: box-shadow 0.16s, background 0.16s, color 0.16s, transform 0.13s;
  cursor: pointer;
  letter-spacing: 0.2px;
}
.category-card:hover {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 24px rgba(34,139,34,0.13);
  transform: translateY(-2px) scale(1.03);
}
.category-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}
.category-label {
  font-size: 1.25rem;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  text-align: center;
}
.back-btn {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 7px 18px;
  transition: background 0.15s, color 0.15s;
}
.back-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
@media (max-width: 600px) {
  .menu-categories-container {
    max-width: 98vw;
    padding: 18px 2vw 18px 2vw;
    border-radius: 12px;
    margin: 18px auto 0 auto;
  }
  .categories-grid {
    gap: 16px;
    margin-top: 18px;
  }
  .category-card {
    font-size: 1.08rem;
    padding: 18px 0 14px 0;
    border-radius: 10px;
  }
  .category-icon {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .category-label {
    font-size: 1rem;
  }
}
  
.category-cards-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.category-nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f9fdf8;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(34,139,34,0.08);
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 28px 32px 22px 32px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s, transform 0.13s;
  outline: none;
  border: 2px solid var(--primary-color);
  min-width: 120px;
  letter-spacing: 0.2px;
}
.category-nav-card:hover, .category-nav-card:focus {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 24px rgba(34,139,34,0.13);
  border: 2px solid var(--primary-color-dark);
  transform: translateY(-2px) scale(1.03);
}
.menu-section {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s cubic-bezier(.4,1.3,.5,1), opacity 0.4s;
}
.menu-section.active {
  max-height: 2000px;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  transition: max-height 0.7s cubic-bezier(.4,1.3,.5,1), opacity 0.4s;
}
@media (max-width: 900px) {
  .category-cards-row {
    gap: 12px;
    margin-bottom: 22px;
  }
  .category-nav-card {
    font-size: 1rem;
    padding: 18px 12px 14px 12px;
    border-radius: 12px;
    min-width: 90px;
  }
}
@media (max-width: 600px) {
  .category-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  .category-nav-card {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
    padding: 14px 0 10px 0;
    border-radius: 10px;
    min-width: 0;
  }
}
  
.menu-category-buttons-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}
.menu-category-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f9fdf8;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(34,139,34,0.08);
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 0 0 0 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s, transform 0.13s;
  outline: none;
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  overflow: hidden;
}
.menu-category-btn:hover, .menu-category-btn:focus {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 24px rgba(34,139,34,0.13);
  border: 2px solid var(--primary-color-dark);
  transform: translateY(-2px) scale(1.03);
}
.menu-category-icon {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  margin: 18px 0 10px 0;
  background: #f6f6f6;
  box-shadow: 0 1px 8px rgba(34,139,34,0.04);
}
.menu-category-label {
  font-size: 1.08rem;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: inherit;
}
.menu-accordion {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s cubic-bezier(.4,1.3,.5,1), opacity 0.4s;
  margin-bottom: 0;
}
.menu-accordion.open {
  max-height: 2000px;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  margin-bottom: 36px;
  transition: max-height 0.7s cubic-bezier(.4,1.3,.5,1), opacity 0.4s;
}
.accordion-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin: 18px 0 0 0;
  justify-items: center;
}
@media (max-width: 900px) {
  .menu-category-buttons-row {
    gap: 16px;
    margin-bottom: 22px;
  }
  .menu-category-btn {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 12px;
  }
  .menu-category-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin: 10px 0 6px 0;
  }
}
@media (max-width: 600px) {
  .menu-category-buttons-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .menu-category-btn {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    min-height: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 0;
  }
  .menu-category-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    margin: 6px 0 2px 0;
  }
  .menu-category-label {
    font-size: 0.98rem;
    margin-bottom: 4px;
  }
  .accordion-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
  
.menu-category-rects {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 38px auto 38px auto;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 900px) {
  .menu-category-rects {
    max-width: 98vw;
    gap: 18px;
    margin: 28px auto 28px auto;
  }
}
@media (max-width: 600px) {
  .menu-category-rects {
    max-width: 99vw;
    margin: 22px auto 28px auto;
  }
  .menu-category-rect {
    min-width: 97vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu-category-rect {
  display: flex;
  align-items: center;
  background: #f9fdf8;
  border: 2px solid var(--primary-color);
  border-radius: 22px;
  box-shadow: 0 2px 16px rgba(34,139,34,0.09);
  text-decoration: none;
  color: var(--primary-color);
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 0 0 0 0;
  min-height: 110px;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, border 0.18s, transform 0.13s;
  cursor: pointer;
  overflow: hidden;
}
.menu-category-rect:hover, .menu-category-rect:focus {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 24px rgba(34,139,34,0.13);
  border: 2px solid var(--primary-color-dark);
  transform: translateY(-2px) scale(1.02);
}
.menu-category-rect-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 28px 0 24px;
  background: #f6f6f6;
  box-shadow: 0 1px 8px rgba(34,139,34,0.04);
  flex-shrink: 0;
}
.menu-category-rect-label {
  font-size: 1.35rem;
  font-family: 'Segoe UI Semibold', Arial, sans-serif;
  color: inherit;
  letter-spacing: 0.2px;
}
@media (max-width: 900px) {
  .menu-category-rects {
    max-width: 98vw;
    gap: 18px;
  }
  .menu-category-rect {
    min-height: 80px;
    border-radius: 14px;
  }
  .menu-category-rect-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0 14px 0 12px;
  }
  .menu-category-rect-label {
    font-size: 1.08rem;
  }
}
@media (max-width: 600px) {
  .menu-category-rects {
    gap: 10px;
    max-width: 100vw;
  }
  .menu-category-rect {
    min-height: 56px;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0;
  }
  .menu-category-rect-img {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    margin: 0 8px 0 8px;
  }
  .menu-category-rect-label {
    font-size: 0.98rem;
  }
}
  
.price-value {
  color: var(--primary-color);
  font-weight: 600;
  text-align: right;
  font-size: 1.08rem;
  letter-spacing: 0.1px;
}
@media (max-width: 600px) {
  .price-value {
    font-size: 1rem;
  }
}
  
body, .menu-page, .welcome-page, .menu-section-title, .category-title, .card-title, .detail-label, .detail-value, .card-price, .price-value, .welcome-subtitle, .menu-card .overlay, .back-btn, .menu-category-rect-label, .category-label, .filter-btn, .menu-category-btn {
  font-family: 'Poppins', Arial, sans-serif;
}
h1, h2, h3, .welcome-heading, .menu-section-title, .category-title, .card-title, .detail-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.welcome-heading {
  font-size: 2.3rem;
  color: var(--primary-color, #228B22);
  margin: 0 0 18px 0;
  text-align: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}
.welcome-subtitle {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 36px;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
}
.welcome-btn, .big-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--primary-color, #228B22);
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Poppins', Arial, sans-serif;
  padding: 18px 48px;
  border: none;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(34,139,34,0.10);
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s, filter 0.18s;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 0;
  outline: none;
  position: relative;
  z-index: 1;
}
.welcome-btn.big-btn {
  font-size: 1.35rem;
  padding: 22px 0;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(34,139,34,0.13);
}
.welcome-btn:hover, .big-btn:hover, .welcome-btn:focus, .big-btn:focus {
  background: var(--primary-color-dark, #17631a);
  box-shadow: 0 0 0 0 rgba(34,139,34,0.13), 0 0 16px 4px rgba(34,139,34,0.18);
  filter: brightness(1.08) drop-shadow(0 0 8px #228B22aa);
  transform: scale(1.03);
  animation: pulseGlow 0.7s;
}
@keyframes pulseGlow {
  0% { box-shadow: 0 4px 24px rgba(34,139,34,0.13), 0 0 0 0 rgba(34,139,34,0.18); }
  60% { box-shadow: 0 0 0 8px rgba(34,139,34,0.18), 0 4px 24px rgba(34,139,34,0.13); }
  100% { box-shadow: 0 4px 24px rgba(34,139,34,0.13), 0 0 0 0 rgba(34,139,34,0.18); }
}
  
.menu-divider {
  border: none;
  height: 2px;
  width: 90%;
  background: linear-gradient(to right, forestgreen, transparent);
  margin: 30px auto;
}
.footer {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 30px 10px 60px;
  border-top: 1px solid #eee;
}
@media (max-width: 600px) {
  .footer {
    font-size: 13px;
    padding: 22px 4px 40px;
  }
}
  
/* === Back to Top Button === */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 32px;
  width: 44px;
  height: 44px;
  background: var(--primary-color, forestgreen);
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(34,139,34,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background 0.2s, transform 0.2s;
  z-index: 1000;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:hover, .back-to-top:focus {
  background: var(--primary-color-dark, #17631a);
  transform: scale(1.08);
}

/* === Language Switcher === */
.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1002;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(34,139,34,0.07);
}
.language-switcher select {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1rem;
  border: none;
  background: transparent;
  color: #228B22;
  outline: none;
  cursor: pointer;
  padding: 2px 6px;
}
.language-switcher option {
  color: #222;
}
@media (max-width: 600px) {
  .back-to-top {
    right: 12px;
    bottom: 18px;
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
  .theme-toggle {
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    font-size: 1rem;
  }
  .language-switcher {
    left: 8px;
    top: 10px;
    padding: 2px 6px;
    font-size: 0.95rem;
  }
}
  
/* === Scroll-based Reveal Animation === */
.menu-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(.4,0,.2,1);
}
.menu-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === Idle Animation Overlay (Screensaver) === */
.idle-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.44);
  backdrop-filter: blur(4px);
  z-index: 5000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
  /* Hide all content below */
}
.idle-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.idle-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  animation: idle-float 2.8s ease-in-out infinite alternate, idle-pulse 4s ease-in-out infinite;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
@keyframes idle-float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-18px); }
}
@keyframes idle-pulse {
  0%, 100% { filter: brightness(1) drop-shadow(0 0 0 #228B22); }
  50% { filter: brightness(1.08) drop-shadow(0 0 12px #228B22aa); }
}
.idle-caption {
  margin-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.18rem;
  color: #f7f3e8;
  text-align: center;
  text-shadow: 0 2px 12px #0008;
  opacity: 0.96;
  letter-spacing: 0.2px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}
.idle-prompt {
  position: absolute;
  bottom: 32px;
  left: 0; right: 0;
  text-align: center;
  font-size: 0.92rem;
  color: #e0e0e0;
  opacity: 0.7;
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 0.1px;
  pointer-events: none;
}
.idle-overlay .idle-bg-leaf {
  display: none;
}
@media (max-width: 600px) {
  .idle-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
  .idle-caption {
    font-size: 1rem;
  }
  .idle-prompt {
    font-size: 0.82rem;
    bottom: 18px;
  }
}
  
/* === Subtle Animated Background (Floating Leaves/Steam) === */
.animated-bg {
  pointer-events: none;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.animated-bg-leaf {
  position: absolute;
  width: 38px;
  opacity: 0.07;
  animation: leaf-drift-bg 14s linear infinite;
}
@keyframes leaf-drift-bg {
  0% { transform: translateY(-40px) rotate(-10deg); opacity: 0.07; }
  80% { opacity: 0.12; }
  100% { transform: translateY(110vh) rotate(30deg); opacity: 0; }
}

/* === Print Styles for Printable Menu === */
@media print {
  body, html {
    background: #fff !important;
    color: #111 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    margin: 0;
    padding: 0;
  }
  .print-menu {
    max-width: 700px;
    margin: 0 auto;
    padding: 24px 18px 0 18px;
    background: #fff;
    color: #111;
    box-shadow: none;
  }
  .print-logo {
    width: 90px;
    margin: 0 auto 18px auto;
    display: block;
  }
  .print-contact {
    text-align: center;
    font-size: 15px;
    margin-bottom: 18px;
  }
  .print-qr {
    width: 110px;
    display: block;
    margin: 18px auto 18px auto;
  }
  .print-section {
    margin-bottom: 18px;
  }
  .print-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: #228B22;
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .print-item {
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 10px;
  }
  .print-footer {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .no-print, .back-to-top, .theme-toggle, .language-switcher, .footer, .animated-bg, .idle-overlay, .menu-divider, .menu-card, .loading-overlay {
    display: none !important;
  }
}
  
.star-rating {
  display: flex;
  align-items: center;
  margin: 4px 0 2px 0;
  font-size: 1.1rem;
  user-select: none;
}
.star-rating .star {
  color: #bbb;
  cursor: pointer;
  margin-right: 2px;
  transition: color 0.18s, transform 0.18s;
  font-size: 1.18em;
  outline: none;
}
.star-rating .star.filled {
  color: #f4c542;
  text-shadow: 0 1px 4px #f4c54244;
}
.star-rating .star:last-child {
  margin-right: 0;
}
.star-rating .star:hover,
.star-rating .star:focus {
  color: #f4c542;
  transform: scale(1.13);
}
.star-rating[title]:hover:after {
  content: attr(title);
  position: absolute;
  background: #222;
  color: #fff;
  font-size: 0.85em;
  padding: 2px 8px;
  border-radius: 6px;
  left: 0;
  top: -28px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0.92;
  pointer-events: none;
}
@media (max-width: 600px) {
  .star-rating {
    font-size: 1rem;
  }
}
  
.category-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0 8px 16px;
  box-shadow: 0 2px 10px rgba(34,139,34,0.06);
  border-bottom: 1px solid #e6e6e6;
  min-height: 48px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-left: 16px;
  scroll-padding-right: 12px;
  -webkit-overflow-scrolling: touch;
}
.category-topbar-btn {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.08rem;
  color: var(--primary-color);
  background: #f6f6f6;
  border: none;
  border-radius: 18px;
  padding: 8px 22px;
  margin: 0 2px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
  outline: none;
  box-shadow: 0 1px 4px rgba(34,139,34,0.04);
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  scroll-margin-left: 12px;
  scroll-margin-right: 12px;
}
.category-topbar-btn.active, .category-topbar-btn[aria-current="page"] {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 2px 8px rgba(34,139,34,0.10);
}
.category-topbar-btn:hover, .category-topbar-btn:focus {
  background: var(--primary-color-dark, #17631a);
  color: #fff;
  transform: scale(1.04);
}
@media (max-width: 600px) {
  .category-topbar {
    gap: 4px;
    padding: 6px 0 4px 12px;
    min-height: 38px;
    font-size: 0.98rem;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-padding-left: 12px;
    scroll-padding-right: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .category-topbar::-webkit-scrollbar {
    display: none;
  }
  .category-topbar-btn {
    font-size: 0.98rem;
    padding: 7px 12px;
    border-radius: 14px;
    scroll-margin-left: 8px;
    scroll-margin-right: 8px;
  }
}
  
.menu-header-img {
  display: block;
  margin: 32px auto 0 auto;
  width: 98%;
  max-width: 820px;
  max-height: 260px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 2px 18px rgba(34,139,34,0.08);
  object-fit: cover;
}
@media (max-width: 600px) {
  .menu-header-img {
    max-width: 99vw;
    margin: 18px auto 0 auto;
    border-radius: 12px;
    max-height: 160px;
  }
  .menu-category-rects {
    max-width: 98vw;
  }
  .menu-category-rect {
    min-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
  
@media (max-width: 600px) {
  .banner-image {
    max-width: 98vw;
    max-height: 120px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 12px;
  }
}
  