/* Reversible bilingual hero headline, release v3. */
.site-shell.lang-ru #hero-title,
.site-shell.lang-en #hero-title {
  line-height: 0.98;
  text-wrap: nowrap;
  white-space: nowrap;
}

.site-shell.lang-ru #hero-title {
  font-size: clamp(48px, 4.45vw, 64px);
  letter-spacing: -0.055em;
}

.site-shell.lang-en #hero-title {
  font-size: clamp(44px, 4.1vw, 59px);
  letter-spacing: -0.052em;
}

.site-shell.lang-ru #hero-title::before,
.site-shell.lang-en #hero-title::before {
  display: block;
  margin-bottom: 0.08em;
  font-size: 1.25em;
  letter-spacing: -0.04em;
}

.site-shell.lang-ru #hero-title::before {
  content: "В PLAM";
}

.site-shell.lang-en #hero-title::before {
  content: "IN PLAM";
}

.site-shell.lang-ru #hero-title strong,
.site-shell.lang-en #hero-title strong {
  margin-top: 0.18em;
}

/* Exact supplied PNG replaces the footer globe emoji. */
.footer-brand .brand-world {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent url("/assets/plam-globe-logo.png") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  transform: none;
}

@media (max-width: 760px) {
  .site-shell.lang-ru #hero-title {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.02;
  }

  .site-shell.lang-en #hero-title {
    font-size: clamp(25px, 7vw, 28px);
    line-height: 1.02;
  }
}
