/* Give the Hothentic signature the visual weight of the opening brand moment. */
.hothentic-identity {
  gap: 0;
  margin-bottom: 42px;
}

.hothentic-identity img {
  width: 420px;
  height: 332px;
  filter: drop-shadow(0 16px 42px rgba(77, 174, 186, 0.34));
}

.hothentic-identity span {
  display: none;
}

.hero .flight-chapter {
  position: relative;
  inset: auto;
  transform: none;
  margin: 20px auto 24px;
}

/* Re-centre the animated signal field beneath the enlarged brand mark. */
#bird-flight,
.signal-words {
  transform: translateY(140px);
}

@media (max-width: 600px) {
  .hero .hero-copy {
    display: none;
  }

  .hothentic-identity {
    margin-bottom: 32px;
  }

  .hothentic-identity img {
    width: 300px;
    height: 236px;
  }

  #bird-flight,
  .signal-words {
    transform: translateY(90px);
  }

  .hero .flight-chapter {
    margin: 16px auto 20px;
  }
}
