/* A shared portrait frame keeps signup and confirmation visually aligned. */
.signup-photo{height:780px;min-height:0;align-self:start;flex-shrink:0;width:100%}
.signup-photo img{inset:0;width:100%;height:100%;max-width:none;transform:none;object-fit:cover;object-position:50% 22%}
@media(max-width:600px){.signup-photo{height:650px;min-height:0;align-self:auto}}
