/* Restore the supplied centered ocean hero without reverting other site work. */
.figma-home .hero-diver {
  bottom: max(calc(29% - 58px), calc(13.8% + 58px));
  translate: none;
}
.figma-home .hero-identity {
  bottom: 13.8%;
  left: 12%;
  right: 12%;
  transform: translateY(48px);
}
.figma-home .hero-scroll-hint {
  bottom: max(24px, calc(9.8% - 60px));
}
@media (max-width: 760px) {
  .figma-home .hero-route { height: 100%; transform: translate(-50%, 44px); }
  .figma-home .hero-diver { bottom: max(calc(29% - 58px), calc(14.5% + 50px)); }
  .figma-home .hero-identity { bottom: 14.5%; left: 12px; right: 12px; }
  .figma-home .hero-identity__role { font-size: 9px !important; }
  .figma-home .hero-identity__skills { flex-wrap: wrap; gap: 6px; font-size: 8px; }
  .figma-home .hero-scroll-hint { bottom: 24px; }
}
