/* Hungry Bunny — landing card + intro splash */

.hungry-bunny-card {
  --delay: 0.4s;
  --card-accent: #7cb342;
  animation-delay: var(--delay);
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card {
  background: linear-gradient(180deg, #fffef8 0%, #f0f8e8 100%);
  border-color: rgba(124, 179, 66, 0.35);
  color: #2d3a1f;
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card .venue-tagline,
body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card .tap-hint {
  color: #5a6b4a;
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card .venue-badge {
  background: rgba(124, 179, 66, 0.12);
  color: #558b2f;
  border-color: rgba(124, 179, 66, 0.2);
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .shimmer-hungry-bunny {
  animation: none;
  background: linear-gradient(135deg, #7cb342, #ffb300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card .enter-btn {
  background: rgba(124, 179, 66, 0.12);
  color: #558b2f;
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card:hover .enter-btn {
  background: #7cb342;
  color: #fff;
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-card .logo-ring::before {
  border-color: rgba(124, 179, 66, 0.45);
}

body:not(.icapi-hero-active):not(.hungry-bunny-hero-active) .hungry-bunny-glow {
  background: rgba(124, 179, 66, 0.18);
}

.hungry-bunny-logo-wrapper {
  border-radius: 18px;
}

.hungry-bunny-logo-img {
  border-radius: 14px;
}

/* Intro splash */
#hungry-bunny-hero-page {
  position: relative;
  min-height: calc(100dvh - var(--header-offset));
  overflow: hidden;
  background: #0a1208;
  isolation: isolate;
}

#hungry-bunny-hero-page.active {
  display: block;
}

.hb-hero-media-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hb-hero-media-wrap .hb-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.hungry-bunny-hero-active {
  background: #0a1208;
}

body.hungry-bunny-hero-active .top-bar {
  background: rgba(10, 18, 8, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.hungry-bunny-hero-active .lang-switcher {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

body.hungry-bunny-hero-active .lang-btn {
  color: rgba(255, 255, 255, 0.72);
}

body.hungry-bunny-hero-active .lang-btn.active {
  background: #7cb342;
  color: #fff;
}

.hb-hero-back {
  position: absolute;
  top: 0.75rem;
  inset-inline-start: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.hb-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem 1.25rem 2.5rem;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.hb-hero-overlay .hb-btn {
  pointer-events: auto;
}

.hb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.hb-btn-primary {
  background: #7cb342;
  color: #fff;
  box-shadow: 0 8px 24px rgba(124, 179, 66, 0.35);
}

.hb-btn-primary:hover,
.hb-btn-primary:focus-visible {
  background: #689f38;
}
