
/* --- Fusion Foodie Full Image Neon Card Styles --- */
.fusion-menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.5rem;
  justify-content: center;
}
.fusion-menu-card {
  background: rgba(10, 10, 20, 0.92);
  border-radius: 1.5rem;
  box-shadow: 0 0 24px 2px #fc583e44, 0 2px 8px #f59b7822;
  border: 2.5px solid #fc583e;
  overflow: hidden;
  width: 270px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2rem;
  position: relative;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.4s cubic-bezier(.4,2,.3,1);
  z-index: 1;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}
.fusion-menu-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.7s cubic-bezier(.4,2,.3,1), transform 0.7s cubic-bezier(.4,2,.3,1);
}
.fusion-menu-card:hover {
  box-shadow: 0 0 40px 8px #fc583ecc, 0 4px 16px #f59b78aa;
  border-color: #f59b78;
  transform: scale(1.035);
}
.fusion-menu-img-full {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
  flex: 1 1 auto;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0;
  z-index: 1;
  filter: brightness(0.95) saturate(1.2);
  transition: filter 0.3s;
}
.fusion-menu-card:hover .fusion-menu-img-full {
  filter: brightness(1.07) saturate(1.3);
}
.fusion-menu-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.1rem 1.2rem 1.3rem 1.2rem;
  background: rgba(18,12,22,0.68);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top: 1.5px solid #fc583e88;
  box-shadow: 0 0 18px 3px #fc583e33;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  backdrop-filter: blur(2.5px);
}
.fusion-menu-name {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #fc583e;
  font-family: 'Schoolbell', cursive;
  text-shadow: 0 0 7px #fc583e, 0 0 2px #fff, 0 0 12px #f59b78;
  letter-spacing: 0.5px;
  transition: color 0.25s, text-shadow 0.25s;
}
.fusion-menu-card:hover .fusion-menu-name {
  color: #fff;
  text-shadow: 0 0 15px #f59b78, 0 0 4px #fc583e, 0 0 40px #fff;
}
.fusion-menu-desc {
  font-size: 1.01rem;
  color: #f6ddbf;
  margin-bottom: 0;
  font-family: 'Schoolbell', cursive;
  min-height: 36px;
  text-shadow: 0 0 2px #fc583e, 0 0 6px #181824;
}
@media (max-width: 900px) {
  .fusion-menu-grid {
    gap: 1.2rem;
  }
  .fusion-menu-card {
    width: 48vw;
    min-width: 180px;
    max-width: 320px;
    height: 270px;
  }
}
@media (max-width: 600px) {
  .fusion-menu-grid {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .fusion-menu-card {
    width: 98vw;
    max-width: 99vw;
    height: 210px;
  }
}
/* --- End Full Image Neon Card Styles --- */
.fusion-menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.5rem;
  justify-content: center;
}
.fusion-menu-card {
  background: rgba(10, 10, 20, 0.92);
  border-radius: 1.5rem;
  box-shadow: 0 0 24px 2px #fc583e44, 0 2px 8px #f59b7822;
  border: 2.5px solid #fc583e;
  overflow: hidden;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  transition: box-shadow 0.25s, border-color 0.25s;
  z-index: 1;
}
.fusion-menu-card:hover {
  box-shadow: 0 0 40px 8px #fc583ecc, 0 4px 16px #f59b78aa;
  border-color: #f59b78;
}
.fusion-menu-img-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fc583e 0%, #f59b78 100%);
  margin-top: -50px;
  margin-bottom: 1.2rem;
  box-shadow: 0 0 24px 6px #fc583e88, 0 0 0 8px #181824;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid #fff3;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.25s;
}
.fusion-menu-card:hover .fusion-menu-img-wrap {
  box-shadow: 0 0 48px 12px #fc583ecc, 0 0 0 10px #181824;
}
.fusion-menu-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2.5px solid #f59b78;
  box-shadow: 0 0 24px 2px #fc583e88;
  background: #120c16;
}
.fusion-menu-info {
  padding: 1.3rem 1.3rem 1.5rem 1.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fusion-menu-name {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #fc583e;
  font-family: 'Schoolbell', cursive;
  text-shadow: 0 0 7px #fc583e, 0 0 2px #fff, 0 0 12px #f59b78;
  letter-spacing: 0.5px;
  transition: color 0.25s, text-shadow 0.25s;
}
.fusion-menu-card:hover .fusion-menu-name {
  color: #fff;
  text-shadow: 0 0 15px #f59b78, 0 0 4px #fc583e, 0 0 40px #fff;
}
.fusion-menu-desc {
  font-size: 1.01rem;
  color: #f6ddbf;
  margin-bottom: 0;
  font-family: 'Schoolbell', cursive;
  min-height: 36px;
  text-shadow: 0 0 2px #fc583e, 0 0 6px #181824;
}
.fusion-menu-card:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  pointer-events: none;
  box-shadow: 0 0 40px 8px #fc583e33, 0 0 0 2px #f59b7844;
  z-index: 0;
}
@media (max-width: 900px) {
  .fusion-menu-grid {
    gap: 1.2rem;
  }
  .fusion-menu-card {
    width: 48vw;
    min-width: 180px;
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .fusion-menu-grid {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .fusion-menu-card {
    width: 98vw;
    max-width: 99vw;
  }
  .fusion-menu-img-wrap {
    height: 95px;
    width: 95px;
    margin-top: -40px;
  }
}
/* --- End Neon Card Styles --- */

/* --- Super Menu Section Modern Styles --- */
.super-menu-section {
  padding: 4rem 0 5rem 0;
  background: linear-gradient(135deg, #fff6e6 0%, #f5e6ff 100%);
  border-radius: 2rem;
  margin: 3rem 0 2rem 0;
  box-shadow: 0 10px 32px rgba(80, 40, 120, 0.07);
}
.super-menu-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.super-menu-title {
  font-family: 'Schoolbell', cursive;
  font-size: 2.7rem;
  color: #7d3cff;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
.super-menu-subtitle {
  font-size: 1.25rem;
  color: #5e5e5e;
  margin-bottom: 0.2rem;
}
.super-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.2rem 2rem;
  justify-items: center;
}
.super-menu-card {
  background: linear-gradient(120deg, #fff 70%, #f3e8ff 100%);
  border-radius: 1.7rem;
  box-shadow: 0 4px 28px 0 rgba(100, 60, 180, 0.13);
  overflow: hidden;
  transition: transform 0.23s cubic-bezier(.4,2,.6,1), box-shadow 0.23s;
  cursor: pointer;
  position: relative;
  min-width: 220px;
  max-width: 340px;
  padding-bottom: 0.3rem;
}
.super-menu-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 12px 42px 0 rgba(120, 60, 200, 0.18);
  z-index: 2;
}
.super-menu-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  background: linear-gradient(100deg, #e6e6ff 0%, #ffe6fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f3e8ff;
}
.super-menu-img {
  width: 90%;
  height: 140px;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0 2px 14px 0 rgba(120, 60, 200, 0.08);
  margin-top: 18px;
}
.super-menu-icon {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 2.1rem;
  background: rgba(255,255,255,0.82);
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(120, 60, 200, 0.09);
  padding: 0.25em 0.4em;
  color: #7d3cff;
}
.super-menu-card-content {
  padding: 1.1rem 1.2rem 1.1rem 1.2rem;
  text-align: center;
}
.super-menu-dish {
  font-size: 1.25rem;
  color: #6a24a8;
  font-weight: bold;
  margin-bottom: 0.35rem;
  font-family: 'Schoolbell', cursive;
}
.super-menu-desc {
  color: #4d3c5c;
  font-size: 1rem;
  margin-bottom: 0.1rem;
  font-family: 'Montserrat', sans-serif;
}
.super-menu-cta {
  margin-top: 2rem;
  background: linear-gradient(90deg, #7d3cff 0%, #ff7ad9 100%);
  color: #fff !important;
  border-radius: 2rem;
  font-size: 1.15rem;
  padding: 0.9em 2.5em;
  box-shadow: 0 4px 22px 0 rgba(120, 60, 200, 0.13);
  transition: background 0.2s, box-shadow 0.2s;
  font-family: 'Montserrat', sans-serif;
}
.super-menu-cta:hover {
  background: linear-gradient(90deg, #ff7ad9 0%, #7d3cff 100%);
  box-shadow: 0 8px 32px 0 rgba(120, 60, 200, 0.18);
}
@media (max-width: 600px) {
  .super-menu-section {
    padding: 2rem 0 2.5rem 0;
  }
  .super-menu-grid {
    gap: 1.2rem 0.7rem;
  }
  .super-menu-card {
    min-width: 0;
    max-width: 98vw;
    padding-bottom: 0.1rem;
  }
  .super-menu-img-wrap {
    height: 120px;
  }
  .super-menu-img {
    height: 80px;
    margin-top: 8px;
  }
  .super-menu-cta {
    font-size: 1rem;
    padding: 0.7em 1.5em;
  }
}
