/* Simplified hero: Health Focus Clinic logo only */
.welcome-art {
  height: min(570px, 62vh);
  min-height: 470px;
  border: 8px solid rgba(255,255,255,.78);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(7,63,77,.14)),
    #1d6075 url("assets/hfc-logo.jpg") center / contain no-repeat;
  box-shadow: 0 32px 90px rgba(7,63,77,.18);
}

.welcome-art::before,
.art-quote {
  display: none;
}

@media (max-width: 900px) {
  .welcome-art {
    height: 470px;
    min-height: 0;
    margin-top: 25px;
    border-radius: 34px;
    background-position: center;
  }
}

@media (max-width: 600px) {
  .welcome-art {
    height: 390px;
    border-width: 6px;
    border-radius: 26px;
    background-position: center;
  }
}
