/* Shared lively / winery enhancements (themes E–H) */
body.bl-lively {
  --bl-header-h: 3.5rem;
  --bl-hero-h: 11rem;
}

body.bl-lively .bl-hero-band {
  display: block;
  margin-top: var(--bl-header-h);
  height: var(--bl-hero-h);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

body.bl-lively #wsite-content {
  animation: bl-fade-up 0.6s ease;
}

@keyframes bl-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

body.bl-lively .bl-nav a {
  transition: all 0.2s ease;
}

body.bl-lively #wsite-content a:not(.wsite-menu-item) {
  color: inherit;
}

body.bl-lively .wsite-footer {
  border-top: 2px dotted rgba(0,0,0,0.08);
  font-weight: 500;
}
