/* Haven-Logo: weißes Schild im blauen Kreis (#5E7FCA) – wie Splash & App */
.haven-mark {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #5e7fca;
  color: #ffffff;
  flex-shrink: 0;
  line-height: 0;
}

.haven-mark svg {
  width: 55%;
  height: 55%;
  display: block;
}

.haven-mark--sm {
  width: 40px;
  height: 40px;
}

.haven-mark--md {
  width: 72px;
  height: 72px;
}

.haven-mark--lg {
  width: 140px;
  height: 140px;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.haven-mark--hero {
  width: 108px;
  height: 108px;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .haven-mark--hero {
    width: 120px;
    height: 120px;
  }
}

.haven-mark--hero svg {
  width: 54%;
  height: 54%;
}
