/* Base layout */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0f172a;
  background: radial-gradient(1200px 800px at 20% -10%, #fff, #f5f7fb 40%, #eef2ff 70%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
}

.site-logo {
  width: 140px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.15);
}

.container {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

/* Slideshow */
.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: #0b1220;
}

.bg-blur {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: blur(28px) saturate(1.1);
  transform: scale(1.08);
  opacity: 0.6;
}

.slides {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 1;
}

#slide-image {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  opacity: 1;
  transition: all 400ms ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Random transition effects */
.transition-fade { opacity: 0; }
.transition-slide-left { transform: translateX(-100%); }
.transition-slide-right { transform: translateX(100%); }
.transition-zoom-in { transform: scale(0.5); opacity: 0; }
.transition-zoom-out { transform: scale(1.5); opacity: 0; }
.transition-flip { transform: rotateY(90deg); opacity: 0; }

.indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0 12px;
}

.indicator-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transition: transform 200ms ease, background 200ms ease;
}

.indicator-dot.is-active {
  transform: scale(1.3);
  background: #ffffff;
}

/* Hero copy */
.hero-copy {
  position: absolute;
  left: 24px;
  bottom: 56px;
  color: white;
  text-shadow: 0 8px 30px rgba(0,0,0,0.45);
}

.hero-copy h1 {
  margin: 0 0 4px;
  font-size: clamp(28px, 4.5vw, 48px);
  letter-spacing: 0.3px;
}

.hero-copy p {
  margin: 0;
  font-size: clamp(14px, 2.5vw, 18px);
  opacity: 0.9;
}

/* CTA */
.cta {
  display: flex;
  justify-content: center;
  margin: 22px 0 10px;
}

.menu-card {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.18);
}

.menu-image {
  display: block;
  width: min(560px, 92vw);
  height: auto;
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.25));
  pointer-events: none;
}

.cursor-badge {
  position: relative;
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  animation: badge-bounce 1.2s ease-in-out infinite;
  z-index: 1001;
}

/* Explosion/starburst background for the Menu badge */
.badge-image { display: block; width: 180px; height: auto; filter: drop-shadow(0 14px 28px rgba(0,0,0,0.35)); }

.badge-label {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: 18px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.badge-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.badge-row .cursor-badge { pointer-events: auto; }

.menu-card:hover .cursor-badge { filter: brightness(1.06); }

@keyframes badge-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  30% { transform: translateY(-6px) scale(1.02); }
  60% { transform: translateY(0) scale(1); }
}

/* Cursor hand badge */
.cursor-hand {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.45);
  cursor: pointer;
  animation: hand-bounce 1.2s ease-in-out infinite;
}

.hand-icon { color: #22d3ee; }
.hand-text { font-size: 14px; }

@keyframes hand-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  25% { transform: translateY(-6px) scale(1.03); }
  50% { transform: translateY(0) scale(1); }
  75% { transform: translateY(-3px) scale(1.01); }
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #475569;
  padding: 18px 0 34px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
}

@media (prefers-reduced-motion: reduce) {
  #slide-image { transition: none; }
  .cursor-badge { animation: none; }
}


