/* Keep door hardware clear of the copy and anchored in wide desktop crops. */
@media (min-width: 1000px) {
  .fi-welcome, .fp-hero {
    height: calc(100svh - 200px);
    min-height: 520px;
    max-height: 820px;
  }
  .fi-welcome > img, .fp-hero > img { object-position: center top; }
  .fi-welcome .fi-welcome-inner, .fp-hero > .fp-shell {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .fi-welcome .fi-welcome-inner > *, .fp-hero-copy { width: 440px; max-width: 40%; }
  .fi-welcome .fi-welcome-inner > p:not(.hg-eyebrow) { max-width: 40%; }
  .fi-welcome .fi-welcome-inner > .hg-actions { justify-content: flex-start; }
}
