/* Убираем "СВОИ ЗДЕСЬ" и "1974 — 2025 / дом, который ждёт" из шапки-героя,
   заменяем текстовый логотип "ЛОФТ" в подвале на настоящий логотип. */

.hero-stamp,
.hero-note {
  display: none !important;
}

footer b {
  display: inline-block;
  width: 140px;
  height: 0;
  padding-top: 25.6px; /* 174/952 aspect ratio */
  background: url('/branding/loft-hostel-logo.png') left center / contain no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
}
